Configure Azure AD group claims mapping using JWT
Learn how to configure Microsoft Azure Active Directory (Azure AD) to map user group claims into Reltio using OAuth/OIDC with JWT.
- You have already configured Azure AD as an IdP using OAuth/OIDC. For more details, see Set up Azure IdP for OAuth/OIDC.
- You have access to the Azure portal and can modify the Azure AD application registration.
- Your Azure AD tenant is configured to emit group claims in the ID token.
By default, Microsoft Graph userinfo endpoints return only basic user attributes and do not include group membership. To map Azure AD groups into Reltio, you must configure Reltio to validate and parse group claims directly from the ID token (JWT) issued by Azure AD.
This is achieved by enabling JWT validation using the Azure AD v2.0 jwksURL and configuring group claim mapping in the SSO configuration.
If your Reltio environment doesn't allow hyphens in group names, use Azure AD claim transformation to replace hyphens with underscores using regular expressions.