Skip to content

Commit

Permalink
update OIDC iat error translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Dec 17, 2020
1 parent f00e379 commit 202b887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/locales/openid_connect/en.yml
Expand Up @@ -28,8 +28,8 @@ en:
invalid_code: is invalid either because it expired, or it doesn't match any
user. Please see our documentation at https://developers.login.gov/oidc/#token
invalid_code_verifier: code_verifier did not match code_challenge
invalid_iat: iat must be an integer Unix timestamp representing a time in
the past
invalid_iat: iat must be an integer or floating point Unix timestamp representing
a time in the past
user_info:
errors:
malformed_authorization: Malformed Authorization header
Expand Down
4 changes: 2 additions & 2 deletions config/locales/openid_connect/es.yml
Expand Up @@ -28,8 +28,8 @@ es:
invalid_code: no es válido porque ha caducado o no coincide con ningún usuario.
Consulte nuestra documentación en https://developers.login.gov/oidc/#token
invalid_code_verifier: code_verifier no coincide con code_challenge
invalid_iat: iat debe ser una marca de tiempo entera de Unix que represente
un tiempo en el pasado
invalid_iat: iat debe ser una marca de tiempo Unix de punto flotante o entero
que represente un tiempo en el pasado
user_info:
errors:
malformed_authorization: Título de autorización mal formado
Expand Down
4 changes: 2 additions & 2 deletions config/locales/openid_connect/fr.yml
Expand Up @@ -29,8 +29,8 @@ fr:
ne correspond à aucun utilisateur. Veuillez consulter notre documentation
à https://developers.login.gov/oidc/#token
invalid_code_verifier: code_verifier ne correspondait pas à code_challenge
invalid_iat: iat doit être un horodatage Unix entier représentant une heure
dans le passé
invalid_iat: iat doit être un horodatage Unix entier ou à virgule flottante
représentant une heure dans le passé
user_info:
errors:
malformed_authorization: Forme de l'en-tête d'autorisation non valide
Expand Down

0 comments on commit 202b887

Please sign in to comment.