From 71048401f54a8b83d2125a86946196f7f8492556 Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Sun, 7 Aug 2016 15:50:47 +0200 Subject: [PATCH] Fix typo --- auth-server-client-credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-server-client-credentials.md b/auth-server-client-credentials.md index ab95b908..72f2bf8d 100755 --- a/auth-server-client-credentials.md +++ b/auth-server-client-credentials.md @@ -13,7 +13,7 @@ This grant is suitable for machine-to-machine authentication, for example for us The client sends a POST request with following body parameters to the authorization server: * `grant_type` with the value `client_credentials` -* `client_id` with the the client's ID +* `client_id` with the client's ID * `client_secret` with the client's secret * `scope` with a space-delimited list of requested scope permissions.