Skip to content

Commit d0cb76e

Browse files
committed
Committing changes related to clientId fix
1 parent 99bc18c commit d0cb76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ spring:
5959
client:
6060
registration:
6161
google:
62+
client-id: ego-client
63+
client-secret:
6264
provider: google
6365
clientName: ego
64-
clientId: ego-client
65-
clientSecret:
6666
authorizationGrantType: authorization_code
6767
clientAuthenticationMethod: client_secret_post
6868
redirectUri: "http://localhost:8081/oauth/code/google"

0 commit comments

Comments
 (0)