Update client-registration.adoc

Add missing ',' to avoid confusion.
This commit is contained in:
NathanB_Amaron 2019-02-15 14:43:02 +01:00 committed by Stian Thorgersen
parent 018536069c
commit 5dee13007b

View file

@ -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.