RBAC ClusterRoleBinding or RoleBinding references a group that does not exist in authentication provider. Pod access control fails because group membership cannot be verified.
Fixes error validating auth: group not found in LDAP/OAuth provider
# error validating auth: group not found in LDAP/OAuth providererror validating auth: group not found in LDAP/OAuth provider
This error occurs when Kubernetes RBAC tries to enforce permissions for a user group that does not exist in your authentication provider (LDAP, OAuth, Azure AD, etc.). Kubernetes cannot verify group membership, so it denies access. This is common when migrating users between directories or when group names are misspelled.
First diagnostic step
Second diagnostic step
Third diagnostic step
Fourth diagnostic step
Fifth diagnostic step
Additional notes and platform-specific considerations.