From 093fbdbfc40f8cc1774cb10a550030d440cf7de2 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 9 Mar 2016 12:35:20 -0800 Subject: [PATCH] Add client_id to get token endpoint Signed-off-by: Derek McGowan (github: dmcgowan) --- docs/spec/auth/token.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/spec/auth/token.md b/docs/spec/auth/token.md index a953ede2a..9f3167be7 100644 --- a/docs/spec/auth/token.md +++ b/docs/spec/auth/token.md @@ -111,6 +111,16 @@ Defines getting a bearer and refresh token using the token endpoint. subject with different scopes. The refresh token does not have an expiration and should be considered completely opaque to the client. +
+ client_id +
+
+ String identifying the client. This client_id does not need + to be registered with the authorization server but should be set to a + meaningful value in order to allow auditing keys created by unregistered + clients. Accepted syntax is defined in + [RFC6749 Appendix A.1](https://tools.ietf.org/html/rfc6749#appendix-A.1). +
scope