From 3df95f46a52f513f2df3704caca9b6d181b7bf2c Mon Sep 17 00:00:00 2001 From: ab Date: Sat, 8 Nov 2025 22:29:24 +0000 Subject: [PATCH] Update terraform/authentik/oauth2-apps.tfvars --- terraform/authentik/oauth2-apps.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/authentik/oauth2-apps.tfvars b/terraform/authentik/oauth2-apps.tfvars index cfe0d61..0dbd77d 100644 --- a/terraform/authentik/oauth2-apps.tfvars +++ b/terraform/authentik/oauth2-apps.tfvars @@ -175,9 +175,9 @@ oauth_applications = { meta_description = "OpenWeb UI" meta_icon = "https://ollama.com/public/ollama.png" redirect_uris = [ - "https://openwebui.company/oauth/oidc/callback", + "https://ai.hexor.cy/oauth/oidc/callback", ] - meta_launch_url = "https://ps.hexor.cy" + meta_launch_url = "https://ai.hexor.cy" client_type = "confidential" include_claims_in_id_token = true access_code_validity = "minutes=1"