Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
#199 fix oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 29, 2020
1 parent 84f966b commit 14d1d52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14d1d52

Please sign in to comment.