Monthly Archives: April 2024

What are the benefits to explain “Assignment required?” and “Visible to users?” flags to the customer?

Summary To transition ADFS application to Entra ID you are creating the Enterprise application. You will notice two flags, “Assignment required?” and “Visible to users?”. If you hover over the text it clearly states that if this flag is set … Continue reading

Posted in Azure, EntraID | Leave a comment

How to map ADFS roles claim rule to Entra ID application? 

Summary  The following is a ADFS claim for the FooBar client’s application.    @RuleTemplate = “LdapClaims” @RuleName = “AD Attributes”  c:[Type == “http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname”, Issuer == “AD AUTHORITY”] =>   issue( store = “Active Directory”,   types = (  “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier”,   “user.firstName”,  “user.lastName”), query = “;sAMAccountName,givenName,sn;{0}”, param = c.Value);  @RuleTemplate = “EmitGroupClaims” … Continue reading

Posted in EntraID | Tagged , , , , | Leave a comment