From bc7ff0e9a40ec9c96f7794422189d2f02924c0fb Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 28 Nov 2022 12:41:39 -0700 Subject: [PATCH] Updated tooltip --- backend/src/main/resources/i18n/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/i18n/messages.properties b/backend/src/main/resources/i18n/messages.properties index ed51e6fb2..4937892d1 100644 --- a/backend/src/main/resources/i18n/messages.properties +++ b/backend/src/main/resources/i18n/messages.properties @@ -1005,7 +1005,7 @@ tooltip.dynamic-registration-policy-uri=URL that the Relying Party Client provid label.dynamic-registration-tosuri=TOS Uri tooltip.dynamic-registration-tosuri=URL that the Relying Party Client provides to the End-User to read about the Relying Party\u0027s terms of service. The value of this field MUST point to a valid web page. label.dynamic-registration-scope=Scope -tooltip.dynamic-registration-scope=Permits setting of the scope registration parameter, which may have special meaning for password and other grant handlers. +tooltip.dynamic-registration-scope=If present, all the requested scopes are added to the stored client metadata. If not present, then the default scope set is stored. The default scope (space-separated list of values, e.g. "openid info") can be configured with the idp.oidc.dynreg.defaultScope property. label.dynamic-registration-enabled=Enabled tooltip.dynamic-registration-enabled=Represents whether or not this registration has been sent to the Shibboleth IDP.