User Account management in External system

0
I am new to Mendix. we are planning to use mendix for our future project. we are planning to use Mendix App is UI layer and we will create API which is consumed by Mendix App. now my question is i want to manage our User create, login authentication, login session management and role privileges from externally. is it possible ? if the please help us.
asked
3 answers
0

The creation of new users can be done by a webservice you create and where you talk to from another program. The use r roles can be done there also or create a special operation to set / change the user roles of an account.
For Login authentication I would go for some SSO option. There is a SAML module in the appstore you can use.

Regards,

Ronald

 

answered
0

There are different ways to do this, SAML SSO is the most used afaik. The next link gives an overview of the possibilities:

https://evaluation-guide.mendix.com/evaluation-guide/enterprise-capabilities/runtime-security 

This one can be useful too: https://docs.mendix.com/developerportal/deploy/mendix-sso 

I hope this helps.

answered
0

Hi, you can try for some SSO option and then manage your privilege. Thanks

answered