Update shibboleth_authentication.md

This commit is contained in:
lian 2025-03-14 11:43:25 +08:00 committed by GitHub
parent 9ec609377c
commit faeacc9469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,7 @@ SHIBBOLETH_ATTRIBUTE_MAP = {
"HTTP_SN": (False, "surname"),
"HTTP_MAIL": (False, "contact_email"),
"HTTP_ORGANIZATION": (False, "institution"),
"HTTP_Shibboleth-affiliation": (False, "affiliation"),
"HTTP_SHIBBOLETH_AFFILIATION": (False, "affiliation"),
}
```