Skip to content

Commit 79f49a6

Browse files
authored
Merge pull request #2934 from objectcomputing/feature-2930/adjust-native-env-deployment
set the full callback URI so that it doesn't use http
2 parents 5db647d + b9e2d27 commit 79f49a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ micronaut:
5454
jws-algorithm: HS256
5555
secret: ${ JWT_GENERATOR_SIGNATURE_SECRET:'pleaseChangeThisSecretForANewOne' }
5656
oauth2:
57-
# callback-uri: ${ OAUTH_CALLBACK_URI }
57+
callback-uri: "${WEB_ADDRESS}/oauth/callback/google"
5858
clients:
5959
google:
6060
client-id: ${ OAUTH_CLIENT_ID }

0 commit comments

Comments
 (0)