Improve formatting
This commit is contained in:
parent
bc991b0cd8
commit
5f122ea97a
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ By default, the server recognizes the Client Registration CLI as the [filename]`
|
||||||
. Create a new client (for example, [filename]`reg-cli`) if you want to use a separate client configuration for the Client Registration CLI.
|
. Create a new client (for example, [filename]`reg-cli`) if you want to use a separate client configuration for the Client Registration CLI.
|
||||||
. Toggle the *Standard Flow Enabled* setting it to *Off*.
|
. Toggle the *Standard Flow Enabled* setting it to *Off*.
|
||||||
. Strengthen the security by configuring the client [filename]`Access Type` as [filename]`Confidential` and selecting *Credentials > ClientId and Secret*.
|
. Strengthen the security by configuring the client [filename]`Access Type` as [filename]`Confidential` and selecting *Credentials > ClientId and Secret*.
|
||||||
|
+
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
You can configure either [filename]`Client Id and Secret` or [filename]`Signed JWT` under the *Credentials* tab .
|
You can configure either [filename]`Client Id and Secret` or [filename]`Signed JWT` under the *Credentials* tab .
|
||||||
|
@ -357,6 +358,6 @@ Run the [command]`kcreg update-token --help` command for more information about
|
||||||
[[_troubleshooting_2]]
|
[[_troubleshooting_2]]
|
||||||
=== Troubleshooting
|
=== Troubleshooting
|
||||||
|
|
||||||
* Q: When logging in, I get an error: *Parameter client_assertion_type is missing [invalid_client].
|
* Q: When logging in, I get an error: *Parameter client_assertion_type is missing [invalid_client]*.
|
||||||
+
|
+
|
||||||
A: This error means your client is configured with [filename]`Signed JWT` token credentials, which means you have to use the [command]`--keystore` parameter when logging in.
|
A: This error means your client is configured with [filename]`Signed JWT` token credentials, which means you have to use the [command]`--keystore` parameter when logging in.
|
||||||
|
|
Loading…
Reference in a new issue