Skip to content
Snippets Groups Projects
Unverified Commit c9faf83a authored by Varac's avatar Varac
Browse files

Fix wekan oauth redirect URL

parent 685de1a0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment