Skip to content

Commit

Permalink
SHIBUI-2380
Browse files Browse the repository at this point in the history
Bug fxing
  • Loading branch information
chasegawa committed Oct 25, 2022
1 parent 5b0c96b commit 1eb26cc
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 @@ -919,7 +919,7 @@ tooltip.proxyCount=Limits use of proxying either to service providers downstream
tooltip.revocationLifetime=The revocation lifetime used when revoking the full chain (see CHAIN above).
tooltip.revocationMethod=The revocation method: CHAIN refers to revoking whole chain of tokens (from authorization code to all access/refresh tokens) and TOKEN refers to revoking single token
tooltip.accessTokenLifetime.oauth=Lifetime of access token issued to client (OAUTH)
tooltip.accessTokenType.oauth=Format of access token. Supported values are ?JWT? or nothing/empty/null implying opaque tokens.
tooltip.accessTokenType.oauth=Format of access token. Supported values are 'JWT' or nothing/empty/null implying opaque tokens.
tooltip.allowPKCEPlain.oauth=Whether client is allowed to use PKCE code challenge method plain (OAUTH)
tooltip.enforceRefreshTokenRotation=Whether to enforce refresh token rotation. If enabled the refresh token is revoked whenever it is used for issuing a new refresh token.
tooltip.forcePKCE.oauth=Whether client is required to use PKCE (OAUTH)
Expand Down

0 comments on commit 1eb26cc

Please sign in to comment.