AzureActiveDirectoryOpenIdConnectAuthenticationOptions Properties

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

NameDescription
System_CAPS_pubpropertyAuthenticationMode

(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyAuthenticationType

(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyCallbackPath

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.

System_CAPS_pubpropertyClientId

Gets or sets the client ID.

System_CAPS_pubpropertyDescription

(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyProvider

Gets or sets the IAzureActiveDirectoryOpenIdConnectAuthenticationProvider used to handle authentication events.

System_CAPS_pubpropertySignInAsAuthenticationType

Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user ClaimsIdentity.

System_CAPS_pubpropertyStateDataFormat

Gets or sets the format of the state data. If set to null then version 1 is used.

System_CAPS_pubpropertyTenant

Gets or sets the tenant which is to be validated. Multi-tenant validation happens in AzureActiveDirectoryOpenIdConnectAuthenticationProvider.

Return to top
Show: