Set up ADFS IdP for OAuth/OIDC
Configure SSO with ADFS as IdP
ADFS Configuration
{
"id": "ADFS-Demo",
"tenants": [
"tenant06"
],
"description": "Customer with Active Directory Federation Services used as authorization server",
"passwordPolicy": {
},
"externalProviderConfig": [
{
"vendor": "azure",
"loginEndpoint": "https://login.customer.com/9894a1fc-88d4-48af-a89c-2731bbb4b240/oauth2/authorize",
"tokenEndpoint": "https://login.customer.com/9894a1fc-88d4-48af-a89c-2731bbb4b240/oauth2/token",
"userInfoEndpoint": "https://graph.windows.net/9894a1fc-88d4-48af-a89c-2731bbb4b240/me?api-version=1.6",
"callbackEndpoint": "https://auth-stg.reltio.com/oauth/callback",
"clientId": "reltio",
"clientSecret": "********",
"scope": "openid profile",
"userIdMapping": "userPrincipalName",
"userEmailMapping": "userPrincipalName",
"debugMode": true,
"defaultNewUserRoleList": [
"ROLE_API",
"ROLE_USER"
],
"tenants": []
"userGroupsMapping": "groups",
"userGroupRegExp": "OU=([a-zA-Z0-9_]*).*?",
"defaultGroups": ["QA_Group","Dev_Group"]
}
],
"caseSensitiveLoginEnabled": true
}