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 0a33933 commit 1598bdaCopy full SHA for 1598bda
www/idp/index.php
@@ -30,7 +30,6 @@
30
Server::respond($response);
31
break;
32
case "/.well-known/openid-configuration":
33
- header("Content-type: application/json");
34
$authServer = Server::getAuthServer();
35
$response = $authServer->respondToOpenIdMetadataRequest();
36
0 commit comments