Getting Started With Authentication API

This page will help you get started with our brand new Authentication API.

Currently, it can be used for:

Base URL

Authorization

Authentication API accepts JWT (Bearer) token for authorization.
If you are using our MediaStore API, you can get a JWT from Login or SSO endpoint.

JWT Validation

When your application receives a JWT (JSON Web Token) from Cleeng, you must validate it to verify its authenticity and integrity.

The recommended method is to use the JWKS (JSON Web Key Set) endpoint for our authentication service. This allows for the dynamic retrieval of the public key set required to validate Cleeng’s JWTs (JSON Web Tokens).