auth0-spring-boot-login-samples
auth0-spring-boot-login-samples copied to clipboard
Readme maybe outdated
Checklist
- [X] I have looked into the Readme (Spring Boot 2 MVC/Spring Boot 2 WebFlux/Spring Boot 3 MVC/Spring Boot 3 WebFlux) and have not found a suitable solution or answer.
- [X] I have searched the issues and have not found a suitable solution or answer.
- [X] I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- [X] I agree to the terms within the Auth0 Code of Conduct.
Description
Following the instructions in the Readme, I am unable to complete OAuth authentication in Spring MVC, it shows that the redirect_uri
has not been added to the Allowed Callback URLs
.
Reproduction
Just run mvc-login, you can see this error.
Additional context
No response
Sample
Spring Boot 3 MVC