OAuth-and-OpenID-Connect
OAuth-and-OpenID-Connect copied to clipboard
Auth0 token URL appears to be incorrect - should be /oath/token
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
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.