Scopes
OAuth 2.0 scopes provide a way to limit the amount of access that is granted to an access token. When an app requests permission to access a resource through Klaxoon authorization server, it uses the scope parameter to specify what access it needs.
Available scopes
Scope | Description |
---|---|
identity:read | View profile informations of the authenticated user (email, first name, last name) |
auditlog:read | Read Audit Logs for an organization. Note : The authenticated user authorizing your application must have a Company Admin role within the organization for full access to the Company Audit Logs |
board:read | Read Boards and Board content of a Klaxoon user. |
board:write | Create and modify Boards and Board content of a Klaxoon user. |
Updated 6 months ago