Skip to content

Commit

Permalink
Add proposed fixes by jasollien
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jan 16, 2017
1 parent 1c5bee4 commit 39f58a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Authentication is based on the [OAuth 2.0 Protocol](http://tools.ietf.org/html/d

|Parameter|Type|Description|Required|
|---------|----|-----------|--------|
|oauth2_auth_url|string|URL to authorisation page (used for Authorization Code Grant and Implicit Grant OAuth2 flows)|false|
|oauth2_auth_url|string|URL to authorization page (used for Authorization Code Grant and Implicit Grant OAuth2 flows)|false|
|oauth2_token_url|string|URL for token requests|false|
|oauth2_dynamic_client_reg_url|string|URL for automated client registration|false|
|http_basic_supported|boolean|Indicates if Http Basic Authentication is supported|false|
Expand All @@ -316,7 +316,7 @@ OAuth2 flows are described in detail in the [OAuth2 specification](https://tools
* `resource_owner_password_credentials_grant` - [4.3 - Resource Owner Password Credentials Grant](https://tools.ietf.org/html/rfc6749#section-4.3)
* `extension_grants` - [4.5 - Extension Grants](https://tools.ietf.org/html/rfc6749#section-4.5)

The [OAuth2 Client Credentials Grant (section 4.4)](https://tools.ietf.org/html/rfc6749#section-4.4) is not supported since it does not contain an user identity.
The [OAuth2 Client Credentials Grant (section 4.4)](https://tools.ietf.org/html/rfc6749#section-4.4) is not supported since it does not contain any user identity.

**Example Request**

Expand Down
2 changes: 1 addition & 1 deletion Schemas_draft-03/Authentication/auth_GET.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
}
}
}
}
}

0 comments on commit 39f58a5

Please sign in to comment.