Skip to content

Commit

Permalink
Modify the display name of the JWT Beaarer grant
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasanthi Dissanayake committed Feb 7, 2024
1 parent 9b517f7 commit b0537b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public String toString() {
OAUTH_GRANT_TYPE_NAMES.put("urn:ietf:params:oauth:grant-type:saml1-bearer", "SAML1");
OAUTH_GRANT_TYPE_NAMES.put(GrantType.SAML20_BEARER.toString(), "SAML2");
OAUTH_GRANT_TYPE_NAMES.put(OAuthConstants.GrantTypes.IWA_NTLM, "IWA-NTLM");
OAUTH_GRANT_TYPE_NAMES.put(OAuthConstants.GrantTypes.JWT_BEARER, "JWT Bearer");
OAUTH_GRANT_TYPE_NAMES.put("organization_switch", "Organization Switch");
OAUTH_GRANT_TYPE_NAMES.put(Constants.DEVICE_FLOW_GRANT_TYPE, "Device Code");
OAUTH_GRANT_TYPE_NAMES.put("urn:ietf:params:oauth:grant-type:token-exchange", "Token Exchange");
Expand Down

0 comments on commit b0537b5

Please sign in to comment.