Before you start
Delphina provides you a connection-specific sign-in redirect URI. It looks like:Configure in Okta
Create a new app integration with these settings:| Setting | Value |
|---|---|
| Sign-in method | OIDC – OpenID Connect |
| Application type | Web Application |
| Grant type | Authorization Code |
| Sign-in redirect URI | The callback URI provided by Delphina |
Required claims
The ID token must includesub, email, given_name, and family_name. These are sent by default with the openid profile email scopes — just confirm your test users have first and last names populated in their Okta profiles, or the claims will be empty.
Send back to Delphina
| Value | Notes |
|---|---|
| Client ID | From the app integration |
| Client Secret | Send via a secure channel (e.g. 1Password) |
| Okta tenant domain | e.g. yourcompany.okta.com |
| Test users | 1–5 user emails to whitelist for testing |