Développement #88030
oidc, prendre en charge l'attribut ui_locales pour déterminer la langue de l'interface
0%
Description
Il y aurait souhait (#87767) pour un site tiers d'envoyer un usager vers authentic, mais que l'écran de connexion soit dans la langue dans laquelle l'usager visitait le site en question.
Dans la spec OIDC, sur l'Authorization Request, ça correspond à l'attribut ui_locales :
OPTIONAL. End-User's 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.
— https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
History
Updated by Paul Marillonnet about 1 year ago
- Status changed from Nouveau to En cours
- Assignee set to Paul Marillonnet
Bien vu, j’ignorais complètement que c’était dans les spécs de base du protocole. Top, je regarde ce qu’on peut faire.