samples
samples copied to clipboard
Password forget link issues
trafficstars
i'm trying to make username/signin with password reset according answers in this thread https://github.com/azure-ad-b2c/samples/issues/390
but i faced following issues:
- Email_And_Username_Signin_Password_Reset policy always redirects me to password reset subjurney even if i'm trying to sign in. (it's modified version of Email_And_Username_Signin which works fine but without password reset). It looks like objectId never exists after firts step and i don't understand why.
- Email_And_Username_Signin_Password_Reset does not display signin validation errors.
please can you give me a tip how i can fix it?