Authentication configuration
Reference of authentication and log-in options for Ketryx
Built-in authentication
Okta single sign-on
Configure Okta authentication as shown in the example below (change the Ketryx part to your own Okta URL, and substitute the client ID and client secret with your own)
{
"clientId": "Your Okta Client ID goes here",
"clientSecret": "Your Okta Client Secret goes here",
"issuer": "Your Okta Issuer URL goes here, for example https://ketryx.okta.com (change the Ketryx part) "
}Custom OAuth provider
Configure Microsoft Entra ID (previously Microsoft Azure Active Directory) OAuth2.0 authentication as shown in the example below (change the Ketryx part to your own Azure URL, and substitute the client ID and client secret with your own)
Configure authentication via OIDC as shown in the example below
Last updated
Was this helpful?