Commit 66e6c86
Follow-on updates for PR#2871 (#3032)
* fix the demo to support oid4vci 1.0
* move DID creation to initialization section
* Fix for mdoc demo
* added status update and refresh to the oid4vc demo
* fixed JWT type in demo
* add more plugins to the block list
* change DB version and minor updates
* feat(oid4vc): mDoc support, OID4VCI 1.0 compliance, DCQL, and route refactoring
This PR brings the Indicio-tech fork changes into upstream as a single squashed
commit with a clean git history.
## Summary
- mDoc / mso_mdoc: Full mDoc credential format support using isomdl-uniffi, trust anchor
registry, signing key management, status list revocation, and presentation verification
- OID4VCI 1.0 Compliance: Token endpoint updated to final spec + HAIP profile, DPoP support,
backward compatibility for draft clients, OAuth discovery endpoint
- OID4VP / Verification: OID4VP Final with x5c key binding, JAR fixes, did:jwk client_id, UUID4
presentation definition IDs
- DCQL: Expanded query language support with multi-credential flows
- Routes Refactoring: Split monolithic public_routes.py and routes.py into focused submodules
- SD-JWT VC and JWT VC JSON: Selective disclosure fixes, OID4VCI 1.0 pattern alignment
- status_list: Endianness fix
Note: Demo, integration tests, unit tests, CI workflows, docker files, poetry.lock
files, and changes to non-oid4vc plugins are excluded from this PR and will be
submitted separately.
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
* fixed ngrok health check in docker-compose
* fix sd-jwt issuance to credo
* fixed liveness issues on ngrok
* indicio's mdoc pr + ontario's oid4vci 1.0 pr
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* build rust mdoc library in docker
* temp fix for mdoc status list check
* add verification for mso_mdoc using DCQL
* fixed demo cert to be proper IACA Cert
* Third-Party DCO Remediation Commit for Tim Bloomfield <tim.bloomfield@ontario.ca>
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 507b7e2
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: f6e08f9
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 7eb105c
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* Third-Party DCO Remediation Commit for Tim Bloomfield <tim.bloomfield@iccs-isac.org>
On behalf of Tim Bloomfield <tim.bloomfield@iccs-isac.org>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: f0eef22
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* Third-Party DCO Remediation Commit for Tim Bloomfield <tim.bloomfield@ontario.ca>
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: af95292
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: ce9e7a0
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: f48a0b7
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: e0cffc8
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 0ef9dfa
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: cbe3e83
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: a4aefc3
On behalf of Tim Bloomfield <tim.bloomfield@ontario.ca>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 0f4fb4f
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* Third-Party DCO Remediation Commit for Tim Bloomfield <tim.bloomfield@iccs-isac.org>
On behalf of Tim Bloomfield <tim.bloomfield@iccs-isac.org>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 7ce9270
On behalf of Tim Bloomfield <tim.bloomfield@iccs-isac.org>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 09f42ce
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* DCO Remediation for merge commit
On behalf of Ivan Wei <ivan.wei@ontario.ca>, adding sign-off to commit: e398986
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* Third-Party DCO Remediation Commit for Tim Bloomfield <tim.bloomfield@iccs-isac.org>
On behalf of Tim Bloomfield <tim.bloomfield@iccs-isac.org>, I, Ivan Wei <ivan.wei@ontario.ca>, hereby add my Signed-off-by to this commit: 8fedbe2
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* DCO Remediation Commit for Ivan Wei <ivan.wei@ontario.ca>
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* fix: linting
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* ci: install isomdl-uniffi wheel for oid4vc unit tests
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
* docs: update README with per-tenant auth server config and isomdl-uniffi install instructions
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
---------
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
Signed-off-by: Ivan Wei <ivan.wei@ontario.ca>
Co-authored-by: Tim Bloomfield <tim.bloomfield@ontario.ca>
Co-authored-by: Tim Bloomfield <tim.bloomfield@iccs-isac.org>
Co-authored-by: Adam Burdett <burdettadam@gmail.com>1 parent 6e6c70f commit 66e6c86
70 files changed
Lines changed: 2066 additions & 1220 deletions
File tree
- .github/workflows
- oid4vc
- auth_server
- admin
- routers
- schemas
- security
- services
- alembic/sql
- core
- security
- docker
- resources
- tenant
- services
- tests/tenant/services
- demo
- frontend
- templates
- issue
- present
- docker
- jwt_vc_json
- tests
- mso_mdoc
- tests
- mdoc
- mso
- oid4vc
- models
- public_routes
- routes
- tests
- routes
- sd_jwt_vc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
262 | 285 | | |
263 | 286 | | |
264 | 287 | | |
| |||
426 | 449 | | |
427 | 450 | | |
428 | 451 | | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
429 | 475 | | |
430 | 476 | | |
431 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
5 | 3 | | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 6 | + | |
| 7 | + | |
12 | 8 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 9 | + | |
16 | 10 | | |
17 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | | - | |
205 | | - | |
| 205 | + | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| |||
0 commit comments