A demonstration of how several technologies can work together. The main aim was to learn Postman, and specifically scripting in Postman.
This repo contains all the scripts and config files to demonstrate some of the basic Postman scripting functionality through an actual running service with Authentication and Authorization.
The lab design can be seen in the following diagram:
The demo was developed on a Linux system, but should work on most modern operating systems. Some additional steps or tweaks to steps may be required for some environments.
Basic Requirements:
- Operating system that supports Python 3 and Postman
- Python 3
- Postman
From an experience perspective, the following basic knowledge and experience should be sufficient to follow the examples:
- Basic understanding of what JSON is
- Basic understanding of what REST is
- Familiarity with Python and
pip
- Comfortable on the command line
- General understanding of OAUTH2 and what it is
- Some experience in making REST calls with curl will also go a long
- Auth0 References:
- RFC's:
- OpenAPI 3:
- Python 3 Packages:
Please use the Wiki for detailed instructions.