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 d0cf5e0 commit 7a5f94eCopy full SHA for 7a5f94e
php/libraries/SinglePointLogin.class.inc
@@ -178,7 +178,7 @@ class SinglePointLogin
178
// First try JWT authentication, which is cheaper and
179
// doesn't involve database calls
180
$headers = getallheaders();
181
- $headers = array_change_key_case($headers, CASE_LOWER);
+ $headers = array_change_key_case($headers, CASE_LOWER);
182
$authHeader = isset($headers['authorization'])
183
? $headers['authorization']
184
: '';
0 commit comments