Skip to content

Commit

Permalink
Merge pull request lucadegasperi#741 from hlorofos/patch-1
Browse files Browse the repository at this point in the history
Update securing-endpoints.md
  • Loading branch information
vinkla committed Jun 6, 2016
2 parents e55d65e + c5bfd61 commit bad107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resource-server/securing-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When at least one of the scope doesn't match the permissions the client has, the

### Checking the access token owner

When using the client_credentials grant type, the access token owner and the client can be the same entity to distinguish this particular case there's the `oauth-owner` middleware. Parameters for this middleware are either `client` or `user`
When using the client_credentials grant type, the access token owner and the client can be the same entity to distinguish this particular case there's the `oauth-user` middleware. Parameters for this middleware are either `client` or `user`

### Finding access token owner

Expand Down

0 comments on commit bad107b

Please sign in to comment.