Prerequisites
- An Okta account with admin access
- Your Okta Client ID, Client Secret, and Issuer URL
Configure Okta OAuth
1
Create an application on Okta
- Log in to the Okta Admin Console
- Navigate to Applications > Applications
- Click Create App Integration
- Select OIDC - OpenID Connect as the sign-in method
- Select Web Application as the application type
- Click Next
- Enter a name (e.g. “Prelude Auth”)
- Under Sign-in redirect URIs, replace the default value with:
${YOUR_CUSTOM_DOMAIN} with your custom domain (e.g. session.yourapp.com).- Click Save
- Copy the Client ID and Client Secret from the application settings page
The redirect URI must match exactly. Make sure there is no trailing slash and that you are using
https.2
Note your Issuer URL
Your Issuer URL is found in Security > API > Authorization Servers in the Okta Admin Console (e.g.
https://dev-123456.okta.com/oauth2/default). You will need it in the next step.3
Create the Okta OAuth configuration