OpenId Connect Authentication
Available on paid plans |
You can configure Ginc Radar to be a OIDC client to authenticate users
Configuring OpenId Connect Authentication
To configure OpenId Connect Authentication:
-
On the left sidebar, at the top, select Admin Panel.
-
Select Settings → OIDC.
-
Provide configuration data for oidc client
-
Save changes
The next time the user attempts to log in, a button will appear to authenticate via provided authentication server.
Notes
-
Redirect URL to use on your OIDC provider:
${EXTERNAL_URL}/api/login/oauth2/code/${INTEGRATION_TITLE_IN_LOWER_CASE}
-
It is recommended to restart Ginc Radar every time you change an existing
Jwks Uri
. This is due to cache limitations in the internal security libraries and will be fixed in a future release.