Two Separate SSO logins for same application

0
Is it possible to have two separate landing pages having different SSO configuration under same application ? Or its better to have two separate applications ? The Data needs to be secured and separate too as per the two SSOs.  
asked
3 answers
0

We have a multitenant application where each tenant can have it's own SSO setup (using the SAML module from the appstore).  Each tenant has it's own URL which will redirect the user to the external login page of that tenant. After the login the user is redirected to our app again. We do have our own Mendix login page. On this page is a button for SSO login. The user has to provide an mail adres so we can then determine which SSO setup to use for redirection.

Hope this helps.

Regards,

Ronald

 

answered
0

So basically the flow would be something like this :

Mendix login page → enter your email → page redirects to SSO url based on the email 

Is this how you are handling it ?

answered
0

Also make sure the entityDescriptor has a unique value in each idp-metadata file. Each IdP-condiguration should have a unique IdP-metdata file.

answered