Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions draft-ietf-oauth-first-party-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ format with a character encoding of UTF-8 in the HTTP request body:
: OPTIONAL. The code challenge method as defined by {{RFC7636}}.
See {{redirect-to-web}} for details.

"response_type":
: REQUIRED. Per section 3.1.1 of {{RFC6749}} `response_type` is required and for this specification MUST contain the value of `code`.

Specific implementations as well as extensions to this specification MAY define additional parameters to be used at this endpoint.

For example, the client makes the following request to initiate a flow
Expand Down