more clients
This commit is contained in:
parent
990e5441cd
commit
298adab0d9
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ The following permissions are required to invoke the endpoints (see <<_admin_per
|
||||||
+`manage-client`
|
+`manage-client`
|
||||||
* manage-client
|
* manage-client
|
||||||
|
|
||||||
If you are using a regular bearer token to create clients we recommend using a token from on behalf of a Service Account with only the `create-client` role. See the <<fake/../../../clients/oidc/service-accounts.adoc#_service_accounts,Service Accounts>> section for more details.
|
If you are using a regular bearer token to create clients we recommend using a token from on behalf of a Service Account with only the `create-client` role. See the <<fake/../../clients/oidc/service-accounts.adoc#_service_accounts,Service Accounts>> section for more details.
|
||||||
|
|
||||||
===== Initial Access Token
|
===== Initial Access Token
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
==== Confidential Client Credentials
|
==== Confidential Client Credentials
|
||||||
|
|
||||||
If you've set the client's <<fake/../../../client-oidc.adoc#_access-type, access type_>> to `confidential` in the client's
|
If you've set the client's <<fake/../../../clients/client-oidc.adoc#_access-type, access type_>> to `confidential` in the client's
|
||||||
`Settings` tab, a new `Credentials` tab will show up. As part of dealing with this
|
`Settings` tab, a new `Credentials` tab will show up. As part of dealing with this
|
||||||
type of client you have to configure the client's credentials.
|
type of client you have to configure the client's credentials.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue