AzureActiveDirectoryOpenIdConnectAuthenticationOptions Class

 

The AzureActiveDirectoryOpenIdConnectAuthenticationOptions provides options for the OWIN T:Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware class.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.AuthenticationOptions
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationOptions

Syntax

public class AzureActiveDirectoryOpenIdConnectAuthenticationOptions : AuthenticationOptions
public ref class AzureActiveDirectoryOpenIdConnectAuthenticationOptions : AuthenticationOptions
type AzureActiveDirectoryOpenIdConnectAuthenticationOptions = 
    class
        inherit AuthenticationOptions
    end
Public Class AzureActiveDirectoryOpenIdConnectAuthenticationOptions
    Inherits AuthenticationOptions

Constructors

Name Description
System_CAPS_pubmethod AzureActiveDirectoryOpenIdConnectAuthenticationOptions()

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticationOptions class.

Properties

Name Description
System_CAPS_pubproperty AuthenticationMode

(Inherited from AuthenticationOptions.)

System_CAPS_pubproperty AuthenticationType

(Inherited from AuthenticationOptions.)

System_CAPS_pubproperty 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.

System_CAPS_pubproperty ClientId

Gets or sets the client ID.

System_CAPS_pubproperty Description

(Inherited from AuthenticationOptions.)

System_CAPS_pubproperty Provider

Gets or sets the IAzureActiveDirectoryOpenIdConnectAuthenticationProvider used to handle authentication events.

System_CAPS_pubproperty SignInAsAuthenticationType

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

System_CAPS_pubproperty StateDataFormat

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

System_CAPS_pubproperty Tenant

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top