StorageService-backed RelayState mechanism did not return a state value.
Dan McLaughlin
dmclaughlin at tech-consortium.com
Mon Nov 19 15:01:57 EST 2018
So all I have to do it change...
<Sessions lifetime="28800" timeout="3600" checkAddress="false"
relayState="ss:mem" handlerSSL="true"
handlerURL="/Shibboleth.sso" cookieProps="; path=/;
secure; HttpOnly;"
exportLocation="http://localhost/Shibboleth.sso/GetAssertion"
exportACL="127.0.0.1"
idpHistory="true" idpHistoryDays="365"
consistentAddress="true" maxTimeSinceAuthn="28800"
redirectLimit="exact">
To...
<Sessions lifetime="28800" timeout="3600" checkAddress="false"
relayState="cookie" handlerSSL="true"
handlerURL="/Shibboleth.sso" cookieProps="; path=/;
secure; HttpOnly;"
exportLocation="http://localhost/Shibboleth.sso/GetAssertion"
exportACL="127.0.0.1"
idpHistory="true" idpHistoryDays="365"
consistentAddress="true" maxTimeSinceAuthn="28800"
redirectLimit="exact">
--
Thanks,
Dan
On Mon, Nov 19, 2018 at 1:58 PM Cantor, Scott <cantor.2 at osu.edu> wrote:
>
> On 11/19/18, 2:51 PM, "users on behalf of Dan McLaughlin" <users-bounces at shibboleth.net on behalf of dmclaughlin at tech-consortium.com> wrote:
>
> > The StorageService docs don't discuss a "cookie" type.
>
> It's not a storage option, it's a setting for the relayState property on the relevant Sessions or various other child elements. Search for relayState and restrict it to the SP3 wiki space or just go where I directly pointed you earlier.
>
> -- Scott
>
>
> --
> For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list