Using a Mendix app with SSO

0
I'm developing an app for a company which has a portal on which the users should login to gain access to various applications. The Mendix app should be accessed in the same way. I tried to find posts and/or documentation online. Unfortunately now luck there. Does anybody now how to do this or where to find documentation about this topic.
asked
3 answers
2

Does it use SAML / ADFS? Then you could use the SAML appstore module (https://appstore.home.mendix.com/link/app/1174/).

Do you create a hybrid mobile app? Then special instructions apply: https://docs.mendix.com/howto/mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml

answered
0

Thank you for your answer Axel.

What they use, I'm not sure of yet, I'm starting to look into the possible solution(s).  And we're not creating a hybrid mobile app.

answered
0

And you can always create a webservice where accounts can requests tokens so they can build an URL for deeplinking. But indeed the SAML / ADFS is the preferred route.

Regards,

Ronald

 

answered