SAML Authentication for Microsoft Account users

xDebuggerX 21 Reputation points
2022-10-05T13:37:40.547+00:00

I have created a SAML app as SSO in the Enterprise Application of our Azure AD. Already tested using Azure AD SAML Toolkit and successfully logged in to our website.

My only concern is that in order for the user to login, we need to add the user to the User/Group of the SAML app. I do not want this setup since the permission is handled by our website. I just want Azure AD SAML SSO to authenticate the user and throw it to us without checking if the user is in the list of User/Group. Its a waste of time adding users in the SAML app User/Group everytime we have a new user added to our website.

Thanks

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Sandeep G-MSFT 20,906 Reputation points Microsoft Employee Moderator
    2022-10-06T03:54:18.597+00:00

    @xDebuggerX

    Thank you for posting this question in Microsoft Q&A.

    If you do not want to assign any users to SAML application configured in Azure AD, then you just have to disable the setting "Assignment required". You can follow below steps to disable this setting.

    • Login to Azure portal with Global admin credentials.
    • Access the "Azure active directory" blade and then access "Enterprise applications".
    • Now select the SAML application that you have configured.
    • Click on properties blade and set "assignment required" option to "No".

    247927-image.png

    • Once you set this setting to "No", Azure AD will not block the user access to application irrespective of what group user is part of.

    Let me know if you have any further questions on this.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

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.