<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
On Aug 15, 2014, at 3:04 PM, Daniel Gay &lt;<a href="mailto:daniel.gay@quentinsystems.com">daniel.gay@quentinsystems.com</a>&gt; wrote:<br>
<div><br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
I changed the relay state setting on my SP and can now see the requested URL passed as parameter to the IDP. &nbsp;The IDP responds with a 302 though to the AuthnEngine servlet, without the relay state parameter. &nbsp;If I can make an educated guess, the IDP must store
 the relay state somewhere for eventual sending back to the SP. &nbsp;From my custom login handler, where can I get it?</div>
<br class="Apple-interchange-newline">
</blockquote>
</div>
<div><br>
</div>
<div>It's returned as a field of the SAML form that is posted to your SP. One field is the SAML Response, the other is RelayState.</div>
<div><br>
</div>
<div>Paul</div>
<br>
<div apple-content-edited="true">Paul Hethmon<br>
Chief Software Architect<br>
<a href="mailto:paul.hethmon@clareitysecurity.com">paul.hethmon@clareitysecurity.com</a><br>
<br>
</div>
<br>
</body>
</html>