-
Notifications
You must be signed in to change notification settings - Fork 6
Support https based issuers #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+5,921
−56
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5b62b6e
Replace TIR v5 plan with correct HTTPS-based issuer identifiers plan
f9cb9c9
Agent general-agent-4: work on ticket #53
18a2537
Address review feedback on PR #7
32d092e
Address review feedback on PR #7
8619b8b
Merge pull request 'Ticket #53: Implementation Plan' (#7) from ticket…
1a898d0
Add HTTPS issuer metadata resolver with JWKS key resolution
c9b964d
Merge pull request 'Ticket #53 - Step 1: Implement HTTPS issuer metad…
8091b3d
Integrate HTTPS issuer key resolution into JWTProofChecker
45713c4
Merge pull request 'Ticket #53 - Step 2: Integrate HTTPS issuer key r…
c88abc6
Treat issuer identifiers as URIs in trust validation
20df118
Merge pull request 'Ticket #53 - Step 3: Treat issuer identifiers as …
5e858c1
Add end-to-end tests and config fixtures for HTTPS issuer support
140ecee
Merge pull request 'Ticket #53 - Step 4: Support https based client i…
0907c91
Merge upstream/main (ticket-54 JSON-LD proof verification) into ticke…
wistefan 03287aa
Extend HTTPS issuer support to the paths added by upstream ticket-54
wistefan 3ed45fc
Merge pull request 'Ticket #53 - Rebase onto upstream main and extend…
01ee48b
some fixes
wistefan 8b3a16a
some fixes
wistefan 7eccd90
some fixes
wistefan d4f762c
fix linting
wistefan df172c8
pr fixes
wistefan cd3ee28
fix it
wistefan 11993a8
Merge branch 'main' into ticket-53/work
wistefan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
|
|
||
| # Review artifacts, kept locally | ||
| review.md | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| server: | ||
| port: 3000 | ||
| staticDir: "views/static" | ||
| templateDir: "views/" | ||
|
|
||
| logging: | ||
| level: "DEBUG" | ||
| jsonLogging: true | ||
| logRequests: true | ||
|
|
||
| verifier: | ||
| did: "did:key:somekey" | ||
| tirAddress: "https://test.dev/trusted_issuer/v3/issuers/" | ||
|
|
||
| m2m: | ||
| authEnabled: false | ||
|
|
||
| configRepo: | ||
| services: | ||
| - id: testServiceHttps | ||
| defaultOidcScope: httpsScope | ||
| oidcScopes: | ||
| httpsScope: | ||
| credentials: | ||
| - type: EmployeeCredential | ||
| # Trust-list entries are always registry endpoints — an issuer, | ||
| # whether identified by a DID or by an HTTPS URL, is looked up | ||
| # there. Both a v3/v4 and a v5 registry are configured here. | ||
| trustedParticipantsLists: | ||
| - type: ebsi | ||
| url: https://tir-pdc.ebsi.fiware.dev | ||
| - type: ebsi-v5 | ||
| url: https://tir-v5.ebsi.fiware.dev | ||
| trustedIssuersLists: | ||
| - type: ebsi | ||
| url: https://til-pdc.ebsi.fiware.dev | ||
| - type: ebsi-v5 | ||
| url: https://til-v5.ebsi.fiware.dev | ||
| presentationDefinition: | ||
| id: https-pd | ||
| input_descriptors: | ||
| - id: https-descriptor | ||
| constraints: | ||
| fields: | ||
| - id: https-field | ||
| path: | ||
| - $.vc.my.claim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.