SAML implementation for Azure SSO

0
I’m fairly new to Mendix and also SAML, I’m trying to implement SAML SSO authentication from our Azure AD to my sample app in Mendix. I have setup a client app in our Azure and I have client Id, client secret, Return url etc. Now I have no idea how to start about. can someone share a step by step guide for implementing saml for azure ad sso. plz guide me, this is the decision point for me to go with Mendix or not
asked
3 answers
3

Hi Kahleelur,

 

With SAML you do not need the client id & secret, that is for OAuth2. For Client ID & Secret you can use this module:

You can add this marketplace module ( https://marketplace.mendix.com/link/component/117529 ) to your app. Also install the different dependent modules if you do not have them yet. Follow the documentation of the module to get it to work.

If you want to use SAML with Azure AD you can setup an Enterprise Application with Single Sign On with SAML. That will provide you a Federation Metadata XML that you can use in the configuration of this module ( https://marketplace.mendix.com/link/component/1174 ). Also here download the dependent modules and follow the documentation.

 

EDIT: please also check this link: https://medium.com/mendix/azure-ad-sso-integration-with-mendix-app-b7bddd1429f6 

answered
0

Hi Khaleelur,

 

the market place has a SAML module that you can use. It lets you setup the configuration with a setup wizard.

 

Here is the link: https://marketplace.mendix.com/link/component/1174

 

answered
0

Hi,

Take a look at the below medium link for Azure AD SSO using OIDC

https://medium.com/mendix/azure-ad-sso-using-oidc-module-6b5eeff4be56

Hope it helps!!!

answered