From c9faf83a9e0701e6c8f3ae9f4629515e2adc3135 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 29 Jul 2021 12:00:00 +0200 Subject: [PATCH] Fix wekan oauth redirect URL --- flux2/core/base/single-sign-on/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flux2/core/base/single-sign-on/release.yaml b/flux2/core/base/single-sign-on/release.yaml index 7d97712e7..93e5e45a3 100644 --- a/flux2/core/base/single-sign-on/release.yaml +++ b/flux2/core/base/single-sign-on/release.yaml @@ -152,8 +152,8 @@ spec: # https://github.com/wekan/wekan/wiki/Keycloak - clientName: *WEKAN clientSecret: "${wekan_oauth_client_secret}" - redirectUri: "https://wekan.${domain}/auth" - scopes: "openid profile email openappstack_roles" + redirectUri: "https://wekan.${domain}/_oauth/oidc" + scopes: "openid profile email" clientUri: "https://wekan.${domain}" clientLogoUri: "https://wekan.${domain}/wekan-logo.svg" tokenEndpointAuthMethod: "client_secret_post" -- GitLab