Skip to content

Localization for User Interface of Identity Provider #2446

Answered by vinckr
Nilaik asked this question in Q&A
Discussion options

You must be logged in to vote

I have not dealt with this problem, but maybe I can give you some pointers.

From the API reference

UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a
space-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value
"fr-CA fr en" represents a preference for French as spoken in Canada, then French (without a region designation),
followed by English (without a region designation). An error SHOULD NOT result if some or all of the requested
locales are not supported by the OpenID Provider.

It is set in the OIDC context:

{
  "acr_values": ["string"],
  "display": "string",
  "id_token_hint_claims": {…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Nilaik
Comment options

@Nilaik
Comment options

@vinckr
Comment options

Answer selected by Nilaik
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants