Hi
I have an asp.net framework 4.7.2 site up and running that uses the deprecated login.microsoft domain. Following the suggested guidance I've upgraded my code use the new b2clogin domain.
My Auth.startup class registers middleware for each of the policies I need. Eg sign-in, sign-up, reset etc.
Trouble is I can no longer seem to invoke any of the policy flows from my account controller anymore as specifying an sign-up policy I'm the getowen.context no longer works.
Does.anyone know of a good sample or article that explains how to invoke the various policy user flows from an asp.net controller using the new b2clogin domain ?