How SSO works with ADFS on Mendix service console?

0
Hi,   I have setup the SAML with Meta data and enabled the Idp configuration. I am trying to redirect the URL(Https://url.com/sso/) but it’s not working.  It’s says “Http Error 404.0 – Not found”.   I am using SAML 2.0 version(Hope ADFS works with SAML 2.0) and mendix version 8.18.15. I am not sure where I missed. 
asked
1 answers
0

Assuming you did all the steps described here: https://docs.mendix.com/appstore/modules/saml/
and that https://url.com/sso/ is your Mendix application and you are not redirected then your metadata that you received from the IdP might be wrong. Inside this metadata is the redirect URL (which is the login page of your IdP). So check if that URL is available when you enter it manually.

Furthermore is SAML tracer a usefull plugin for Firefox. With this tool you can follow the whole SAML login process. And do make sure that you raise the log level of your environment otherwise you only get generic errors instead of more specific errors.

 

Regards,

Ronald

 

answered