From 55348a9e11daf8e57f4394911b7fdcffa3bf9c41 Mon Sep 17 00:00:00 2001 From: svhs Date: Thu, 9 Apr 2026 11:18:14 +0200 Subject: [PATCH] Update dex.yaml --- dex.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dex.yaml b/dex.yaml index 770b99b..9988ab1 100644 --- a/dex.yaml +++ b/dex.yaml @@ -1,7 +1,7 @@ # Dex OIDC Provider Configuration # Docs: https://dexidp.io/docs/ -issuer: http://localhost:5556/dex +issuer: https://dex.sgu.hu/dex storage: type: sqlite3 @@ -17,7 +17,7 @@ oauth2: staticClients: - id: outline redirectURIs: - - "http://localhost:3000/auth/oidc.callback" + - "https://wiki.sgu.hu/auth/oidc.callback" name: "Outline" secret: outline-secret