Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 438 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 438 Bytes

Sitecore-IdentityServer-ADFS

Small hacks to make Sitecore Identity Server work well with an on-prem ADFS installation.

The PrefixRoles class simply adds the "sitecore\" prefix to all roles served as claims from ADFS, allowing for mapping existing roles in AD to roles in Sitecore.

The AdfsExternalUserBuilder uses the upn from ADFS to create a readable username, instead of the OOTB version which is hard to read (and remember!) :)