clegaspi / clegaspi/saml_reader
Missing claims could mean the user profile lacks that information
Open
documentation
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Right now if a claim is missing (e.g. `firstName` and `lastName`), we assume this is because the SAML app was not configured with those claims. However, depending on the IdP, if those fields are empty in the user profile (which may be the case for "service accounts"), then those claims may be omitted altogether. Should add this caveat to the output of that test.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.