Skip to content

Commit b066a27

Browse files
author
rcsoyer
committed
wip - create user
1 parent 84607e9 commit b066a27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/resources/application-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ spring:
77
clientId: 962497524793-sn58hgkr469ul5nare0c292nhuses5sh.apps.googleusercontent.com
88
clientSecret: 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
99
redirect-uri: '{baseUrl}/login/oauth2/code/google'
10+
scope:
11+
- PROFILE
12+
- EMAIL
1013
datasource:
1114
url: jdbc:postgresql://localhost:5432/authorization-server
1215
username: root

0 commit comments

Comments
 (0)