Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration in application.yml in auth server #2

Closed
Jovons opened this issue May 6, 2020 · 1 comment · Fixed by #3
Closed

configuration in application.yml in auth server #2

Jovons opened this issue May 6, 2020 · 1 comment · Fixed by #3

Comments

@Jovons
Copy link

Jovons commented May 6, 2020

According to link oauth2login-boot-property-mappings, the folllowing configuration in application.yml:
redirect-uri-template: http://localhost:8082/login/oauth2/code/
should be:
redirect-uri: http://localhost:8082/login/oauth2/code/
see: config file

versions may be related:
spring-boot-starter-security-2.2.6.RELEASE.jar
spring-security-oauth2-autoconfigure-2.2.6.RELEASE.jar
spring-security-oauth2-core-5.2.2.RELEASE.jar

@mraible
Copy link

mraible commented May 7, 2020

Thanks for letting us know about this issue @Jovons! We really appreciate it. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants