Roe-AI SSO Integration App
).https://app.roe-ai.com/sso/callback
.Platform SSO Secret
) and set an expiration period (e.g., 1 year).Note: You won’t be able to view this secret again, so copy and store it securely.
openid
profile
email
offline_access
User.Read
if you need to access additional user details.https://graph.microsoft.com/v1.0/me
to fetch user details.Field | Value |
---|---|
OIDC Client ID | The Application (client) ID retrieved from the Azure portal. |
OIDC Client Secret | The Client secret value generated in Step 3. |
OIDC Authorization Endpoint | The OAuth 2.0 authorization endpoint (v2) URL retrieved in Step 5. |
OIDC Token Endpoint | The OAuth 2.0 token endpoint (v2) URL retrieved in Step 5. |
OIDC User Info Endpoint | https://graph.microsoft.com/v1.0/me |
OIDC User Identifier Key | userPrincipalName |
OIDC User First Name Key | givenName |
OIDC User Last Name Key | surname |
https://graph.microsoft.com/v1.0/me
) and validate the keys.