Update client-registration.adoc
Add missing ',' to avoid confusion.
This commit is contained in:
parent
018536069c
commit
5dee13007b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Authorization: bearer eyJhbGciOiJSUz...
|
||||||
When you create a client through the Client Registration Service the response will include a registration access token.
|
When you create a client through the Client Registration Service the response will include a registration access token.
|
||||||
The registration access token provides access to retrieve the client configuration later, but also to update or delete the client.
|
The registration access token provides access to retrieve the client configuration later, but also to update or delete the client.
|
||||||
The registration access token is included with the request in the same way as a bearer token or initial access token.
|
The registration access token is included with the request in the same way as a bearer token or initial access token.
|
||||||
Registration access tokens are only valid once when it's used the response will include a new token.
|
Registration access tokens are only valid once, when it's used the response will include a new token.
|
||||||
|
|
||||||
If a client was created outside of the Client Registration Service it won't have a registration access token associated with it.
|
If a client was created outside of the Client Registration Service it won't have a registration access token associated with it.
|
||||||
You can create one through the admin console. This can also be useful if you loose the token for a particular client.
|
You can create one through the admin console. This can also be useful if you loose the token for a particular client.
|
||||||
|
|
Loading…
Reference in a new issue