Prepare an OIDC integration
On This Page
Prepare an OIDC integration
Before you create a new OIDC integration in Okta:
- 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.
- Your application must support automatic credential rotation. For more information, see the
/keyssection in the OpenID Connect & OAuth 2.0 API reference. - Your application must support refresh tokens.