recognizegroup / capacitor-plugin-msauth

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

More than one app is listening for the URL scheme defined for BrowserTabActivity in the AndroidManifest #24

Closed xzetic closed 11 months ago

xzetic commented 11 months ago

I keep on receiving the error below in Android even though I only have this one app with bundledid/package name mentioned in the error. image There seems a similar issue raised in MSAL library but doesn't have any clear solution. Did anyone familiar on this issue? Thank you! https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/1751

Here is the configuration. AndroidManifest.xml image

build.gradle image