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 44232bb commit e24ae8aCopy full SHA for e24ae8a
src/Utils/DPop.php
@@ -48,7 +48,7 @@ public function __construct(JtiValidator $jtiValidator)
48
public function getWebId($request) {
49
$serverParams = $request->getServerParams();
50
51
- if (isset($serverParams['HTTP_AUTHORIZATION']) === false) {
+ if (empty($serverParams['HTTP_AUTHORIZATION'])) {
52
$webId = "public";
53
} else {
54
$this->validateRequestHeaders($serverParams);
0 commit comments