Skip to content

Commit 3a78f03

Browse files
committed
Make client credentials discovery requirement conditional
1 parent c5e5b9a commit 3a78f03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,10 @@ credentials.
470470

471471
## Solid-OIDC Conformance Discovery ## {#client-credentials-discovery}
472472

473-
For non-interactive use cases such as scripts, automated agents, and server-to-server communication, this specification
474-
also requires that an OpenID Provider that conforms to the Solid-OIDC specification MUST advertise its support for the
475-
[Client Credentials Grant](https://www.rfc-editor.org/rfc/rfc6749#section-4.4) in the OpenID Connect Discovery 1.0
476-
[OIDC.Discovery] resource by including `client_credentials` in its `grant_types_supported` metadata property.
473+
For non-interactive use cases such as scripts, automated agents, and server-to-server communication, an OpenID Provider
474+
that supports the [Client Credentials Grant](https://www.rfc-editor.org/rfc/rfc6749#section-4.4) MUST advertise that
475+
support in the OpenID Connect Discovery 1.0 [OIDC.Discovery] resource by including `client_credentials` in its
476+
`grant_types_supported` metadata property.
477477

478478
<div class="example">
479479
<pre highlight="json">

0 commit comments

Comments
 (0)