SSO with SAML2.0 Module

0
For an application I want to use SAML module (https://marketplace.mendix.com/link/component/1174) for authenticating against AzureAD. As far as I understand the url that should be used for the sso authentication is  myapp.mendixcloud.com/sso/. If I only use myapp.mendixcloud.com the log in page of the application is shown. I would like this the other way around. When I use the application URL (myapp.mendixcloud.com), I want to authenticate via SSO and when I use the application URL with a postfix (eg myapp.mendixcloud.com/ext/) I want to reach the application login page. Is this possible?     https://docs.mendix.com/appstore/modules/saml
asked
1 answers
1

You need to modify your index.html for that. Just redirect to myapp.mendixcloud.com/sso/ . Your normal login page can still be reached if you goto myapp.mendixcloud.com /login.html. Would that not already be your goal?

Do note that you have to create an index3.html in this setup.

Regards,

Ronald

 

answered