Skip to content

Commit

Permalink
oops forgot to change auth code to refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakespeared committed Feb 27, 2024
1 parent 251a215 commit 31972b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public ClientRegistration buildClientRegistration(
.toList()
.get(0);
yield ClientRegistration.withRegistrationId(providerName)
.authorizationGrantType(AuthorizationGrantType.AUTHORIZATION_CODE)
.authorizationGrantType(AuthorizationGrantType.REFRESH_TOKEN)
.clientId(providerInfo.getClientId())
.clientSecret(providerInfo.getClientSecret())
.issuerUri(providerInfo.getIssuer())
Expand Down

0 comments on commit 31972b1

Please sign in to comment.