Keycloak URL
The default keycloak management URL is : https://
Realms
There both 2 realms in Keycloak can be configure with a LDAP :
- Master to authenticate as administrator on Keycloak itself
- Hexagon-HPA to authenticate users on HPA portal and Webview
The LDAP can be identical or different
FAQ : Logout fron webview leads to Exception
If when you log out from webview, an exception is displayed on the screen, then check the following parameter :
Hpa Realm > Clients > com.ca.apm.webview.serviceprovider > Logout settings
Set Front channel logout to “Off”
Add LDAP to a Realm
For LDAP authentication :
- open the
Hexagon-HPA
realm - open
User federation
in the left menu - click on
Add Ldap providers
- Enter the LDAP information
LDAP settings
Usually the information needed for Active Directory are :
- Connection URL : ldaps://server:port
- Bind user DN
- Bind user password
- User DN : the base DN to find users
- Disable import users
- Activate read only
Others options exists according to your LDAP configuration