Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev guideRecipesAPI Reference
Dev guideRecipesUser GuidesNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev guide

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 and cg-roles headers)
    • Basic
    • Bearer (JWT)
  • Public access – Let the sender to access publicly available resources (for example, published Content Management System content).
    • Single Key