How to check Mendix SAML(SSO) module locally using Azure IdP-troubleshooting. - Mendix Forum

How to check Mendix SAML(SSO) module locally using Azure IdP-troubleshooting.

0

Many times, we have seen issue not able to login in app using SSO in DEV/UAT instance, getting null pointer exception or any other exceptions.

It requires to troubleshoot using view live log and fix that in Mendix app using studio pro.

 

Using below steps we can ensure SMAL module setup is correct.

 

  1. Run your application locally.
  2. Go into SMAL configuration page and SP configuration tab, enter required details.

 

3.Go into IdP configuration, click new.

 

 

4.Enter Alias name and IdP url which you get from azure portal, click next.

 

 

5.Again, click next.

 

 

6.Select Idp and click next.

 

 

7.Select Account entity and name attribute and click next.

 

 

8.Since we are doing it for validating SAML module in local run, then we don't need to setup user roles and provisioning, simply click next-next.

 

 

9.You will get below message, it means SAML module is working fine, and we have less chance in higher instance we will get any saml related issue.

 

 

Posted
0 comments