Hi!
I’m trying to make the universal login page accept the ui_locales parameter. I already configured the available languages in the tenant settings.
I am using the api to open the UL page because there’s no SDK for my use case. My URL looks like this:
https://<my_tenant_id>.eu.auth0.com/authorize?response_type=token&client_id=<my_client_id>&redirect_uri=$redirectUri&state=LOADING&audience=<my_audience>&scope=openid%20email%20profile&ui_locales=de
Does anyone have experience with using UL via the api?
