Hi folks, I still working on `ui_locales` make the...
# talk-hydra
h
Hi folks, I still working on
ui_locales
make the login UI display language consistent with the client request. However, my login UI has a language switcher that allows users to change the language. If they do like that when going back to the client app. The language display on the client app should be the same language in Login UI. Is it possible to send the language back to the client? Ref: https://openid.net/specs/openid-connect-core-1_0.html
p
Hi @User Maybe you can add the language in the request url? https://www.ory.sh/docs/hydra/faq#how-can-i-store-custom-data-
h
I was already done with that, but How to send it back to the client after the end process. Our client needs to display an app consisting of OAuth UI.