-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor Webassembly AAD and AAD B2C support improvements #27549
Comments
Thanks for contacting us. |
Any chance the password reset workflow is addressed for 5.x? |
We also face issue with being able to use Blazor Web Assembly with AD B2C for our clients since we have not been able to figure out how to handle the redirect back to the client after they have selected the option that they have forgotten their password. Seeing an example of how we can intercept this error in the query string and then handle the redirect approprately would be helpful. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
In reference to my comment above, password reset is now managed with the self-sevice password reset process, directly through AD B2C, which works fine. However, profile editing and other user's flows available by default in AD B2C do not have support, so it would be nice to have those supported out of the box (a way to capture the callback in Blazor would be needed). Thanks! |
All these are covered by #42580 |
Here are some of the things we don't support we have received feedback about, and we could consider doing on the 6.0 timeframe.
The text was updated successfully, but these errors were encountered: