saml2
saml2 copied to clipboard
Refactor BaseID/NameIDTypeBaseidtype
This PR brings back the AbstractBaseIDType that is a mutual ancestor between BaseID and NameIDType. It also fixes the fact that we could encrypt Issuer, because encryption was implemented on the NameIDType rather than on the NameID.
Can't seem to figure out why the order of the BaseID-attributes is unstable, causing four of the PHPunit failures..