Hello,
I have a Regular Web Application, and I am trying to apply Auth0 authentication using my google accounts. My app is set as Regular Web Application, and Token Endpoint Authentication Method = POST
I am getting 405 Error when auth0 is redirecting back to my app.
http://localhost:8080/ 405
accounts.google.ca/accounts/SetSID:<number>
Completed 405 METHOD_NOT_ALLOWED
Mapped to public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
"ERROR" dispatch for GET "/error", parameters={}
Mapped to public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
Selected 'text/html' given [text/html, text/html;q=0.8]
Exiting from "ERROR" dispatch, status 405
Thanks for any help.