Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActiveDirectoryFederationServicesBearerAuthenticationOptions Class

 

Options to configure the Active Directory Federation Services JWT middleware.

Namespace:   Microsoft.Owin.Security.ActiveDirectory
Assembly:  Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.dll)

System::Object
  Microsoft.Owin.Security::AuthenticationOptions
    Microsoft.Owin.Security.ActiveDirectory::ActiveDirectoryFederationServicesBearerAuthenticationOptions

public ref class ActiveDirectoryFederationServicesBearerAuthenticationOptions : AuthenticationOptions

NameDescription
System_CAPS_pubmethodActiveDirectoryFederationServicesBearerAuthenticationOptions()

Initializes a new instance of the ActiveDirectoryFederationServicesBearerAuthenticationOptions class.

NameDescription
System_CAPS_pubpropertyAudience

Obsolete.Gets or sets the expected audience for any received JWT token.

System_CAPS_pubpropertyAuthenticationMode

If Active the authentication middleware alter the request user coming in and alter 401 Unauthorized responses going out. If Passive the authentication middleware will only provide identity and alter responses when explicitly indicated by the AuthenticationType.(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyAuthenticationType

The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline.(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyBackchannelCertificateValidator

Gets or sets the a certificate validator to use to validate the metadata endpoint.

System_CAPS_pubpropertyBackchannelHttpHandler

The HttpMessageHandler used to communicate with the metadata endpoint. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.

System_CAPS_pubpropertyBackchannelTimeout

Gets or sets timeout value in for back channel communications with the metadata endpoint.

System_CAPS_pubpropertyDescription

Additional information about the authentication type which is made available to the application.(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyMetadataEndpoint

Gets or sets the WSFed Metadata Endpoint for the Security Token Service JWTs will be issued from.

System_CAPS_pubpropertyProvider

Gets or sets the authentication provider.

System_CAPS_pubpropertyRealm

Gets or sets the authentication realm.

System_CAPS_pubpropertyTokenHandler

A System.IdentityModel.Tokens.SecurityTokenHandler designed for creating and validating Json Web Tokens.

System_CAPS_pubpropertyTokenValidationParameters

Gets or sets the TokenValidationParameters used to determine if a token is valid.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: