WrenSecurity / wrenam

Community fork of OpenAM, an authentication and authorization system originally developed by ForgeRock.
Other
43 stars 27 forks source link

Fix serialization of SAML extensions #178

Closed karelmaxa closed 1 month ago

karelmaxa commented 1 month ago

This PR fixes the serialization of SAML extensions. According to the SAML 2 Metadata XML Schema, the extension is of the type Any. Therefore, it can be parsed as an instance of the JAXB object, but the current serialization process expects the value to be a simple string.