Comment on page
Digilocker Meripehchaan SSO
This document will illustrate on how digilocker meripehchaan can be configured.
To get the Digilocker Meripehchaan SSO login button in the login page, you would need to use the keycloak theme instead of the custom theme provided by default.
- Keycloak
- Set the redirect url to
<domain>/auth/realms/master/broker/oidc/endpoint
- Goto keycloak admin page
<domain>/auth/
- Login with admin credentials
- Goto
Identity Providers
- Click on
Add provider
- Select
OpenID Connect v1.0
- Enter the display name to be showed on the login page, Ex:
Login with Digilocker Meripehchaan
- Turn on
Disable User Info
button - Select
Client secret sent as post
fromClient Authentication`
options - Set
Client Id
that was generated in Digilocker partner portal - Set
Client Secret
that was generated in Digilocker partner portal - Select
consent
fromPrompt
options - Enable
Use PKCE
option - Select
S256
fromPKCE Method
options
- Goto keycloak admin page
<domain>/auth/
- Login with admin credentials
- Goto
clients -> registry-frontend
- Select
keycloak
fromLogin Theme
options - Save the changes