Description

Open ID Connect tenant configuration.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
audienceVALUEString Audience of issued tokens
authorization-endpoint-uriVALUEURI URI of an authorization endpoint used to redirect users to for logging-in
base-scopesVALUEStringopenidConfigure base scopes
check-audienceVALUEBooleantrueConfigure audience claim check
client-idVALUEString Client ID as generated by OIDC server
client-secretVALUEString Client secret as generated by OIDC server
client-timeout-millisVALUEDuration30000Timeout of calls using web client
decryption-keys.resourceVALUEi.h.c.c.Resource A resource pointing to JWK with private keys used for JWE content key decryption
identity-uriVALUEURI URI of the identity server, base used to retrieve OIDC metadata
introspect-endpoint-uriVALUEURI Endpoint to use to validate JWT
issuerVALUEString Issuer of issued tokens
nameVALUEString Name of the tenant
oidc-metadata-well-knownVALUEBooleantrueIf set to true, metadata will be loaded from default (well known) location, unless it is explicitly defined using oidc-metadata-resource
oidc-metadata.resourceVALUEi.h.c.c.Resource Resource configuration for OIDC Metadata containing endpoints to various identity services, as well as information about the identity server
optional-audienceVALUEBooleanfalseAllow audience claim to be optional
scope-audienceVALUEString Audience of the scope required by this application
server-typeVALUEString@defaultConfigure one of the supported types of identity servers
sign-jwk.resourceVALUEi.h.c.c.Resource A resource pointing to JWK with public keys of signing certificates used to validate JWT
token-endpoint-authVALUEi.h.s.p.o.c.O.ClientAuthenticationCLIENT_SECRET_BASICType of authentication to use when invoking the token endpoint
token-endpoint-uriVALUEURI URI of a token endpoint used to obtain a JWT based on the authentication code
validate-jwt-with-jwkVALUEBooleantrueUse JWK (a set of keys to validate signatures of JWT) to validate tokens

See the manifest for all available types.