You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resource-server/securing-endpoints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ When at least one of the scope doesn't match the permissions the client has, the
36
36
37
37
### Checking the access token owner
38
38
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`
0 commit comments