Well, it doesn't really matter why the SP is requiring a specific
AuthnContext. The only thing that really matters is that the SAML
specification REQUIRES the IdP to honor the request or return an
error.
Tom
(Sent from a phone that doesn't have a keyboard)
> --
> 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.
>
Yes. SimpleSAMLphp does not currently have a proper understanding of
authentication contexts. The infrastructure for adding it is in place,
but the glue between authentication sources and SAML 2.0 authenticaiton
contexts is missing.
(The plan is to implement it as an authentication source that uses the
requested authentication context together with its configuration to
dispatch the authentication request to the appropriate authentication
handler.)
Best regards,
Olav Morken
UNINETT / Feide
That's a general problem of SSP (using metadata as policy
configuration). IMHO that's the same with attribute release policies
-- how do you deal with those currently?
The usual method seems to be to refresh metadata automatically with
some (other) local process and manually (or programmatically) merge
with local modifications, as to not overwrite your configuration.
-peter