Commit 61817c0
committed
Support returning "202 Accepted" from the batch credential endpoint
OpenID4VCI PR 293 "rework credential and batch credential endpoint" has added
the following new requirement.
- If all requests are responded to using a `transaction_id`, the Issuer MUST
use the HTTP status code 202 (as detailed in Section 15.3.3 of [@!RFC9110]).1 parent 21bdc07 commit 61817c0
File tree
2 files changed
+7
-1
lines changed- src/main/java/com/authlete/jaxrs/server/api/vci
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
| |||
0 commit comments