From 6a4e16fa3cbfc9f2a13496baa7e740bea5ab5bc9 Mon Sep 17 00:00:00 2001 From: Dan Tsai Date: Wed, 10 Jun 2026 19:56:12 +0000 Subject: [PATCH 1/2] docs: fix list formatting in identity-linking.md --- docs/specification/identity-linking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/identity-linking.md b/docs/specification/identity-linking.md index ba673adac..02217dbb3 100644 --- a/docs/specification/identity-linking.md +++ b/docs/specification/identity-linking.md @@ -116,7 +116,7 @@ vocabulary); runtime messages carry per-request advisories. as proof-of-possession of the authorization code. Public clients **MUST NOT** embed a `client_secret`. - Platforms **MUST** select the strongest method offered by the business +* Platforms **MUST** select the strongest method offered by the business that is compatible with the platform's deployment model. * **MUST** include user identity tokens in the HTTP `Authorization` header using the Bearer scheme: `Authorization: Bearer ` From 3cd3176a352386900425cc33f86cf999fada4627 Mon Sep 17 00:00:00 2001 From: Dan Tsai Date: Wed, 10 Jun 2026 20:30:16 +0000 Subject: [PATCH 2/2] docs: fix formatting in identity linking --- docs/specification/identity-linking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/specification/identity-linking.md b/docs/specification/identity-linking.md index 02217dbb3..a423009af 100644 --- a/docs/specification/identity-linking.md +++ b/docs/specification/identity-linking.md @@ -116,8 +116,9 @@ vocabulary); runtime messages carry per-request advisories. as proof-of-possession of the authorization code. Public clients **MUST NOT** embed a `client_secret`. -* Platforms **MUST** select the strongest method offered by the business + Platforms **MUST** select the strongest method offered by the business that is compatible with the platform's deployment model. + * **MUST** include user identity tokens in the HTTP `Authorization` header using the Bearer scheme: `Authorization: Bearer ` ([RFC 6750 ยง2.1](https://datatracker.ietf.org/doc/html/rfc6750#section-2.1){ target="_blank" }).