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)

public:
property PathString CallbackPath {
	[CompilerGeneratedAttribute]
	PathString get();
	[CompilerGeneratedAttribute]
	void set(PathString value);
}

Property Value

Type: Microsoft.Owin::PathString

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

Default value is /signin-aad.

Return to top
Show: