Skip to content

NameID fails validation if not trimmed of whitespace #81

@clegaspi

Description

@clegaspi

If there is something like this:

            <NameID 
                Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">foo@bar.com
            </NameID>

In XML format, this reads as having a newline (and tab?) in the value, which is not valid, and is probably just a formatting issue. Should look into whether we can explicitly remove all newlines and tabs from XML to clean it up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions