Skip to content

Commit 3025026

Browse files
authored
Merge pull request #93 from pdsinterop/well-known-cors
Send CORS headers on /.well-known/openid-configuration response
2 parents 1509423 + 3184214 commit 3025026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solid/lib/WellKnown/OpenIdConfigurationHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ private function respond($response) {
117117
}
118118
}
119119
$result->setStatus($statusCode);
120+
$result->addHeader('Access-Control-Allow-Origin', '*');
120121
return $result;
121122
}
122123
}

0 commit comments

Comments
 (0)