-1

I've copied a custom user flow for PasswordReset. After successful reset of password I'm getting error AADB2C: Encryption key must be a 256-bit key The original policy works fine.

What could be wrong here?

Sven
  • 2,345
  • 2
  • 21
  • 43

1 Answers1

1

After hours of research and trail&error I finally found a solution for this. When using the Microsoft Identity Web package it works fine. Perhaps some setting in this library does some background magic and sets necessary client keys or tokens so that after successful password change now the user is redirected to the start page of my application.

Sven
  • 2,345
  • 2
  • 21
  • 43