Stephen
Stephen
I updated mine to: https://whatever.b2clogin.com/{tenant}/B2C_1A_signin_only/v2.0/.well-known/openid-configuration no issues no so far. It should be okay if you had a tenant prior according to this? "**New tenants created after this announcement** will...
Instead I have ```Task``` decorated with ```[AllowAnyStatusCode]``` As I need granular control over the response as I need to act on different Status Codes. i.e. ``` if (response.ResponseMessage.StatusCode == HttpStatusCode.Unauthorized)......
Thanks for posting this, wasted a little bit of time on it.
**dynamic-sign-up-sign-in** Also a nice policy for the above, however, when landing on the signup page following the sign-in flow. What do we do if the user wants to use another...
I've cloned the custom policies and templates. Looks like I could dump the siginsignup united flow and have two separate flows one for sign in and the other for sign...
@JamesRandall What's the status of this project? it's a good wrapper and worthy of Kudos but it's dated and needed!, I'm looking to use on a new project..
@lesair I just implemented ADB2C in React - The documentation is good however, there it does lack notes regarding React so I invested a lot of time trying to find...