ADFS
https://sts.pugazh.in/adfs/ls/idpinitiatedsignon.aspx
https://sts.pugazh.in/federationmetadata/2007-06/federationmetadata.xml
Get-AdfsProperties | Select -ExpandProperty WIASupportedUserAgents
Get-ADFSRelyingPartyTrust –name “RP name”
Add-PSSnapin Microsoft.Adfs.PowerShell
Set-ADFSRelyingPartyTrust -TargetName “RelayingPartyName” -EncryptionCertificateRevocationCheck None
Set-ADFSRelyingPartyTrust -TargetName “RelayingPartyName” -SigningCertificateRevocationCheck None
Get-ADFSProperties | select-object -expandProperty AuthenticationContextOrder | select-object -Property AbsoluteUri
Export: (Get-AdfsClaimsProviderTrust -Name “My CP”).AcceptanceTransformRules | Out-File “C:\CPClaimsRules.txt”
import the rules to the new CP.
Set-AdfsClaimsProviderTrust -TargetName “My CP” -AcceptanceTransformRulesFile “C:\CPClaimsRules.txt”
certutil –urlfetch –verify c:\signingcertname.cer
Use full Documenhttp://docs.oasis-open.org/security/saml/v2.0/saml-authn-context-2.0-os.pdft:
https://web.archive.org/web/20161107104039/https://blogs.technet.microsoft.com/askpfeplat/tag/adfs/page/2/