samples
samples copied to clipboard
Forgot Password link does not display
I've followed along the embedded password reset example, making it applicable to my own use case - where the email and password collection are on two separate screens to enable the email domain to be checked for specific external providers. This all works nicely, but the forgot password link does not display on the sign in password collection screen. I've made sure to use the CombinedSignInAndSignUp OrchestrationStep Type and api.signuporsignin ContentDefinitionReferenceId, as well as ensuring that the password reset ClaimsProviderSelection is in place. Is there anything else I'm missing that would control the display of the forgot password link? Thanks so much.
Can you share the technical profile which you want to display the forgot password link on, and the corresponding orchestration step that calls this tech profile?