Configuration

claimSets

claimSets
Type
object
Path
Site settings oauth2_server.claimSets

Define custom claim sets. An example integration is the role claim set of this extension to work with the EXT:oidc together.

oauth2:
    # Define custom claim sets
    claimSets:
        # Scope
        role:
        # Claims
        - Roles
Copied!