ASO OAuth 2.0 Authorization Using Client Credentials Grant Type version v22.3.0.0
https://auth.aso-api.jaggaer.com/
The client credentials grant allows a trusted server-side software component to obtain a long-term system-to-system bearer access token. This token allows a client back-end system to make requests to system (non-user) end-points on a resource server.
A system-to-system bearer access token does not grant the possessor:
- an inherently administrative “superuser” level of access;
- access to all end-points;
- access to user-centric end-points; nor
- the ability to proxy as a user.
Note: In any production scenario, all communications to and from the authorization server must occur over TLS.
Bearer Token Issuance
Sequence
Once issued, a bearer access token is used identically to other grant types; It is appended to all calls to a resource server, after the authentication scheme (Bearer) in the Authorization HTTP request header.