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.
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::PathStringThe request path within the application’s base path where the user-agent will be returned.
Default value is /signin-aad.
Show: