mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
docs: Fix outdated oauth2 subcommands (#1969)
This commit is contained in:
parent
054b580fe6
commit
01ddfb71df
|
@ -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 <resource server name>
|
||||
kanidm system oauth2 warning_enable_legacy_crypto <resource server name>
|
||||
kanidm system oauth2 warning-insecure-client-disable-pkce <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.
|
||||
|
@ -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 <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:
|
||||
|
|
Loading…
Reference in a new issue