You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to access the Azure B2C login page with a specific language for the ui_locales parameter, the application throws the following error and the Sign in/Sign up flow continues but the Sign in/Sign Up user flow language falls back to the default language (en).
This only happens on Android. I haven't tested on iOS yet but the web app works as expected.
I have not found any post regarding this issue. I have no idea on how I could even debug this.
The text was updated successfully, but these errors were encountered:
porojanmadalin
changed the title
Azure B2C ui_locales is directly supported via the auth request builder error
Azure B2C ui_locales is directly supported via the auth request builder exception
Aug 23, 2023
I think it is an issue from the AppAuth Android sdk.
Changing the following lines fixed my problem, but these modifications do not persist on a new call of npm install
Description
When I try to access the Azure B2C login page with a specific language for the
ui_locales
parameter, the application throws the following error and the Sign in/Sign up flow continues but the Sign in/Sign Up user flow language falls back to the default language (en).This only happens on Android. I haven't tested on iOS yet but the web app works as expected.
I have not found any post regarding this issue. I have no idea on how I could even debug this.
Capacitor version:
Run
npx cap doctor
:Library version:
OAuth Provider:
Your Plugin Configuration
Affected Platform(s):
Android
AndroidManifest.xml
The text was updated successfully, but these errors were encountered: