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 c601ca0 commit 98fb395Copy full SHA for 98fb395
resources/lib/UnitySSO.php
@@ -17,7 +17,7 @@ private static function eppnToOrg($eppn)
17
{
18
$parts = explode("@", $eppn);
19
if (count($parts) != 2) {
20
- throw new Exception("Malformed remote user detected");
+ throw new Exception("Malformed remote user detected: '$eppn'");
21
}
22
23
$org = $parts[1];
0 commit comments