SURE-10538
Add an option to the Keycloak OIDC auth provider that allows for toggling client-based authentication for searches.
Proposed solution
Expose the new boolean field to toggle client-based authentication for searches (see https://github.com/rancher/rancher/blob/main/pkg/apis/management.cattle.io/v3/authn_types.go#L739) in the Keycloak OIDC Auth Provider configuration form.
Acceptance criteria
Additional details
The backend now supports authenticating these searches using OIDC client credentials instead, bypassing user-based RBAC within the realm.
SURE-10538
Add an option to the Keycloak OIDC auth provider that allows for toggling client-based authentication for searches.
Proposed solution
Expose the new boolean field to toggle client-based authentication for searches (see https://github.com/rancher/rancher/blob/main/pkg/apis/management.cattle.io/v3/authn_types.go#L739) in the Keycloak OIDC Auth Provider configuration form.
Acceptance criteria
Additional details
The backend now supports authenticating these searches using OIDC client credentials instead, bypassing user-based RBAC within the realm.