Skip to content

Commit b35bfa8

Browse files
committed
add comment
1 parent 5f90a33 commit b35bfa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/lib/UnitySSO.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ private static function eppnToOrg($eppn)
2626
return strtolower($org);
2727
}
2828

29+
// shibboleth service provider writes attribute into "server variables":
30+
// https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065335257/AttributeAccess#PHP-Header-Access
2931
private static function getAttribute($attributeName, $fallbackAttributeName = null)
3032
{
3133
if (!is_null($fallbackAttributeName) && !(isset($_SERVER[$attributeName]))) {

0 commit comments

Comments
 (0)