Login option

1
Hi, We have two type of users 1. Mendix users ( who will use MX username and password). 2. AD Users ( who will have AD username and password, using SAML). How to allow both users to login using single login page. So that we use best solution/approach.   Thanks, Amol
asked
1 answers
0

Hi, 

You should add a link(button) to the login.html, which refers to:

http(s)://your.mendix.server/SSO?idp_id=youridpid

 

answered