<div dir="ltr"><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px">Hi, Is it possible to add template attribute in SSO tag, Will it work? e.g: </span><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><SSO entityID="</span><a href="https://domain.com/idp/shibboleth%22" target="_top" rel="nofollow" link="external" style="font-size:13.44px;color:rgb(85,26,139);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif">https://domain.com/idp/shibboleth"</a><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"> acsIndex="1" acsByIndex="false" template="bindingTemplate.html" SAML2 </span><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"></SSO> </span><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px">I tried few times but seems like bindingTemplate is not getting called. I am thinking to call bindingTemplate.html and then write some script into it which stores the current URL to target attributes. </span><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><br style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px"><span style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13.44px">Previously,I was facing the similar issue with Discovery Service but later on I modified idpselect.js file and it started working. SP is now redirecting to the previous URL after Authentication(In script, I just added window.location.hash to targel url)</span><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>Thanks,<br>
Abdul.<br><br><br></div></div></div></div>
<br><div class="gmail_quote">On Wed, Apr 13, 2016 at 9:45 PM, Nate Klingenstein <span dir="ltr"><<a href="mailto:ndk@sudonym.me" target="_blank">ndk@sudonym.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It is indeed basically a relic of configuration from the beginning of the universe.<br>
<br>
There is an endpoint that is similar to the /Login default endpoint at /TestShib, still full of cruft for other historical reasons.<br>
<br>
<SessionInitiator type="Chaining" Location="/TestShib" isDefault="true" id="testshib-idp"<br>
relayState="cookie" entityID="<a href="https://idp.testshib.org/idp/shibboleth" rel="noreferrer" target="_blank">https://idp.testshib.org/idp/shibboleth</a>"><br>
<SessionInitiator type="SAML2" acsByIndex="false" acsIndex="1" template="/etc/shibboleth/bindingTemplate.html"/><br>
<SessionInitiator type="Shib1" acsIndex="5"/><br>
</SessionInitiator><br>
<br>
You could probably use this. I’ve changed the metadata to remove the DiscoveryService DS element and added a init:RequestInitiator TestShib element.<br>
<br>
Thanks for reporting this.<br>
<div class="HOEnZb"><div class="h5"><br>
> On Apr 13, 2016, at 09:57, Peter Schober <<a href="mailto:peter.schober@univie.ac.at">peter.schober@univie.ac.at</a>> wrote:<br>
><br>
> * Peter Schober <<a href="mailto:peter.schober@univie.ac.at">peter.schober@univie.ac.at</a>> [2016-04-13 15:00]:<br>
>> If the Testshib SP had a RequestInitiator endpoint configured<br>
>> (e.g. /Shibboleth.sso/Login)<br>
><br>
> Note that the Testshib SP publishes a DiscoveryReponse/@Location<br>
> endpoint in the testshib-providers.xml that's not available:<br>
><br>
> shibsp::ConfigurationException at<br>
> (<a href="https://sp.testshib.org/Shibboleth.sso/DS" rel="noreferrer" target="_blank">https://sp.testshib.org/Shibboleth.sso/DS</a>)<br>
> Shibboleth handler invoked at an unconfigured location.<br>
><br>
> That must be a artifact from an software earlier upgrade, combined<br>
> with old configuration, I think.<br>
> Could someone maybe fix that and add a RequestInitiator endpoint, too?<br>
><br>
> Thanks,<br>
> -peter<br>
> --<br>
> To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a></div></div></blockquote></div><br></div>