1) The docs on the site discuss this directly:
http://simplesamlphp.org/docs/1.7/simplesamlphp-idp#section_11
2) The SP does not see RelayState, as far as I know, that's for the
IdP to know where to send the user after authentication. All the SP
sees is an incoming SAML Assertion. The only caveat is that your SP
must be able to handle an unsolicited assertion, as opposed to trying
to match it up with a previous session. I'm new at this but that
doesn't seem to be a problem.
I'm running the same setup as you, using SimpleSAMLphp as the test
IdP, and Shibboleth as the SP. I setup simplesaml following those
docs, and it all works fine.
--Scott
On Feb 18, 2011, at 3:10 PM, Brian Mathis wrote:
> 1) The docs on the site discuss this directly:
> http://simplesamlphp.org/docs/1.7/simplesamlphp-idp#section_11
>
> 2) The SP does not see RelayState, as far as I know, that's for the
> IdP to know where to send the user after authentication. All the SP
> sees is an incoming SAML Assertion. The only caveat is that your SP
> must be able to handle an unsolicited assertion, as opposed to trying
> to match it up with a previous session. I'm new at this but that
> doesn't seem to be a problem.
>
> I'm running the same setup as you, using SimpleSAMLphp as the test
> IdP, and Shibboleth as the SP. I setup simplesaml following those
> docs, and it all works fine.
>
> --
> You received this message because you are subscribed to the Google Groups "simpleSAMLphp" group.
> To post to this group, send email to simple...@googlegroups.com.
> To unsubscribe from this group, send email to simplesamlph...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/simplesamlphp?hl=en.
>