Update book - OAuth2 integration step (#1437)

* Update book - OAuth2 integration step
* Add h7x4 to CONTRIBUTORS.md
This commit is contained in:
h7x4 2023-03-07 02:24:03 +01:00 committed by GitHub
parent 4590f97ddd
commit 56a05223b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -23,6 +23,7 @@
- Kaleb Olson (kalebo)
- Jan Christoph Ebersbach (jceb)
- Yuxuan Lu (leoleoasd)
- h7x4
- Pi-Cla
## Acknowledgements

View file

@ -166,12 +166,20 @@ class: oauth2_resource_server
class: oauth2_resource_server_basic
class: object
displayname: Nextcloud Production
oauth2_rs_basic_secret: <secret>
oauth2_rs_basic_secret: hidden
oauth2_rs_name: nextcloud
oauth2_rs_origin: https://nextcloud.example.com
oauth2_rs_token_key: hidden
```
You can see "oauth2\_rs\_basic\_secret" with:
```bash
kanidm system oauth2 show-basic-secret nextcloud
---
<secret>
```
### Configure the Resource Server
On your resource server, you should configure the client ID as the "oauth2\_rs\_name" from Kanidm,