Example: Configure claims mapping for Office
365
Office
365
The following steps provide an example of how to configure basic claims mapping for
Microsoft 365
. Your organization may have different claims mapping requirements.- In the AD FS manager, clickEdit Claim Rulesfor theEnterprise Identityclaims provider that you have configured.
- ClickAdd rule>Send claims using a custom role.
- In theSelect Ruletemplate window, in theClaim Rule Templatedrop-down list, selectSend Claims Using a Custom Rule. ClickNext.
- In theConfigure Rulewindow, in theClaim rule namefield, typePass all claims.
- In theCustom rulepane, enter the following:c:[] => issue(claim = c);
- ClickFinish.
- In theConfigure Rulewindow, in theClaim rule namefield, typeTransform UPN.
- In theCustom rulepane, enter the following:
Where the domain suffix is the email domain for users (for example "${user}@example.com").c:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"] => issue(Type = "http://schemas.xmlsoap.org/claims/UPN", Issuer = c.Issuer, OriginalIssuer = c.OriginalIssuer, Value = regexreplace(c.Value, "^(?<user>.*)$", "${user}<domain_suffix_for_your_users>"), ValueType = c.ValueType); - ClickFinish.
- In theUEMmanagement console, click toSettings>BlackBerry Enterprise Identity>Services.
- In theSAML Servicetable, click the ADFS service that you created.
- UnderClaims, in theName identifier attributedrop-down list, selectImmutable ID.
- In the SAML claim attributes table, click . Do the following:
- In the Name field, typeUsername.
- Under SAML attribute, select http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.
- Set the SAML claim type to Local.
- Set the attribute value to the name that you entered for the claim attribute (for example, Username).
- Set the attribute value to anyType.
- ClickSave.
- In the SAML claim attributes table, click . Do the following:
- In the Name field, typeUPN.
- Under SAML attribute, select http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn.
- Set the SAML claim type to Local.
- Set the attribute value to the name that you entered for the claim attribute (for example, UPN).
- Set the attribute value to anyType.
- ClickSave.
- In the SAML claim attributes table, click . Do the following:
- In the Name field, typeImmutableID.
- Under SAML attribute, select http://schemas.microsoft.com/LiveID/Federation/2008/05/ImmutableID.
- Set the SAML claim type to Local.
- Set the attribute value to the name that you entered for the claim attribute (for example, ImmutableID).
- Set the attribute value to anyType.
- ClickSave.