Configure SSO for Azure AD Application

Sergio Peral 1 Reputation point
2020-04-29T12:24:45.867+00:00

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.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,150 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Sergio Peral 1 Reputation point
    2020-05-04T20:06:59.937+00:00

    In addition, is it correct that the role included in the SAML response is referencing the one I have in the Application Manifest and the one in the third screenshot below? Are they all the same role? Maybe the Test role in the SAML response is some "empty" role and I'm referencing different things that have the same name...

    Role claim included in the SAML response:

    7912-test1.png

    Role in the application manifest:

    7827-test2.png

    Role definition:

    7913-test3.png

    I'm sorry for asking so many questions but I am really lost. Thank you in advance for your effort.

    Best regards.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.