From 15ffbd0f6361dbaa3cec4da4bd3a82c0c670f88d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 27 Aug 2018 18:04:06 +0300 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/OAuth2.md b/OAuth2.md index 5f65571..928d31b 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -112,3 +112,25 @@ Currently Full Name is not preserved, so you need to change it. 2) There are many options at OAuth menu. Above and below of OAuth are also CAS, LDAP and SAML. Wekan login to Rocket.Chat + +# Auth0 + +1) Auth0 / Applications / Add / Regular Web Application + +2) Copy client-id, secret, and your account url below + +``` +Client ID: <== Copy to below snap settings +Secret: <== Copy to below snap settings +Account url: youraccount.eu.auth0.com <== Copy to below snap settings +Application Logo: <== Add your logo + + + +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-token-endpoint='/oauth/token' +``` \ No newline at end of file