Skip to content

Commit

Permalink
SHIBUI-2393
Browse files Browse the repository at this point in the history
Adding detail to tooltip
  • Loading branch information
chasegawa committed Nov 29, 2022
1 parent ef83608 commit fab13ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ tooltip.dynamic-registration-name=Name used to identify the registration on the
label.dynamic-registration-redirectUris=Redirect Uris
tooltip.dynamic-registration-redirectUris=Array of Redirection URI values used by the Client. One of these registered Redirection URI values MUST exactly match the redirect_uri parameter value used in each Authorization Request.
label.dynamic-registration-responseTypes=Response Types
tooltip.dynamic-registration-responseTypes=JSON array containing a list of the OAuth 2.0 response_type values that the Client is declaring that it will restrict itself to using.
tooltip.dynamic-registration-responseTypes=JSON array containing a list of the OAuth 2.0 response_type values that the Client is declaring that it will restrict itself to using. If not present, Shibboleth will use a default of "code"
label.dynamic-registration-grantTypes=Grant Types
tooltip.dynamic-registration-grantTypes=JSON array containing a list of the OAuth 2.0 Grant Types that the Client is declaring that it will restrict itself to using.
label.dynamic-registration-applicationType=Application Type
Expand Down

0 comments on commit fab13ca

Please sign in to comment.