Skip to content

Commit

Permalink
Change to post logon URL - additional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Whiteley committed Nov 4, 2024
1 parent 6b8196e commit cacff10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.aidanwhiteley</groupId>
<artifactId>books</artifactId>
<version>0.50.3-RELEASE</version>
<version>0.50.4-RELEASE</version>
<packaging>jar</packaging>

<name>Books Microservice</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ spring:
google:
client-id: NotInSCM1
client-secret: NotInSCM1
redirect-uri: https://localhost:8080/login/oauth2/code/google
redirect-uri: https://cloudybookclub.com/login/oauth2/code/google?logged-on=y
facebook:
client-id: NotInSCM2
client-secret: NotInSCM2
redirect-uri: https://localhost:8080/login/oauth2/code/facebook
redirect-uri: https://cloudybookclub.com/login/oauth2/code/facebook?logged-on=y
provider:
# Google provides all the info this app needs by default. Facebook needs configuring.
facebook:
Expand Down

0 comments on commit cacff10

Please sign in to comment.