-
Notifications
You must be signed in to change notification settings - Fork 5
Local Development environment
Follow the Get started tutorial to setup your local development environment.
In each microservice there is authentication. This makes testing the endpoints often difficult as you need to be authenticated. To make it easier to develop we will guide you in setting up your postman configuration.
To make this easier we've made an Postman collection with all the authorization options you need. The only thing the developer has to do is click the 'generate new token' button within Postman to generate a new token.
The collection contains a few default requests, but not for every endpoint.
- Install postman if you haven't already.
- Download the ACI-Rental Postman Collection.
❗ Make sure you've imported the collection
📝 We are assuming you are running the docker-compose file as explained here
-
Click on the 'ACI-Rental' collection
-
Click on authorization
-
At the bottom click on
Get new Access token -
In the prompt click on
surfconext -
Navigae to
SurfConext Test Idpand click on it -
Login wih credentials
staff1staff1 -
Click 'Use Token' in the popup
Now you can make authenticated requests.