Before you start
Delphina provides you a connection-specific callback (redirect) URI. It looks like:Configure in Entra ID
On a new app registration for the Delphina integration:- Redirect URI — add the callback URI provided by Delphina (platform type: Web).
- Optional ID-token claims — add
given_nameandfamily_name. These are required: sign-in fails without them. Accept the Microsoft Graphprofilepermission if prompted. - Client secret — generate one and record its expiry so it can be rotated before it lapses.
Required claims
The ID token must includesub, email, given_name, and family_name. sub and email are sent by default; given_name and family_name come from the optional-claims step above. Confirm your test users have first and last names populated in their directory profiles, or the claims will be empty.
Send back to Delphina
| Value | Notes |
|---|---|
| Client ID | Application (client) ID from the app registration |
| Client Secret | Send via a secure channel (e.g. 1Password) |
| Discovery endpoint | https://login.microsoftonline.com/{tenant-id}/v2.0/.well-known/openid-configuration |
| Test users | 1–5 user emails to whitelist for testing |