aad_b2c_webview
aad_b2c_webview copied to clipboard
added option to pass the prompt type, it was static "login"
I added the prompt type options ("none", "login", "consent") to support edit profile policies, it was set to "login", so it forces the user to sign in before editing the profile, now you can pass the "id_token_hint" in the optional params and edit the profile directly.
@microsoft-github-policy-service agree