OrganizationScopesDto

OrganizationScopesDto
OrganizationScopesDto
JSON Example
{
    "allRoles": false,
    "roles": [
        {
            "name": "string",
            "resource": "string"
        }
    ]
}
boolean
allRoles
Optional

If set to true, the client will be scoped to all available roles.

  1. This flag allows to add all client/user's permissions to the access token.
  2. Role names must be null/empty if all roles is true
array of BaseScope
roles
Optional

List of allowed roles applicable to the scope

Property Of