Is the RelayState parameter exposed to the client application in any way after a login request?
I couldn't find anything in the documentation or the code mentioning it.

I ended up having to write a valve for my application that captured the RelayState parameter and storing it in the session for use. I think it would make sense if the adapters automatically did something similar.

Jared Blashka