Skip to content

Commit fc28033

Browse files
authored
Merge pull request #691 from overture-stack/feature/clientIdFix
Committing changes related to clientId fix
2 parents 99bc18c + d0cb76e commit fc28033

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)