Okta
Last updated
Last updated
In Okta, you have to create a new Web application with OIDC - OpenID Connect
Sign-in method:
In the next step you have to configure callback URI, which should look like this: http://<your-application-url>/oauth
Before saving configuration you have to configure application assignments.
In the last step if you should configure groups claim filter to get user groups with access token. You can use any of the compare methods, Equals
, Matches regex
, etc. which will match your requirements and Okta groups configuration.
In Kouncil you can configure Okta SSO by adding below snippet to your configuration file. You have to replace your-client-id
, your-client-secret
, your-application-url
and your-domain-id