Docs: General improvements to docs, and a fix in oauth (#19587)

* Docs: Update Centrify Section In Generic Oauth Ref #18207

* Docs: Alphabetise Features / Data Sources (#19289)

* Docs: guides/getting started cleanup (#19449)
This commit is contained in:
HG00
2019-10-03 20:28:30 +02:00
committed by Torkel Ödegaard
parent 618652d16e
commit f58ec04c12
3 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -206,9 +206,10 @@ allowed_organizations =
allow_sign_up = true
client_id = <OpenID Connect Client ID from Centrify>
client_secret = <your generated OpenID Connect Client Sercret"
scopes = openid email name
scopes = openid profile email
auth_url = https://<your domain>.my.centrify.com/OAuth2/Authorize/<Application ID>
token_url = https://<your domain>.my.centrify.com/OAuth2/Token/<Application ID>
api_url = https://<your domain>.my.centrify.com/OAuth2/UserInfo/<Application ID>
```
## Set up OAuth2 with non-compliant providers