Implement SSO on the html login page

0
Please can you tell me how can I implement sso on the html login page that comes by default after choosing the production option ?
asked
2 answers
0

Hello,

You can follow this documentation https://docs.mendix.com/appstore/modules/saml/

answered
0

For SSO we actually have 2 modules: SAML and OIDC SSO.

Unless you have specific reasons to choose SAML, I would recommend OIDC SSO.

It's easier to integrate with your IDP (e.g. AzureAD).

 

https://docs.mendix.com/appstore/modules/oidc/

 

answered