Skip to main content

OpenID Bridge configuration

Learn OpenID Bridge configuration variables.

Authentication

Set how users authenticate to the Bridge with the auth object.

Mode Selection

FieldTypeRequiredDescription
modestringYesAuthentication mode: INSECURE_NONE, STATIC, or STS

INSECURE_NONE Mode

No additional configuration required. Authentication is disabled.

STATIC Mode

FieldTypeRequiredDescription
staticTokenstringYesThe static token to validate against

STS Mode

FieldTypeRequiredDescription
stsTokenValidation.audstringYesExpected audience for JWT validation
stsTokenValidation.issstringYesExpected issuer for JWT validation
stsTokenValidation.ttlJwksintegerNoJWKS cache TTL in seconds (default: 600)
stsTokenValidation.jwksUristringNoJWKS endpoint URI (default: derived from issuer)