Prepare an OIDC integration

On This Page

Prepare an OIDC integration

Before you create a new OIDC integration in Okta:

  1. Determine the login and (optional) logout redirect URIs on your system. A redirect URI is where Okta sends the authentication response and ID token during the sign-in flow. You can specify more than one URI if required.
  2. Your application must support automatic credential rotation. For more information, see the /keys section in the OpenID Connect & OAuth 2.0 API reference.
  3. Your application must support refresh tokens.