Closed
Description
Summary
Add RequestedAuthnContext
with Comparison
and AuthnContextClassRef
to require a certain authentication from the IdP.
Actual Behavior
OpenSamlAuthenticationRequestFactory
creates the AuthnRequest
with an Saml2AuthenticationRequest
, but isn't possible to modify the AuthnRequest
.
Expected Behavior
Either transport the required information via Saml2AuthenticationRequestContext
or allow the modification of the created AuthnRequest
before it is serialized.
Version
5.3.0-RELEASE
Additional Information
I am willing to work on this issue, but I am uncertain, what the expected direction could be. Personally I would prefer something like an ObjectPostProcessor
where I would also have access to the HttpServletRequest
so I could adjust the AuthnRequest
according to the current user.