docs: Fix outdated oauth2 subcommands (#1969)

This commit is contained in:
pando85 2023-08-12 00:09:58 +02:00 committed by GitHub
parent 054b580fe6
commit 01ddfb71df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: This module does not support PKCE or ES256. You will need to run:
```bash ```bash
kanidm system oauth2 warning_insecure_client_disable_pkce <resource server name> kanidm system oauth2 warning-insecure-client-disable-pkce <resource server name>
kanidm system oauth2 warning_enable_legacy_crypto <resource server name> kanidm system oauth2 warning-enable-legacy-crypto <resource server name>
``` ```
In the settings menu, configure the discovery URL and client ID and secret. 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: Velociraptor does not support PKCE. You will need to run the following:
```bash ```bash
kanidm system oauth2 warning_insecure_client_disable_pkce <resource server name> kanidm system oauth2 warning-insecure-client-disable-pkce <resource server name>
``` ```
Initial users are mapped via their email in the Velociraptor server.config.yaml config: Initial users are mapped via their email in the Velociraptor server.config.yaml config: