GIVEN
- a realm R with l10n enabled
- a user successfully authenticates for a specific client (ie with an redirect URL)
- the user selects a language (or just uses the default)
WHEN
the redirect to the client happens i would like to have that (changed/effective) kc_locale value added to the redirection URL so that the client is made aware of it.
is that possible OOTB with KC 26.0.5 ?
if yes: how ?
if not: how can i do this with custom logic/spi impls ?