clegaspi / clegaspi/saml_reader
NameID fails validation if not trimmed of whitespace
Open
bug
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
If there is something like this:
```
foo@bar.com
```
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.