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"