diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0befa8c65..6a082938c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -23,6 +23,7 @@ - Kaleb Olson (kalebo) - Jan Christoph Ebersbach (jceb) - Yuxuan Lu (leoleoasd) +- h7x4 - Pi-Cla ## Acknowledgements diff --git a/book/src/integrations/oauth2.md b/book/src/integrations/oauth2.md index 8b3425c9a..ece179e33 100644 --- a/book/src/integrations/oauth2.md +++ b/book/src/integrations/oauth2.md @@ -166,12 +166,20 @@ class: oauth2_resource_server class: oauth2_resource_server_basic class: object displayname: Nextcloud Production -oauth2_rs_basic_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 +--- + +``` + ### Configure the Resource Server On your resource server, you should configure the client ID as the "oauth2\_rs\_name" from Kanidm,