OpenConext / Stepup-saml-bundle

A PHP Symfony bundle that adds SAML capabilities to your application using simplesamlphp/saml2
Apache License 2.0
14 stars 24 forks source link

Allow setting ForceAuthn on AuthnRequest #117

Closed MKodde closed 1 year ago

MKodde commented 1 year ago

When using the proxy AuthnRequest (creating a AR value object from XML) you get to reset several properties of the parsed request. But not the force authn flag. That changed in this PR. You can now modify the ForceAuthn flag.

A test was added to verify this behavior.

This PR is targeted for release with version 4.4.2