Hi, is it possible with the current implementation of this library to somehow add more attributes to the <saml:Issuer/> part of the AuthnRequest because at the moment this part is generated in this way:
<saml:Issuer>http://localhost:8091/DM_WEB/metadata.xhtml</saml:Issuer>
but I would like to have something like this:
<saml:Issuer
NameQualifier="http://www.mylink.it"
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">
http://www.mylink.it
</saml:Issuer>
Thanks in advance.