Skip to content

Commit 99a01c9

Browse files
committed
found another redundant serialization description
1 parent 361d3cd commit 99a01c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

draft-ietf-oauth-v2-1.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,10 +1325,7 @@ This is to prevent privilege escalation by the legitimate client and
13251325
reduce the impact of refresh token leakage.
13261326

13271327
The parameters are serialized into a JavaScript Object Notation (JSON)
1328-
structure by adding each parameter at the highest structure level.
1329-
Parameter names and string values are included as JSON strings.
1330-
Numerical values are included as JSON numbers. The order of
1331-
parameters does not matter and can vary.
1328+
structure as described in {{json-serialization}}.
13321329

13331330
The authorization server MUST include the HTTP `Cache-Control`
13341331
response header field (see Section 5.2 of {{RFC9111}}) with a value of `no-store` in any

0 commit comments

Comments
 (0)