Skip to content

Commit 3299c4e

Browse files
Fix server hostname
1 parent e832680 commit 3299c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/ServerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct() {
2626

2727
public function getOpenIdEndpoints() {
2828
// FIXME: would be better to base this on the available routes if possible.
29-
$this->baseUrl = "https://localhost/"; // FIXME: generate proper urls
29+
$this->baseUrl = "https://server/"; // FIXME: generate proper urls
3030
return [
3131
'issuer' => $this->baseUrl,
3232
'authorization_endpoint' => $this->baseUrl . "authorize",

0 commit comments

Comments
 (0)