Keycloak
Keycloak is an open source identity and access management solution.
Users authenticate with Keycloak rather than with individual applications. This means that applications don't have to deal with login forms, authenticating users, and storing users. Keycloak offers single-sign on functionality so once a user is logged-in they don't have to login again to access different applications. This also applies to logout.
Keycloak is the authentication and user management tool used by Temenos Explorer.
Version Requirements
You will need so use Keycloak v20.0.5 or later with Temenos Explorer.
Documentation
Keycloak provides extensive and detailed documentation which is available here:
Version | URL |
---|---|
Latest | https://www.keycloak.org/documentation |
v20.0.0 | https://www.keycloak.org/archive/documentation-20.0.html |
User Guides
You can install and configure your own development instance of Keycloak using the Keycloak user guide.