Skip to content

Commit f2fb705

Browse files
jeswrCopilot
andauthored
fix: Use Access token rather than OIDC ID token
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2d67a84 commit f2fb705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ When using the Client Credentials Grant, the Client authenticates with the OP us
304304
with `grant_type=client_credentials` and the `webid` scope.
305305

306306
The OP MUST validate the `client_id` and `client_secret`, and if valid, MUST return
307-
a DPoP-bound Access Token. The Client MUST include a valid DPoP proof [[!DPOP]]
307+
a DPoP-bound OIDC ID Token. The Client MUST include a valid DPoP proof [[!DPOP]]
308308
with the token request.
309309

310310
The OP MUST advertise `client_credentials` in its `grant_types_supported`

0 commit comments

Comments
 (0)