MicrosoftIdentityApplicationOptions.ResetPasswordPath 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 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