Skip to content

Commit

Permalink
Remove password grant from OAuth2 configuration
Browse files Browse the repository at this point in the history
Fix #4618
  • Loading branch information
swarajsaaj authored and DamnClin committed Aug 15, 2023
1 parent 97ecd2b commit fd26ac9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class OAuth2Configuration {
.authorizationCode()
.refreshToken(builder -> builder.clockSkew(Duration.ofMinutes(1)))
.clientCredentials()
.password()
.build()
);
Expand Down

0 comments on commit fd26ac9

Please sign in to comment.