Hi,
In my application, I already have a database model for Users, Roles, and Privileges, with their own intermediary relationship tables in case of many-to-many relationships.
I am wondering how I can leverage these tables with Flowable IDM instead of using the tables created by Flowable so that I can avoid table synchronization through database triggers or another approach. Is this possible and how do I approach solving this issue?
Secondly, in another application we are developing, we are using Okta OpenID Connect as the identity provider (not LDAP) for SSO. Does Flowable support SSO througn OpenId? If not, any plans for this support?
Sunil