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: index.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -456,7 +456,7 @@ user's WebID for the value of `webid` claim in the ID token.
456
456
457
457
<div class='example'>
458
458
When using the Client Credentials Grant, a Client could authenticate with the OP using a `client_id`
459
-
and `client_secret` pairpreviously obtained through client registration (either static or dynamic). The Client
459
+
and `client_secret` pair, which was previously obtained through client registration (either static or dynamic) by and bound to an authenticated user. The Client
460
460
sends a token request to the OP's token endpoint with `grant_type=client_credentials` and the `webid` scope.
0 commit comments