OpenID Bridge configuration
Learn OpenID Bridge configuration variables.
Authentication
Set how users authenticate to the Bridge with the auth
object.
Mode Selection
Field | Type | Required | Description |
---|
mode | string | Yes | Authentication mode: INSECURE_NONE , STATIC , or STS |
INSECURE_NONE Mode
No additional configuration required. Authentication is disabled.
STATIC Mode
Field | Type | Required | Description |
---|
staticToken | string | Yes | The static token to validate against |
STS Mode
Field | Type | Required | Description |
---|
stsTokenValidation.aud | string | Yes | Expected audience for JWT validation |
stsTokenValidation.iss | string | Yes | Expected issuer for JWT validation |
stsTokenValidation.ttlJwks | integer | No | JWKS cache TTL in seconds (default: 600) |
stsTokenValidation.jwksUri | string | No | JWKS endpoint URI (default: derived from issuer) |