Closed pmeulen closed 1 year ago
I appreciate this fix. And it will solve some of the issues that have already been addressed in #119 .
Some things I'd like to investigate before moving forward with this:
v4.6.4
support. But that also adds SF5 and PHP 8 support. And might not work with older projects. (I'll look into this)Let's discuss the best approach in the stand up later this morning.
When using AuthnRequest::GetNameId() or AuthnRequest::getNameIdFormat() on an AuthnRequest without a Subject these functions used to return null, currently they throw an exception because of a null dereference. This PR reinstates the old behaviour and adds a test for this scenario.