From 01ddfb71dff4ce43c3b7db02d78d54b9ac0fccd2 Mon Sep 17 00:00:00 2001 From: pando85 Date: Sat, 12 Aug 2023 00:09:58 +0200 Subject: [PATCH] docs: Fix outdated oauth2 subcommands (#1969) --- book/src/integrations/oauth2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/src/integrations/oauth2.md b/book/src/integrations/oauth2.md index 0be22b2fd..08ea3b8b0 100644 --- a/book/src/integrations/oauth2.md +++ b/book/src/integrations/oauth2.md @@ -333,8 +333,8 @@ Host 172.24.11.129 was not connected to because it violates local access rules This module does not support PKCE or ES256. You will need to run: ```bash -kanidm system oauth2 warning_insecure_client_disable_pkce -kanidm system oauth2 warning_enable_legacy_crypto +kanidm system oauth2 warning-insecure-client-disable-pkce +kanidm system oauth2 warning-enable-legacy-crypto ``` In the settings menu, configure the discovery URL and client ID and secret. @@ -366,7 +366,7 @@ GUI: Velociraptor does not support PKCE. You will need to run the following: ```bash -kanidm system oauth2 warning_insecure_client_disable_pkce +kanidm system oauth2 warning-insecure-client-disable-pkce ``` Initial users are mapped via their email in the Velociraptor server.config.yaml config: