Bearer Profile

The Bearer Authentication allows you to authenticate an HTTP Service using security tokens. The TAG uses JSON Web Tokens (JWT RFC JSON Web Tokens) as the tokens used to authenticate to access endpoints.

The JWT token is generated by the TAG itself with the OAuth 2.0 Security Profile.

The TAG provides Bearer Authentication support out-of-the-box complying with the The OAuth 2.0 Authorization Framework: Bearer Token Usage RFC.