You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a manager is assigned permissions through Camunda, UserGroupAssignmentListener looks up their username from their email + _idir, then creates a new one if one does not exist. This prevents the manager role being assigned to LDB supervisors for COI, as the username structure for LDB does not match the structure for idir.
task:
Find the configuration to convert _ldb to _ldb when an LDB user logs in or signs up, In keycloak.
The text was updated successfully, but these errors were encountered:
Notes: Updating the username after user creation can be handled without code changes in Keycloak version 18. Currently, we have version 16.1 deployed on OpenShift. I'll check with Kunal to see if we can upgrade to Keycloak 18 without affecting the existing configuration.
We can close this ticket for now. The Test LDB is stopped due to the certificate expiring on November 25th. I have sent an email to Jan Galvez and added Stella in CC regarding this. Hopefully, they will update the certificate or provide a new SAML configuration to resolve the issue and resume work.
Currently, when a manager is assigned permissions through Camunda, UserGroupAssignmentListener looks up their username from their email + _idir, then creates a new one if one does not exist. This prevents the manager role being assigned to LDB supervisors for COI, as the username structure for LDB does not match the structure for idir.
task:
The text was updated successfully, but these errors were encountered: