Access Management

MSL5 secures its RESTful API using bearer token authentication. You need to provide a bearer token in any GET, POST, PUT, and DELETE API header Authorization: Bearer {token}.

The MSL5 token uses the JSON Web Token (JWT) format, which contains user identity information, such as username, email, account, contracts, and access privileges.

MSL5 relies on these credentials to determine the scope and authorization of resources.

In case of suspicious security breaches, MSL5 offers a mechanism to invalidate all tokens. This operation will refresh the service crypto signature and enable the user to create a fresh Staging token.

Select ☰ > Access Management.