<div dir="ltr">Christine,<div><br></div><div>One of the fields used in SAML is called RelayState, which specifies your destination URL after the assertion has been processed. If there is none, then the SP will redirect the user to a default URL, which defaults to /. Try adding &target=<desired url> to your query string. You can also add homeURL="<url>" to your ApplicationDefaults element, but that will affect every assertion that shows up without a RelayState.</div><div><br></div><div><a href="https://wiki.shibboleth.net/confluence/display/SP3/ApplicationDefaults">https://wiki.shibboleth.net/confluence/display/SP3/ApplicationDefaults</a> <br></div><div><br></div><div>As an aside, Scott's rewrite suggestion would be a more elegant solution as it allows the SP to retain more control over session creation -- if that's a good thing in this case -- but does involve touching the Apache side, and it would be a good idea to set your ServerName and UseCanonicalName On if you can.</div><div><br></div><div>Take care,</div><div>Nate.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 31, 2019 at 11:23 AM christinepuedan <<a href="mailto:christinepuedan@gmail.com">christinepuedan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thank you. That's what my initial thought as well. Aside from shibboleth.xml<br>
and attribute-map.xml we shouldn't be updating anything from the apache<br>
side. What happens now, after we logged in to our IdP, it just routes us to<br>
the apache blank index page, not on our desired application. So I'm thinking<br>
there must be a disconnect between apache and shibboleth that we should<br>
consider. Thoughts?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html" rel="noreferrer" target="_blank">http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html</a><br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>