OAuth-and-OpenID-Connect
OAuth-and-OpenID-Connect copied to clipboard
This repository contains the code used along with Keith Casey's LinkedIn Learning course called "Web Security: OAuth and OpenID Connect".
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
Hello! Thanks for the course. I cant configure the oAuth account and postman. In Lab 4.3 when trying to hit oAuth from postman I get the following error ``` invalid_request:...
When using `/oauth/access_token` as instructed in the README, I was getting a 404 resource not found error. PS: The LinkedIn video does say `/oauth/token`, but it seems the README is...