Basic - 3.2.4.1 Duplicate statement for response being sent in the fragment

Issue #71 resolved
Former user created an issue

The first two paragraphs unnecessarily duplicate the same statement (the OAuth 2 requirement that authorization responses for a implicit grant are sent in a fragment).

The first paragraph ends with a colon suggesting that the parameter list follows, but instead another paragraph follows before the list.

Comments (3)

  1. Nat Sakimura

    Change the first two paragraphs to:

    If the resource owner grants the access request, the authorization server issues an access token and delivers it to the client by adding the following parameters to the fragment component of the redirection URI using the application/x-www-form-urlencoded format as defined in 4.2.2 of OAuth 2.0 [OAuth.2.0]. 
    
  2. Log in to comment