saml2 icon indicating copy to clipboard operation
saml2 copied to clipboard

Refactor BaseID/NameIDTypeBaseidtype

Open tvdijen opened this issue 3 years ago • 1 comments

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.

tvdijen avatar Aug 29 '22 22:08 tvdijen

Can't seem to figure out why the order of the BaseID-attributes is unstable, causing four of the PHPunit failures..

tvdijen avatar Aug 29 '22 22:08 tvdijen