Skip to content

Commit c5bfd61

Browse files
committed
Update securing-endpoints.md
1 parent e55d65e commit c5bfd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resource-server/securing-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When at least one of the scope doesn't match the permissions the client has, the
3636

3737
### Checking the access token owner
3838

39-
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`
39+
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`
4040

4141
### Finding access token owner
4242

0 commit comments

Comments
 (0)