mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
Update book - OAuth2 integration step (#1437)
* Update book - OAuth2 integration step * Add h7x4 to CONTRIBUTORS.md
This commit is contained in:
parent
4590f97ddd
commit
56a05223b4
|
@ -23,6 +23,7 @@
|
|||
- Kaleb Olson (kalebo)
|
||||
- Jan Christoph Ebersbach (jceb)
|
||||
- Yuxuan Lu (leoleoasd)
|
||||
- h7x4
|
||||
- Pi-Cla
|
||||
|
||||
## Acknowledgements
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue