How to Setup Azure AD SAML SSO in Morpheus to use Azure Group Lookups

When a user in azure ad has more that 150 group attributes, Azure does not include the group claims in the SAML response, and Morpheus is required to query Microsoft Graph to obtain the users group attribute values. When there are users that are members of more that 150 groups, populate the Azure Group Lookups section in order for those users to be able to use the Azure AD SAML SSO integration, otherwise no groups will be obtained and proper role mappings cannot occur.

Please follow the steps below to setup Azure Group Lookups.

  1. Navigate to Microsoft Entra ID / Azure AD.

  1. Select App registrations.

Picture 2

  1. Select New registration.

Picture 3

  1. Specify any app name and click Register.

Picture 4

  1. Click on Overview and make note of the App ID and Tenant ID.

  1. Click on Certificates & secrets and create a new secret.

  1. Specify the description and expiration and make note of the secret value.

  2. Click on API permissions and remove all existing permissions for the Graph API.

Picture 8

  1. Add a permission and select Microsoft Graph.

Picture 9

  1. Select Application permissions.

  1. Select ‘User.Read.All’ permission and click Add permissions.

Picture 11

  1. Click on Grant admin consent for…

  1. In Morpheus application, edit the Azure AD SAML SSO identity source settings, and fill in the Group Lookups section with the Tenant ID, App ID, and App Secret from steps 5 and 6.

Picture 13

3 Likes