(2012-09-19) Claims Based Authorizations For Sharepoint Through ADFS (Part 6)
Posted by Jorge on 2012-09-19
-
For the previous part click on the following link: Claims Based Authorizations For Sharepoint Through ADFS (Part 5)
-
For information about how to install ADFS v2.0 see the blog post about Installing And Configuring ADFS v2 As An STS Server (part1, part 2, part 3) and about Installing And Configuring ADFS v2 As A PRX Server.
-
By default ADFS has one claims provider trust defined and configured called “Active Directory”. That CP trust is also configured with a default list of claims rules (see picture below). For more information about this also see:
- (2011-09-13) Bare Minimum Acceptance Transform Rules For The Default Claims Provider Trusts In ADFS v2.0
- (2011-10-24) AD FS 2.0 Claims Rule Language Primer From The ASKDS Team
- (2011-10-24) Configuring The New Five Claim Types In ADFS After Installing Rollup Package 1 For ADFS v2.0
-
Figure 1a: Default List Of Acceptance Claims Rules For The “Active Directory” Claims Provider Trust
-
Under the hood the configuration of each claim rules is shown below.
(Get-ADFSClaimsProviderTrust "Active Directory").AcceptanceTransformRules
Figure 1b: Default Configuration Of Each Acceptance Claims Rule For The “Active Directory” Claims Provider Trust
-
Using a PowerShell script I imported my own defined list of claims rules for the “Active Directory” Claims Provider Trust. The total list now looks like is shown below.
Figure 2a: Total List Of Acceptance Claims Rules For The “Active Directory” Claims Provider Trust (Default And Custom)
-
Under the hood the configuration of each claim rules is shown below.
(Get-ADFSClaimsProviderTrust "Active Directory").AcceptanceTransformRules
Figure 2b: Configuration Of Each Acceptance Claims Rule For The “Active Directory” Claims Provider Trust (Default And Custom)
-
For the next part click on the following link: Claims Based Authorizations For Sharepoint Through ADFS (Part 7)
-
Cheers,
Jorge
———————————————————————————————
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always evaluate/test yourself before using/implementing this!
* DISCLAIMER: http://jorgequestforknowledge.wordpress.com/disclaimer/
———————————————————————————————
############### Jorge’s Quest For Knowledge #############
######### http://JorgeQuestForKnowledge.wordpress.com/ ########
———————————————————————————————


Claims Based Authorizations For Sharepoint Through ADFS (Part 7) « Jorge's Quest For Knowledge! said
[...] Server Core (2) « (2012-09-19) Claims Based Authorizations For Sharepoint Through ADFS (Part 6) [...]