When I was at the ONE conference outsystems mentioned that for apps that are built in ODC but want to use the O11 user table that you can expose those in the new ODC Data Fabric Connector. That way you don't have to manage the same user in an ODC table and an O11 table. Now that it's released I can't seem to find the User table anywhere to expose, nor see any documentation alluding to it. Does anybody have an idea if this is still the plan?
Hello.
That was one of the topics at yesterday's Guarda User Group. It will be possible to set O11 as a User Provider for ODC.
One time configuration to connect servers and then a simple dropdown click in each app you wish to change is all you will need.
If you check when that question was asked exactly one month ago, there is an Early Access Program for that so it is almost ready and will be out in a few months.
https://www.outsystems.com/forums/discussion/105258/o11-as-identity-provider-in-odc/
@Nuno Reis thank you!
Hi,
The user is managed differently in O11 and ODC.
In ODC, user management is centralized in the ODC Portal and utilized REST APIs for programmatic control. Please refer to this link that share the concept of using APIs for user management, and this link for the User and Access Management API itself
In O11, it splits into IT Users (managed in LifeTime Console) and End Users (managed in the built-in Users Web App, or can programmatically control in app by User table and Users API actions)