Login using on premise database/REST-Service

0
Many customers already have a database with their users for authentication purpouse thats why I wanted to ask if it is possible to login using only a private on premise database or REST-Service ? Or do I have to create an Account for every user in Mendix too ?  
asked
1 answers
0

You may check the SSO or SAML modules in the Appstore. Thay can help you to build what you need. For instance you can Authenticate to MIcrsossoft ADFS within your company and enable the users to login using this system. The module would actually create the profiles in the application just after authentication and you can assign to these profiles also some roles in the backend or even this can be also automated by checking for instance the department. (SAML can provide in its answer some fields from ADFS).

answered