feat(idp): add keycloak-first support with authentik fallback
This commit is contained in:
@@ -5,7 +5,8 @@ export const getOidcAuthorizeUrl = (redirectUri, options = {}) =>
|
||||
params: {
|
||||
redirect_uri: redirectUri,
|
||||
login_hint: options.loginHint || undefined,
|
||||
prompt: options.prompt || undefined
|
||||
prompt: options.prompt || undefined,
|
||||
idp_hint: options.idpHint || undefined
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user