Microsoft.Owin.Security.ActiveDirectory
Extension methods provided by the ADFS JWT bearer token middleware.
Adds Active Directory Federation Services (ADFS) issued JWT bearer token middleware to your web application pipeline.
The IAppBuilder passed to your configuration method.
An options class that controls the middleware behavior.
The original app parameter.
Options to configure the Active Directory Federation Services JWT middleware.
Initializes a new instance of the class.
Gets or sets the WSFed Metadata Endpoint for the Security Token Service JWTs will be issued from.
The WSFed Metadata Endpoint for the Security Token Service JWTs will be issued from.
Gets or sets the expected audience for any received JWT token.
The expected audience for any received JWT token.
Gets or sets the authentication realm.
The authentication realm.
Gets or sets the authentication provider.
The provider.
Gets or sets the a certificate validator to use to validate the metadata endpoint.
The certificate validator.
If this property is null then the default certificate checks are performed,
validating the subject name and if the signing chain is a trusted party.
Gets or sets timeout value in for back channel communications with the metadata endpoint.
The back channel timeout.
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.
Gets or sets the used to determine if a token is valid.
A System.IdentityModel.Tokens.SecurityTokenHandler designed for creating and validating Json Web Tokens.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to No SecurityTokenServiceType descriptor in metadata..
Looks up a localized string similar to The '{0}' option must be provided..
Looks up a localized string similar to An ICertificateValidator cannot be specified at the same time as an HttpMessageHandler unless it is a WebRequestHandler..
A security token provider which retrieves the issuer and signing tokens from a WSFed metadata endpoint.
Gets the issuer the credentials are for.
The issuer the credentials are for.
Gets all known security tokens.
All known security tokens.
Signing metadata parsed from a WSFed endpoint.
The token issuer.
Signing tokens.
Helper for parsing WSFed metadata.
Extension methods provided by the Windows Azure Active Directory JWT bearer token middleware.
Adds Windows Azure Active Directory (WAAD) issued JWT bearer token middleware to your web application pipeline.
The IAppBuilder passed to your configuration method.
An options class that controls the middleware behavior.
The original app parameter.
Options to configure the Windows Azure Active Directory JWT middleware.
Initializes a new instance of the class.
Gets or sets the expected audience for any received JWT token.
The expected audience for any received JWT token.
Gets or sets the authentication realm.
The authentication realm.
Gets or sets the Azure Active Directory tenant the tokens are issued from.
The Azure Active Directory tenant the tokens are issued from.
Gets or sets the address to retrieve the configuration metadata
This can be generated from the Tenant if present.
Gets or sets the authentication provider.
The provider.
Gets or sets the a certificate validator to use to validate the metadata endpoint.
The certificate validator.
If this property is null then the default certificate checks are performed,
validating the subject name and if the signing chain is a trusted party.
Gets or sets timeout value in for back channel communications with the metadata endpoint.
The back channel timeout.
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.
Gets or sets the used to determine if a token is valid.
A System.IdentityModel.Tokens.SecurityTokenHandler designed for creating and validating Json Web Tokens.