windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

ADFS Module: Some Cmdlets are Missing Parameter Descriptions

Open X-Guardian opened this issue 5 years ago • 1 comments

The following ADFS cmdlets are missing the specified parameter descriptions:

  • Add-AdfsClaimsProvidertrust
    • AnchorClaimType
    • CustomMFAUri
    • SupportsMfa
  • Add-AdfsClaimsProviderTrustsGroup
    • AcceptanceTransformRules
    • AcceptanceTransformRulesFile
  • Add-AdfsClient
    • JWKSFile
    • JWKKSUri
    • JWTSigningCertificate
    • JWTSigningCertificateRevocationCheck
  • AddAdfsFarmNode
    • FarmBehavior
  • Add-AdfsNonClaimsAwareRelyingPartyTrust
    • AccessControlPolicyName
    • AccessControlPolicyParameters
    • ClaimsProviderName
  • Add-AdfsRelyingPartyTrust
    • AccessControlPolicyParameters
    • AllowedAuthenticationClassReferences

X-Guardian avatar Oct 21 '19 09:10 X-Guardian