recognizegroup / capacitor-plugin-msauth

Capacitor-wrapper for MSAL libraries. Works on iOS, Android and web.
Other
17 stars 17 forks source link

iOS: Popup shows the calling page, not the b2c login page #39

Closed schokolateur closed 2 months ago

schokolateur commented 2 months ago

Hi there,

im using your plugin in my ionic/angular app. When i use the plugin in a web browser, it works perfectly. When i start the login on iOS, i got asked if i want to login to b2clogin, but in the popup i get redirected to the page i started the login directly without any b2c login stuff. The popup stays open. I can only cancel which results in a "User cancelled the auth session". I verified all the config steps. Any hints?

Thanks

schokolateur commented 2 months ago

never mind, i messed up my redirect uri in azure