Bearer
RBAC oriented access
Authorization: "Bearer
{token}
"
Bearer tokens are a widely used method for securely communicating with resource servers. The process is straightforward: authenticate the user with the authorization server, obtain a token, and then use it to access resource servers. Since the token identifies the user, it allows for fine-grained access control.
Optimizely Graph supports authorization servers that comply with the OIDC protocol. You can visit OIDC page for more information.
Updated 27 days ago