SSO Login Issue Failed to redirect (404 - file not found for file: SubmitLoginForm)
0
Hi Experts, I have configured the Azure SSO with SAML module. I am unable to login ,the Redirect is failed and it show the blank page Console it stats that <rule name="sso"> <match url="^(sso/)(.*)" /> <action type="Rewrite" url="http://localhost:8080/{R:1}{R:2}" /></rule> <rule name="submitloginform"> <match url="^(SubmitLoginForm)" /> <action type="Rewrite" url="http://localhost:8080/SubmitLoginForm> </rule> Based on Mendix documents, I have added this rule in the IIS server but still the issue persist. Note I have upgraded the mendix app from MX8 to MX 9 , so I am using the SAML version 3.6.8 Thanks in advance