From 6f65d25c3f096b4240779802272d9dd664d2147b Mon Sep 17 00:00:00 2001 From: cclohmar Date: Sun, 14 Jun 2026 14:17:05 +0000 Subject: [PATCH] fix(config): change OIDC issuer to auth.lohmar.co.uk, add Authelia access rule --- app/config.yaml | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.yaml b/app/config.yaml index 455c6ee..3f251e2 100644 --- a/app/config.yaml +++ b/app/config.yaml @@ -19,7 +19,7 @@ authelia: users_db_path: "/opt/authelia/users_database.yml" oidc: - issuer_url: "https://auth.sechpoint.app" + issuer_url: "https://auth.lohmar.co.uk" client_id: "nextwks" client_secret: "" redirect_url: "https://wks.lohmar.co.uk/auth/callback" diff --git a/install.sh b/install.sh index 8a0433a..b6ea670 100755 --- a/install.sh +++ b/install.sh @@ -261,7 +261,7 @@ authelia: users_db_path: "/opt/authelia/users_database.yml" oidc: - issuer_url: "https://auth.sechpoint.app" + issuer_url: "https://auth.lohmar.co.uk" client_id: "nextwks" client_secret: "" redirect_url: "https://wks.lohmar.co.uk/auth/callback"