MicrosoftIdentityOptions.ErrorPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Error route path. Defaults to the value /MicrosoftIdentity/Account/Error, which is the value used by Microsoft.Identity.Web.UI.
public Microsoft.AspNetCore.Http.PathString? ErrorPath { get; set; }
member this.ErrorPath : Nullable<Microsoft.AspNetCore.Http.PathString> with get, set
Public Property ErrorPath As Nullable(Of PathString)