IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
When you use third party identity providers, such as ADFS, you can configure Sitefinity CMS to automatically maintain the membership of users in Sitefinity roles when the role of a user in ADFS changes or a new user is created.
EXAMPLE: A user is assigned a new role in ADFS. You can map this role to a role in Sitefinity CMS. Then, all users that acquire the role in ADFS will be automatically assigned to the mapped role in Sitefinity CMS.
role
NOTE: The types of all claims coming from external providers are updated according to the mappings specified in the following file: https://github.com/IdentityServer/IdentityServer3/blob/master/source/Core/Configuration/Hosting/ClaimMap.cs For example, if you have claim type returned from the ADFS: http://schemas.microsoft.com/ws/2008/06/identity/claims/group and mapping: {"group", "http://schemas.microsoft.com/ws/2008/06/identity/claims/group"} you will need to map just group as claim type. For custom claims you must map the complete claim - for example, http://schemas.microsoft.com/ws/2008/06/identity/claims/customclaim.
http://schemas.microsoft.com/ws/2008/06/identity/claims/group
{"group", "http://schemas.microsoft.com/ws/2008/06/identity/claims/group"}
group
type
http://schemas.microsoft.com/ws/2008/06/identity/claims/customclaim
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important