Step 3d – Get the Okta OIDC Configuration URL
Get the domain for your instance of Okta and the authorization server ID, and then create the Okta OIDC Configuration URL.
- Sign into your instance of Okta and navigate to the Okta OIDC app.
- Navigate to Security > API > default, and then navigate to Settings to view the Metadata URI.
- Get your Okta domain (
yourOktaDomain
) and the authorization server ID (authorizationServerId
). - Create the OIDC configuration URL substituting your Okta metadata in the URL.
https://{yourOktaDomain}/oauth2/{authorizationServerId}/.well-known/openid-configuration
- When you set up the integration of Okta SSO authentication in Secure Access, add the OIDC configuration URL that you created.