This page is a DRAFT
-
Download the W3-2024 Postman collection to get the full list of available calls on IntegrationAPI project.
-
Use OAuth 2.0 authentication:
-
Click on collection's title
-
Click on `Authorization`
-
Scroll the lateral bar inside the page till the end and click on `Get New Access Token`
-
Insert your credentials
-
Click on `Use Token`
-
You will be now able to perform calls
-
-
If something goes wrong with the Authentication a 401-Unauthorized error occurs.
It is possible to enable/disable OAuth 2.0 authentication: disabling OAuth 2.0 you will have to use Bearer token authentication, as reported in the page https://overit-spa.atlassian.net/wiki/x/eoEIQxg
The following is the OAuth2.0 property that can be configured (in application.yml) to enable/disable double token authentication:
overit:
config:
oauth2:
enabled-auto-configuration: true #Enable or disable double token authentication with oauth2