Skip to content

Commit 0eaad9f

Browse files
authored
Merge pull request #11 from openid/mbj-frederik
Correct wording issues identified by Frederik Krogsdal Jacobsen
2 parents 27897a3 + 9f445c9 commit 0eaad9f

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

openid-connect-rp-metadata-choices-1_0.xml

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</address>
5959
</author>
6060

61-
<date day="8" month="January" year="2026" />
61+
<date day="5" month="March" year="2026" />
6262

6363
<workgroup>OpenID Connect Working Group</workgroup>
6464

@@ -223,7 +223,7 @@
223223
JSON array containing a list of the
224224
<xref target="JWS">JWS</xref> <spanx style="verb">alg</spanx> values
225225
supported by the RP when validating the ID Token signature.
226-
If a <spanx style="verb">id_token_signed_response_alg</spanx>
226+
If an <spanx style="verb">id_token_signed_response_alg</spanx>
227227
metadata parameter is also present, its value MUST be in the list.
228228
</t>
229229

@@ -233,7 +233,7 @@
233233
JSON array containing a list of the
234234
<xref target="JWE">JWE</xref> <spanx style="verb">alg</spanx> values
235235
supported by the RP when decrypting the ID Token.
236-
If a <spanx style="verb">id_token_encrypted_response_alg</spanx>
236+
If an <spanx style="verb">id_token_encrypted_response_alg</spanx>
237237
metadata parameter is also present, its value MUST be in the list.
238238
</t>
239239

@@ -243,7 +243,7 @@
243243
JSON array containing a list of the
244244
JWE <spanx style="verb">enc</spanx> values
245245
supported by the RP when decrypting the ID Token.
246-
If a <spanx style="verb">id_token_encrypted_response_enc</spanx>
246+
If an <spanx style="verb">id_token_encrypted_response_enc</spanx>
247247
metadata parameter is also present, its value MUST be in the list.
248248
</t>
249249

@@ -347,8 +347,8 @@
347347
OPTIONAL.
348348
JSON array containing a list of the
349349
JWS <spanx style="verb">alg</spanx> values
350-
supported by the Client for signed responses.
351-
If a <spanx style="verb">authorization_signed_response_alg</spanx>
350+
supported by the Client for validating signed responses.
351+
If an <spanx style="verb">authorization_signed_response_alg</spanx>
352352
metadata parameter is also present, its value MUST be in the list.
353353
</t>
354354

@@ -357,8 +357,8 @@
357357
OPTIONAL.
358358
JSON array containing a list of the
359359
JWE <spanx style="verb">alg</spanx> values
360-
supported by the Client for encrypted responses.
361-
If a <spanx style="verb">authorization_encrypted_response_alg</spanx>
360+
supported by the Client for decrypting encrypted responses.
361+
If an <spanx style="verb">authorization_encrypted_response_alg</spanx>
362362
metadata parameter is also present, its value MUST be in the list.
363363
</t>
364364

@@ -367,8 +367,8 @@
367367
OPTIONAL.
368368
JSON array containing a list of the
369369
JWE <spanx style="verb">enc</spanx> values
370-
supported by the Client for encrypted responses.
371-
If a <spanx style="verb">authorization_encrypted_response_enc</spanx>
370+
supported by the Client for decrypting encrypted responses.
371+
If an <spanx style="verb">authorization_encrypted_response_enc</spanx>
372372
metadata parameter is also present, its value MUST be in the list.
373373
</t>
374374

@@ -378,7 +378,7 @@
378378
JSON array containing a list of the
379379
JWS <spanx style="verb">alg</spanx> values
380380
supported by the Client when validating the Introspection Response signature.
381-
If a <spanx style="verb">introspection_signed_response_alg</spanx>
381+
If an <spanx style="verb">introspection_signed_response_alg</spanx>
382382
metadata parameter is also present, its value MUST be in the list.
383383
</t>
384384

@@ -388,7 +388,7 @@
388388
JSON array containing a list of the
389389
JWE <spanx style="verb">alg</spanx> values
390390
supported by the Client when decrypting the Introspection Response.
391-
If a <spanx style="verb">introspection_encrypted_response_alg</spanx>
391+
If an <spanx style="verb">introspection_encrypted_response_alg</spanx>
392392
metadata parameter is also present, its value MUST be in the list.
393393
</t>
394394

@@ -398,7 +398,7 @@
398398
JSON array containing a list of the
399399
JWE <spanx style="verb">enc</spanx> values
400400
supported by the Client when decrypting the Introspection Response.
401-
If a <spanx style="verb">introspection_encrypted_response_enc</spanx>
401+
If an <spanx style="verb">introspection_encrypted_response_enc</spanx>
402402
metadata parameter is also present, its value MUST be in the list.
403403
</t>
404404

@@ -482,7 +482,7 @@
482482
<section anchor="Security" title="Security Considerations">
483483
<t>
484484
The security considerations when using these metadata parameters
485-
are the same as those when using the correspoding metadata parameters in
485+
are the same as those when using the corresponding metadata parameters in
486486
<xref target="OpenID.Registration"/> and <xref target="OpenID.Discovery"/>
487487
or the other specifications in which they are defined.
488488
</t>
@@ -1182,6 +1182,15 @@
11821182
<section anchor="History" title="Document History">
11831183
<t>[[ To be removed from the approved Final Specification ]]</t>
11841184

1185+
<t>
1186+
-05
1187+
<list style="symbols">
1188+
<t>
1189+
Fixed #10: Corrected wording issues identified by Frederik Krogsdal Jacobsen.
1190+
</t>
1191+
</list>
1192+
</t>
1193+
11851194
<t>
11861195
-04
11871196
<list style="symbols">
@@ -1255,6 +1264,7 @@
12551264
Vladimir Dzhuvinov,
12561265
Michael Fraser,
12571266
Joseph Heenan,
1267+
Frederik Krogsdal Jacobsen,
12581268
Eduardo Perottoni,
12591269
and
12601270
Stefan Santesson.

0 commit comments

Comments
 (0)