how to have single sign-on enabled for mendix apps with help of custom openid connect based oauth provider (instead of using mendix authentication)??

0
We have a requirement wherein we would want mendix to check for authorization / authentication from our own custom openid connect component that has been developed inhouse instead of mendix authentication system. Is this possible? if yes, is there is a sample / example for this implementation ??
asked
2 answers
0

Hello Darshan,

Have a look into the SAML module, that should help you with SSO:

https://appstore.home.mendix.com/link/app/1174/

Hope this helps

answered
0

What you could do after you authenticate the user is using a deeplink to automaticly log the user in. Good starting point is this blogpost: https://www.mattkdaniels.com/blogs/walkthrough-enabling-autologin-functionality-within-your-mendix-app

We used this blogpost to build a custom SSO.

Regards,

Ronald

 

answered