Advanced authentication field reference
The following table describes the advanced authentication configuration fields available as Technology Preview in Red Hat OpenShift Container Platform.
| Parameter | Description | ||
|---|---|---|---|
|
Optional parameter. Custom OIDC discovery endpoint URL for retrieving identity provider metadata from a non-standard location. Requirements:
When not specified, Red Hat OpenShift Container Platform constructs the discovery URL by using the standard OIDC format: Example:
|
||
|
Optional parameter. Array of validation rules for JWT token claims using Common Expression Language (CEL) expressions. All rules must evaluate to Each rule has:
CEL expressions access claims by using Example:
|
||
|
Required. Validation rule type. Set to |
||
|
Required when |
||
|
Required. CEL expression that validates token claims. Must evaluate to Constraints: 1-1024 characters, must evaluate to boolean. Access claims by using
|
||
|
Required. Error message displayed when validation fails. Constraints: 1-256 characters. |
||
|
Optional parameter. Array of validation rules for user objects by using CEL expressions. All rules must evaluate to Each rule has CEL expressions access user object by using Example:
|
||
|
Required. CEL expression that validates the user object. Must evaluate to Constraints: 1-1024 characters, must evaluate to boolean. Access user fields: |
||
|
Required. Error message displayed when validation fails. Must not be empty. |