StorageService-backed RelayState mechanism did not return a state value.

Cantor, Scott cantor.2 at osu.edu
Mon Nov 19 14:18:58 EST 2018


On 11/19/18, 2:12 PM, "users on behalf of Dan McLaughlin" <users-bounces at shibboleth.net on behalf of dmclaughlin at tech-consortium.com> wrote:

> I don't see any other errors, just:

The native.log is never the starting point, it's the log of last resort. But I assumed you were using a database or something and I doubt there's anything interesting in the real log anyway.

> This is how I have the StorageService configured...

That's not relevant to how relay state is being configured but assuming it's just ss:mem you're crossing nodes. You can't cluster like that, it's pathological. If you want to store the value in memory then the client has to start and finish on the same server long enough to recover the value. If you can't promise that, you can't store it in memory and probably should use the cookie option.

-- Scott




More information about the users mailing list