From 412687216cbbf1c7d3394cf35327c4c11b33824a Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Thu, 21 Jan 2016 13:04:04 -0300 Subject: [PATCH] Update DOC.md --- DOC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOC.md b/DOC.md index 7e3067c..107bf8d 100644 --- a/DOC.md +++ b/DOC.md @@ -247,7 +247,7 @@ POST /openid/token/ HTTP/1.1 Host: localhost:8000 Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded - client_id=123&client_secret=456&redirect_uri=http%253A%252F%252Fexample.com%252F&grant_type=authorization_code&code=[CODE]&state=abcdefgh + client_id=123&client_secret=456&redirect_uri=http%253A%252F%252Fexample.com%252F&grant_type=authorization_code&code=5fb3b172913448acadce6b011af1e75e&state=abcdefgh ``` **/userinfo endpoint** @@ -255,7 +255,7 @@ Content-Type: application/x-www-form-urlencoded ```curl POST /openid/userinfo/ HTTP/1.1 Host: localhost:8000 -Authorization: Bearer [ACCESS_TOKEN] +Authorization: Bearer 2b5e4400bfcf47aa9f6abb1d7432fc60 ``` ## Running Tests