Skip to content

Adding attributes to the "saml:Issuer" part in the AuthnRequest #265

@PardeepOne

Description

@PardeepOne

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions