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

Add example of postman configuration for authorization Code Flow. #1

Open andruhaASM opened 4 months ago

andruhaASM commented 4 months ago

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: The redirect_uri parameter is not valid: "/" If url looks fine, check that you are not including non printable chars

that comes from the oAuth itself. How can I define this parameter? Could you please explain this part in more details?