Learn how the API client retrieves a token for Data Security.
Where Can I Use This?
What Do I Need?
Strata Cloud Manager
Data Security license
Or any of the following licenses that include the Data Security license:
CASB-X
CASB-PA
The API client can retrieve a token for Data Security using POST request to the /oauth/token endpoint.
To request a token, Data Security submits the request with the
OAuth2 client credentials.
Request Headers
Name
Description
Authorization
Base 64 encoded authorization header with (client_id, client_secret)—delimited
with a colon (:)—with grant type and
corresponding scope. Example: Base64(acme:acmesecret).