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

Added isPassive() and isForceAuthn() to AuthnRequest #39

Closed elzekool closed 8 years ago

elzekool commented 8 years ago

Hi,

I'm working on an IdP and I need isPassive and forceAuthn. I think anyone using this bundle as an IdP needs them.

DRvanR commented 8 years ago

Hello!

first of all, thanks for the patch! Do you think you could add tests for it that it can be read when creating a new AuthnRequest from XML akin to https://github.com/SURFnet/Stepup-saml-bundle/blob/6276e60a5acd2883bfb5a1d51dbe2caa49ad79f7/src/Tests/SAML2/AuthnRequestTest.php#L96-L105?

elzekool commented 8 years ago

Hi Daan,

Of course, I added a new commit to the PR

DRvanR commented 8 years ago

Thanks @elzekool!

DRvanR commented 8 years ago

These changes have been released as part of version 2.3.0