Get-AdfsAuthenticationProvider
Gets a list of all authentication providers in AD FS.
Syntax
Get-AdfsAuthenticationProvider
[[-Name] <String>]
[<CommonParameters>]
Description
The Get-AdfsAuthenticationProvider cmdlet gets a list of all authentication providers currently registered in Active Directory Federation Services (AD FS). The read-only list includes built-in and external authentication providers and associated properties.
Examples
Example 1: Get all registered authentication providers
PS C:\> Get-AdfsAuthenticationProvider
AdminName : Forms Authentication
AllowedForPrimaryExtranet : True
AllowedForPrimaryIntranet : True
AllowedForAdditionalAuthentication : False
AuthenticationMethods : {urn:oasis:names:tc:SAML:1.0:am:password, urn:oasis:names:tc:SAML:2.0:ac:classes:Password, urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password}
Descriptions : {}
DisplayNames : {}
Name : FormsAuthentication
IdentityClaims : {}
IsCustom : False
RequiresIdentity : False
AdminName : Windows Authentication
AllowedForPrimaryExtranet : False
AllowedForPrimaryIntranet : True
AllowedForAdditionalAuthentication : False
AuthenticationMethods : {urn:ietf:rfc:1510, urn:federation:authentication:windows, urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/kerberos...} Descriptions : {}
DisplayNames : {}
Name : WindowsAuthentication
IdentityClaims : {}
IsCustom : False
RequiresIdentity : False
AdminName : Certificate Authentication
AllowedForPrimaryExtranet : True
AllowedForPrimaryIntranet : True
AllowedForAdditionalAuthentication : True
AuthenticationMethods : {urn:ietf:rfc:2246, urn:oasis:names:tc:SAML:1.0:am:X509-PKI, urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient, urn:oasis:names:tc:SAML:2.0:ac:classes:X509...} Descriptions : {}
DisplayNames : {}
Name : CertificateAuthentication
IdentityClaims : {}
IsCustom : False
RequiresIdentity : False
This command gets all authentication providers currently registered in AD FS.
Parameters
-Name
Specifies the name of an authentication provider to retrieve from AD FS.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |