This has been working great.
I went to look at the metadata using the saml2debugger module.
I copied the header into the box and it was able to decode.
However, I can visually see in the header that it is sending the
"RelayState" so that I will go to the correct page after
authentiation. I don't see this RelayState in the decoded message.
Any thoughts?
Thanks!
I assume that you meant authentication request here, and not metadata?
> I copied the header into the box and it was able to decode.
>
> However, I can visually see in the header that it is sending the
> "RelayState" so that I will go to the correct page after
> authentiation. I don't see this RelayState in the decoded message.
>
> Any thoughts?
The RelayState isn't part of the message, it is a piece of additional
data for the bindings (i.e. HTTP-Redirect and HTTP-POST) that is used.
As such, it isn't included when you decode the message.
More information can be found in the SAML 2 binding specification:
http://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf
--
Olav Morken