How do I configure Deep Link LoginLocation to work with SSO

0
This question has been asked by others but the answers are not satisfactory, nor is the documentation for the LoginLocation constant. I am using Studio Pro 8.10.2, Deep Link version 6.0.3, and CAS as my SSO, configured in the SAML module. SSO works great normally. For the Deep Link module I have configured LoginLocation = /SSO/login/ When I’m not signed in, if I go to https://myapp-accp.mendixcloud.com/link/test it redirects me to sign in through SSO, then it never reaches the microflow associated with the test endpoint after signing in. If I am already signed in, and I go to the link (above) it reaches the microflow just fine. At no point do I ever see a URL in the address bar that has “&f=true&cont=” or anything like it, which is what the documentation claims should happen. When I run it locally (where there is no SSO) in order to see what the redirect URL is,  the error says “This localhost page can’t be found” and the URL points to is http://localhost:8080/SSO/login/link/test. Either the functionality of redirecting after SSO sign-in is now broken, or the documentation is wrong. Please enlighten.  
asked
2 answers
0

It is pretty simple really, your LoginLocation should be 
/SSO/login&f=true&cont=

If you want to debug turn on developer tools and toggle preserve log

answered
0

I rephrased paragraph 2.7 on https://docs.mendix.com/appstore/modules/deep-link#1-introduction. Hope it is better this way.

answered