QWC OIDC authentication service

QWC OIDC authentication service

Type: object

JSON Schema

Type: stringFormat: uri Default: "https://github.com/qwc-services/qwc-oidc-auth/raw/main/schemas/qwc-oidc-auth.json"

Reference to JSON schema of this config

Service name

Type: const
Specific value: "oidc-auth"

Config options

Type: object

Type: stringFormat: uri

OpenID Connect Issuer URL

Type: string

Client ID

Type: string

Client secret

Type: string Default: "openid email profile"

Scopes

Type: string

Custom redirect URI after calling authorization endpoint

Type: string

Attribute for user name

Type: string

Attribute name of group memberships

Type: array of object

List of api token authorized to use tokenlogin endpoint

No Additional Items

Each item of this array must be:

Type: object

Type: string

Public keys URL to decode token

Type: object

Token validation parameters following authlib specs : https://docs.authlib.org/en/latest/jose/jwt.html#jwt-payload-claims-validation