From 0cf70d3b584ce977c1e6d44b33a4814b0f019c6e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 23 Sep 2018 13:31:49 +0300 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OAuth2.md b/OAuth2.md index 5b54453..238b4b6 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -153,7 +153,7 @@ If you need more info, they are at bottom of the page Advanced Settings / Endpo sudo snap set wekan oauth2-client-id='abcde12345' sudo snap set wekan oauth2-secret='54321abcde' sudo snap set wekan oauth2-server-url='https://youraccount.eu.auth0.com' -sudo snap set wekan oauth2-auth-endpoint='/oauth/authorize' -sudo snap set wekan oauth2-userinfo-endpoint='/oauth/userinfo' +sudo snap set wekan oauth2-auth-endpoint='/authorize' +sudo snap set wekan oauth2-userinfo-endpoint='/userinfo' sudo snap set wekan oauth2-token-endpoint='/oauth/token' ``` \ No newline at end of file