18
Views
1
Comments
Use the same user provider for different session apps?
Application Type
Traditional Web, Mobile, Reactive, Service

Should we just use the same user provider for all apps even if these apps should not sharing login session (Let's say all these apps require the same login method: email & password)? Or is it always better to separate the user provider based on the login session requirement?

And if we really need a new user provider, is there any case where it is better to create a new module from scratch rather than cloning the Users (System) module?

Hi Gatra,

It is considered a good feature, to have the single-sign-on supported by OutSystems. If a user requires accessing multiple apps, only one login is required. Why would users  be happy to login separately in each app you give them access to?


Regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.