Skip to content

Using MultiSamlStrategy and handling sessions #944

Answered by srd90
rfossella asked this question in Q&A
Discussion options

You must be logged in to vote

If you need to pass state you can use SAML's RelayState for that (instead of cookie). Any string (I dont remember max length) is passed as-is over login sequence back to SP. String could be e.g. reference to user.

BUT due to your policy of hating/avoiding SLO even on this stress test situation (and not even trying to setup / cleanup things like browser state to resemble normal - you wrote at previous issue that normal is single user per browser instance) combined with possible usage of RelayState opens up corner case possibilities. I don't feel like starting to write down speculations just because you dont want to properly teardown/initialize test rounds...just think of situations when yo…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@rfossella
Comment options

@srd90
Comment options

Answer selected by rfossella
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants