<div dir="ltr">Hi,<div><br></div><div>I'm wondering if it's possible to append a custom URL parameter to the SAML request. I'm using redirect binding. When I create request, I send people to the session initiator like so:<br><br></div><div><a href="https://my.sp.tld/Shibboleth.sso/Login?entityID={idpid}&target={returnhere}">https://my.sp.tld/Shibboleth.sso/Login?entityID={idpid}&target={returnhere}</a> </div><div><br></div><div>They're redirected to</div><div><br></div><div><a href="https://my.idp.tld/saml?SAMLRequest={SAMLRequest}">https://my.idp.tld/saml?SAMLRequest={SAMLRequest}</a></div><div><br></div><div>With the IdP I'm working with, it would be useful If I could add another url parameter in addition to the SAMLRequest. For example:<br><br></div><div><a href="https://my.idp.tld/saml?SAMLRequest={SAMLRequest}&customparam=custom">https://my.idp.tld/saml?SAMLRequest={SAMLRequest}&customparam=custom</a><br></div><div><br></div><div>and it would be especially useful if I could specify that custom parameter on the session initiator by adding it alongside the entityID and target params that are already there. Wondering if this seems possible or if anyone's tried it before.</div><div><br></div><div>Thanks for considering,</div><div><br></div><div>Ian</div></div>