Getting desperate fixing seafile
This commit is contained in:
parent
5fdfd7f004
commit
c22571ac83
1 changed files with 3 additions and 3 deletions
|
|
@ -53,9 +53,9 @@ in {
|
|||
|
||||
OAUTH_REDIRECT_URL = '${httpsUrl}/oauth/callback/'
|
||||
OAUTH_PROVIDER = '${authUrl}'
|
||||
OAUTH_AUTHORIZATION_URL = '${httpsAuthUrl}/oauth/v2/authorize'
|
||||
OAUTH_TOKEN_URL = '${httpsAuthUrl}/oauth/v2/token'
|
||||
OAUTH_USER_INFO_URL = '${httpsAuthUrl}/oidc/v1/userinfo'
|
||||
OAUTH_AUTHORIZATION_URL = '${httpsAuthUrl}/oauth/v2/authorize/'
|
||||
OAUTH_TOKEN_URL = '${httpsAuthUrl}/oauth/v2/token/'
|
||||
OAUTH_USER_INFO_URL = '${httpsAuthUrl}/oidc/v1/userinfo/'
|
||||
OAUTH_SCOPE = ["openid", "profile", "email"]
|
||||
OAUTH_ATTRIBUTE_MAP = {
|
||||
"sub": (True, "uid"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue