Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.29 KB

File metadata and controls

11 lines (7 loc) · 1.29 KB

When the connection to Okta is unavailable, users can still sign in through Access Gateway and access OIDC apps. Access Gateway uses an embedded OIDC provider to issue tokens and falls back to local directory authentication when Okta is unreachable.

OIDC tokens issued by Access Gateway have the iss claim set to the Access Gateway authorization server domain, not your Okta tenant domain. Configure your client app to expect tokens from Access Gateway. For an overview of OIDC, see OAuth 2.0 and OpenID Connect overview.

This is the typical flow to configure an OIDC app in Access Gateway:

  1. Retrieve your IdP's idpId, then create the app, specifying the app type and redirect URIs. See Create the app.
  2. Retrieve the client secret that Access Gateway generated for your app. See Retrieve the client secret.
  3. Configure your client app to use Access Gateway as the OIDC provider. Retrieve the discovery document from Access Gateway to get the endpoint URLs that your client needs. See Configure your client app.

You can only create and configure OIDC apps in Access Gateway using the Access Gateway API. You can view OIDC apps in the Access Gateway UI console, but you can't add or edit them there.