Authentication
Grant access to Optimizely Graph resources.
Optimizely Graph resources support various authentication methods (Basic, Bearer, HMAC, and Single key), each suited to different use cases. Users can select the option that best meets their needs.
Available methods can be grouped as the following:
- Admin access – Let the sender to manage and access any resource without limitation.
- HMAC
- Basic
- Restricted access – Let the sender manage and access some resources with some limitations based on the identity.
- HMAC + (
cg-username
andcg-roles
headers) - Basic
- Bearer (JWT)
- HMAC + (
- Public access – Let the sender to access publicly available resources (for example, published Content Management System content).
- Single Key
Updated 4 days ago