AzureActiveDirectoryOpenIdConnectAuthenticationOptions.CallbackPath Property

 

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.

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

Syntax

public PathString CallbackPath {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property PathString CallbackPath {
    [CompilerGeneratedAttribute]
    PathString get();
    [CompilerGeneratedAttribute]
    void set(PathString value);
}
member CallbackPath : PathString with get, set
Public Property CallbackPath As PathString

Property Value

Type: Microsoft.Owin.PathString

The request path within the application’s base path where the user-agent will be returned.

Remarks

Default value is /signin-aad.

See Also

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

Return to top