caseysoftware / OAuth-and-OpenID-Connect

This repository contains the code used along with Keith Casey's LinkedIn Learning course called "Web Security: OAuth and OpenID Connect".
MIT License
19 stars 10 forks source link

Auth0 token URL appears to be incorrect - should be /oath/token #2

Open srycroft opened 3 weeks ago

srycroft commented 3 weeks ago

README-auth-code.md says to append /oauth/access_token to my Auth0 domain, but I had to set it to /oauth/token. Found this out by visiting my /.well-known/openid-configuration URL

llowinge commented 3 weeks ago

I can confirm it - i was trying it today and hit the same issue. Also i had to set Callback URL to https://127.0.0.1/ in Postman.