diff --git a/index.bs b/index.bs index c863bf8..154dcf1 100644 --- a/index.bs +++ b/index.bs @@ -312,7 +312,7 @@ With the `webid` scope, the DPoP-bound OIDC ID Token payload MUST contain these The values MUST include the authorized party claim `azp` and the string `solid`. In the decentralized world - of Solid OIDC, the audience of an ID Token is not only the client (`azp`), + of Solid-OIDC, the audience of an ID Token is not only the client (`azp`), but also any Solid Authorization Server at any accessible address on the world wide web (`solid`). See also: [[RFC7519#section-4.1.3]]. * `azp` - The authorized party claim is used to identify the client diff --git a/primer/index.bs b/primer/index.bs index 01e59e0..dbc3ecf 100644 --- a/primer/index.bs +++ b/primer/index.bs @@ -1,5 +1,5 @@
-Title: Solid OIDC Primer
+Title: Solid-OIDC Primer
Boilerplate: issues-index no
Boilerplate: style-darkmode off
Boilerplate: omit conformance
@@ -22,9 +22,9 @@ Editor: [Matthieu Bosquet](https://github.com/matthieubosquet)
Metadata Order: This version, Latest published version, Editor's Draft, Test Suite, *, !*
Metadata Include: Editor's Draft off
Abstract:
- The Solid OpenID Connect (Solid OIDC) specification defines how resource servers
+ The Solid OpenID Connect (Solid-OIDC) specification defines how resource servers
verify the identity of relying parties and end users based on the authentication
- performed by an OpenID provider. Solid OIDC builds on top of OpenID Connect 1.0.
+ performed by an OpenID provider. Solid-OIDC builds on top of OpenID Connect 1.0.
This primer is designed to provide the reader with the basic knowledge required
to understand Solid OpenID Connect authentication flows. It introduces the basic
concepts of authentication in the Solid ecosystem.
@@ -59,7 +59,7 @@ Bob's Solid Storage (resource servers).
# Actors # {#actors}
-Several actors are at play in our example Solid OIDC authentication flows:
+Several actors are at play in our example Solid-OIDC authentication flows: