Hi team, have a question about Okta integration. I...
# general
e
Hi team, have a question about Okta integration. I managed to get Okta working, but the LDAP interface does not work. I have the service account configured to bypass MFA, and am able to use the password to search users/groups from cmd line. All worked. When I put that in the Okta auth provider config, rancher log prints something like below every once a while, and
Refresh Group Memberships
button does not do anything.
Copy code
2025/03/15 21:34:56 [ERROR] error syncing 'u-lvsspgd5lw': handler mgmt-auth-userattributes-controller: error refreshing user attribute u-lvsspgd5lw: ServerError 500: server error while authenticating, requeuing
Tried both TLS (636) and StartTLS (389), no difference
Auth problem is fixed, service account DN used the email only, changed to the full DN worked. Cannot get group assignment to work, ideas?