From f009e0bb2f7b9c0e099d283560d5710f506070e4 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Thu, 28 Mar 2019 14:13:24 -0400 Subject: [PATCH] Add no redirect for authentication --- authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication.md b/authentication.md index ed29c06..3e5ecae 100644 --- a/authentication.md +++ b/authentication.md @@ -28,7 +28,7 @@ Parameters should be sent as `application/x-www-form-urlencoded` in the POST bod | `website` | URL. The URL of your client or homepage. May be presented to the user. | No | | `redirect_uri` | URI. The URI the redirected to after a successful login. | Yes | -The redirect URI must not include a fragment, and may include query parameters. +The redirect URI must not include a fragment, and may include query parameters. The redirect URI may be the special `urn:ietf:wg:oauth:2.0:oob` string to indicate that server should show the authorization code on the web page, instead of performing a redirect. #### Response An object with the client ID and secret to be used when retrieving an authorization code.