AzureActiveDirectoryOpenIdConnectAuthenticationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AzureActiveDirectoryOpenIdConnectAuthenticationOptions provides options for the OWIN Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware class.
public class AzureActiveDirectoryOpenIdConnectAuthenticationOptions : Microsoft.Owin.Security.AuthenticationOptions
type AzureActiveDirectoryOpenIdConnectAuthenticationOptions = class
inherit AuthenticationOptions
Public Class AzureActiveDirectoryOpenIdConnectAuthenticationOptions
Inherits AuthenticationOptions
- Inheritance
-
Microsoft.Owin.Security.AuthenticationOptionsAzureActiveDirectoryOpenIdConnectAuthenticationOptions
Constructors
AzureActiveDirectoryOpenIdConnectAuthenticationOptions() |
Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticationOptions class. |
Properties
CallbackPath |
Gets or sets the request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives. |
ClientId |
Gets or sets the client ID. |
Provider |
Gets or sets the IAzureActiveDirectoryOpenIdConnectAuthenticationProvider used to handle authentication events. |
SignInAsAuthenticationType |
Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user ClaimsIdentity. |
StateDataFormat |
Gets or sets the format of the state data. If set to |
Tenant |
Gets or sets the tenant which is to be validated. Multi-tenant validation happens in AzureActiveDirectoryOpenIdConnectAuthenticationProvider. |
Applies to
Azure SDK for .NET