We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361d3cd commit 99a01c9Copy full SHA for 99a01c9
draft-ietf-oauth-v2-1.md
@@ -1325,10 +1325,7 @@ This is to prevent privilege escalation by the legitimate client and
1325
reduce the impact of refresh token leakage.
1326
1327
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.
+structure as described in {{json-serialization}}.
1332
1333
The authorization server MUST include the HTTP `Cache-Control`
1334
response header field (see Section 5.2 of {{RFC9111}}) with a value of `no-store` in any
0 commit comments