...
Use ADFS server Windows Event Log to investigate errors.
Configure RoleManager using the following JSON:
{
"MetadataAddress": "https://adfs.cloud.weir/FederationMetadata/2007-06/FederationMetadata.xml",
"Wtrealm": "https://onelist-dev.cloud.weir/"
}
Azure AD configuration
Steps to register OneList on AAD: https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
The Redirect URI for OneList is: https://iqx.onelistapprovals.com/rolemanager/signin-microsoft
If OneList is registered for multi-tenants, configure RoleManager using this JSON:
{"clientid":"xxxxx","clientsecret":"xxxxx"}
If OneList is registered for single-tenant, configure RoleManager using this JSON:
{
"clientid": "xxxxx",
"clientsecret": "xxxx",
"AuthorizationEndpoint": "https://login.microsoftonline.com/<Tenant_id>/oauth2/v2.0/authorize",
"TokenEndpoint": "https://login.microsoftonline.com/<Tenant_id>/oauth2/v2.0/token",
"UserNameClaim": "<custom user name claim>"
}