spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 482 forks source link

Multiple AuthenticationContextClassReference's #441

Closed oharsta closed 5 years ago

oharsta commented 5 years ago

The spec and the OpenSAML library has support for zero or more AuthnContextClassRef elements in the RequestedAuthnContextType element. Added support for this in the AuthenticationRequest.

oharsta commented 5 years ago

Follow up for https://github.com/spring-projects/spring-security-saml/issues/439