camunda / issues

4 stars 0 forks source link

Remove duplication of users' email addresses within Web Modeler #814

Open engineering-issue-sync-app[bot] opened 1 week ago

engineering-issue-sync-app[bot] commented 1 week ago

What should we do?

Remove the email column of Web Modeler's users database table and all of its usages. Instead, a user's email should be queried directly from Accounts (SaaS)/Identity (SM).

Why should we do it?

To make it possible for users to log into Web Modeler SM even after their user id changed.

Note: Identity doesn't support user search for custom OIDC providers (yet) but will probably in the mid-term future, see https://github.com/camunda/product-hub/issues/1508. This solution should be compatible with both Keycloak and at generic OIDC providers.

Relates to https://github.com/camunda/web-modeler/issues/2799

Acceptance Criteria

#

Definition of Ready - Checklist

:robot: This issue is automatically synced from: source