",
"repository": {
"url": "https://github.com/nextcloud/user_oidc",
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index ea630bfbd..67e6ab399 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -203,6 +203,7 @@ export default {
providerBasedId: false,
groupProvisioning: false,
sendIdTokenHint: true,
+ enrichLoginIdTokenWithUserinfo: false,
},
},
showNewProvider: false,
diff --git a/src/components/SettingsForm.vue b/src/components/SettingsForm.vue
index 8abdab669..f0095b192 100644
--- a/src/components/SettingsForm.vue
+++ b/src/components/SettingsForm.vue
@@ -333,6 +333,14 @@
{{ t('user_oidc', 'Should the ID token be included as the id_token_hint GET parameter in the OpenID logout URL? Users are redirected to this URL after logging out of Nextcloud. Enabling this setting exposes the OIDC ID token to the user agent, which may not be necessary depending on the OIDC provider.') }}
+
+ {{ t('user_oidc', 'Enrich login ID token with userinfo') }}
+
+
+ {{ t('user_oidc', 'Fetch additional information not found in the login ID token from the userinfo endpoint. This setting is overwritten if the global enrich_login_id_token_with_userinfo option is enabled.') }}
+