From 6d2ac4a69a931636b27c42ba49c9b62480bc5aa5 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 19 Nov 2018 12:52:25 +0000 Subject: [PATCH] FIX: Correct copy for site setting --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d3e744d..2927213 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -5,5 +5,5 @@ en: openid_connect_client_secret: "OpenID Connect client secret" openid_connect_authorize_scope: "The scopes sent to the authorize endpoint. This must include 'openid'." openid_connect_token_scope: "The scopes sent when requesting the token endpoint. The official specification does not require this." - openid_connect_use_userinfo: "Contact the userinfo endpoint for user metadata. If left blank, the 'code' will be used instead." + openid_connect_use_userinfo: "Contact the userinfo endpoint for user metadata. If left blank, the 'id_token' will be used instead." openid_connect_error_redirects: "If the callback error_reason contains the first parameter, the user will be redirected to the URL in the second parameter" \ No newline at end of file