Hello all,
I hope you're staying healthy and safe.
I'm having an issue trying to configure Azure AD SSO for an application. My Service Provider application is not able to authenticate itself because the roles claim configured in Azure AD SSO is not included in the SAML response. I'm following this guide to configure it: https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-enterprise-app-role-management, but I'm not having success.
These are my configured claims:
https://gyazo.com/f262f7fa23c23ed2adc6a4ffc9e608c0
And these are the claims that come in the SAML response:
https://gyazo.com/120b6156a0287566c9d34cf7f726ae81
I'm also having trouble configuring permissions here: https://developer.microsoft.com/graph/graph-explorer. It seems like the changes I make are not staying.
When I go to the Application Users and groups
, the only user is me, with role User
. I don't know if it's possible to make myself an administrator, it doesn't come in the list of possible roles, only User
, and it's a personal account so I'm actually the administrator.
Hoping that someone is able to help a little bit. Thank you very much in advance.
Best regards,
Sergio.