From 14d1d52e4a3289c0df8caec6c065f605593b2d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leonard?= Date: Thu, 29 Oct 2020 18:06:12 +0100 Subject: [PATCH] #199 fix oauth2 --- admin/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/configuration.md b/admin/configuration.md index 2e36466..90c56cf 100644 --- a/admin/configuration.md +++ b/admin/configuration.md @@ -299,14 +299,14 @@ auth { name: "name" roles: "role" } - defaultRoles: ["read", "analyze"] + defaultRoles: ["read", "write"] defaultOrganization: "demo" } oauth2 { name: oauth2 - clientId: "ed630d47c1863cf8fd02" - clientSecret: "31b14bff999b676844728e0b4405c95ff1923de3" - redirectUri: "http://localhost:9112/api/ssoLogin" + clientId: "Client_ID" + clientSecret: "Client_ID" + redirectUri: "http://localhost:9000/api/ssoLogin" responseType: code grantType: "authorization_code" authorizationUrl: "https://github.com/login/oauth/authorize"