SSO Login - Okta

Create an Okta OIDC Application

To connect your Okta tenant as an identity Provider in Auth0, you must create an OIDC application. In your Okta Admin Dashboard, create a new application.

Select Applications > Applications, and Create App Integration.

Select Create New App.

Choose OIDC as the Sign-in method. Choose Web Application as your Application Type.

Select Next.

Enter your App integration name.

Add your Auth0 tenant information callback URL in the Sign-in Redirect URIs field. Your Auth0 tenant is https://auth.rezon.dev/login/callback

Select Create and find your Client ID and Client Secret fields. Please share them with the Rezonate Team.

This document is based on the Auth0 Documentation (here)

Last updated