Share via


MicrosoftIdentityApplicationOptions.ResetPasswordPath Property

Definition

Sets the ResetPassword route path (from the root of the web site). Defaults to /MicrosoftIdentity/Account/ResetPassword, which is the value used by Microsoft.Identity.Web.UI. If you override it, you need to provide your own controller/actions.

public string? ResetPasswordPath { get; set; }
member this.ResetPasswordPath : string with get, set
Public Property ResetPasswordPath As String

Property Value

Applies to