How to authenticate against Az AD B2C with MAUI #21563
Unanswered
captain01010101
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do we authenticate against Az AD B2C with MAUI while offering the user the ability to save their password for future use? The closest thing I have found is by using the
b2c-wpf
sample with a popup. However, there is no way to save the password. The user must enter their credentials every time, unlike visiting the ad b2c login page in a browser which allows for saving. We can't expect users to have to enter their password every time they go to use the application. There is a Maui sample in in a MS GitHub repo, however, the project throws a unhandled exception.Beta Was this translation helpful? Give feedback.
All reactions