We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f90a33 commit b35bfa8Copy full SHA for b35bfa8
resources/lib/UnitySSO.php
@@ -26,6 +26,8 @@ private static function eppnToOrg($eppn)
26
return strtolower($org);
27
}
28
29
+ // shibboleth service provider writes attribute into "server variables":
30
+ // https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065335257/AttributeAccess#PHP-Header-Access
31
private static function getAttribute($attributeName, $fallbackAttributeName = null)
32
{
33
if (!is_null($fallbackAttributeName) && !(isset($_SERVER[$attributeName]))) {
0 commit comments