SSO only takes users to home page?

0
My team is moving apps off of Deep Links. I have taken out the Deep Links module, and the Deep Links startup microflow has been replaced with SAML20.Startup microflow.   SSO is functioning as far as getting users logged in, but always takes them to the home page of the app instead of a specific page.  Previously, they were able to click on an external link, which took them through SSO, and then finally to the destination page (a calendar, for instance).   How can I get this functionality back?  The URL prefix is set to 'link', as the documentation for SAML suggests.
asked
1 answers
0

Can you try this: Change the /link/ part of the external url to /p/ and make sure that the target page has a value in its property 'url'.

answered