Commit Graph

479 Commits (f221232a80c8616f565b8a9c6e5920c1cecc0375)

Author SHA1 Message Date
Herman Slatman f221232a80
Fix ACME `Validate` test for Wire DPoP challenge 9 months ago
Herman Slatman b9254744a2
Fix validations for DPoP client ID, nonce and issuer 9 months ago
Herman Slatman 0a7fe6ebe9
Comment DPoP token checks that fail e2e test (currently) 9 months ago
Herman Slatman 0f0f060149
Improve access and dpop token validation 9 months ago
Herman Slatman 7680da7c57
Add realistic OIDC payload to Wire integration test 9 months ago
Herman Slatman 99934ec9a3
Improve test coverage for `wireOIDC01Validate` 9 months ago
Herman Slatman 37106a438a
Fix Wire integration test by acting on realistic access/dpop token 9 months ago
Herman Slatman 7520736f5b
Improve test coverage for `wireDPOP01Validate` 9 months ago
Herman Slatman a24b2a5c84
Add test case for `validateWireOIDCClaims` 9 months ago
Herman Slatman 8f129a6ced
Add test for `wireDPOP01Validate` 9 months ago
Herman Slatman d84abac4df
Add test for `wireOIDC01Validate` 9 months ago
Herman Slatman a2304c8498
Add tests for Wire ID parsing 9 months ago
Herman Slatman c46434f6e0
Make the example Wire handle consistent 9 months ago
Herman Slatman bca179d611
Make the Wire API integration test a bit more like the real flow 9 months ago
Herman Slatman 2efd1f682d
Fix expected error type check 9 months ago
Herman Slatman 7d5a79190d
Add tests for Wire `OIDC` and `DPoP` token persistence 9 months ago
Herman Slatman 768a08965d
Store transformed OIDC token 9 months ago
Herman Slatman d5b0d92bce
Fix Wire ID token test comment 9 months ago
Herman Slatman 0ad381b092
Add OIDC token template transformation 9 months ago
Herman Slatman 2c27e865cb
Fix linting issue 9 months ago
Herman Slatman 9bb1b24bf1
Change `kid` and `dpop` validation 9 months ago
Herman Slatman 24795720e1
Perform initialization of DPoP and OIDC options once 9 months ago
Herman Slatman 79739e5073
Change signature algorithm property name 9 months ago
Herman Slatman 7eacb68361
Merge branch 'herman/remove-rusty-cli' into herman/wire-configuration-refactor 9 months ago
Herman Slatman 44721a7d58
Remove debug err print 9 months ago
Herman Slatman 348363abce
Add Wire `DPoP` proof claims verification 9 months ago
Herman Slatman 1bf807add3
Use base64 encoded signing key format 9 months ago
Herman Slatman 1f5f756fce
Make Wire options more robust 9 months ago
Herman Slatman 6ef64b6ed6
Refactor the `Wire` option configuration 9 months ago
Herman Slatman b6fc0005d5
Add verification of maximum expiry time for Wire tokens 9 months ago
Herman Slatman b964c97750
Add validation of `handle` and `token` to Wire verification 9 months ago
Herman Slatman acad227b25
Put Wire options in lower level `wire` struct 9 months ago
Herman Slatman cd9480ab14
Fix test for `parseAndVerifyWireAccessToken` 9 months ago
Herman Slatman 897688a831
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 9 months ago
Herman Slatman ca8855767d
Fix and add more tests to Wire order identifier validation 9 months ago
Herman Slatman 70a2f431fa
Address review remarks 9 months ago
Herman Slatman de25740567
Change name of test for Wire Order 9 months ago
Herman Slatman c7892e9cd3
Remove the `rusty-jwt-cli` configuration 9 months ago
Herman Slatman a423151207
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 9 months ago
Herman Slatman ffd887f8cc
Fix tests for ACME Wire provisioner 9 months ago
Herman Slatman 033aef9f9d
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 9 months ago
Herman Slatman 8faf26c593
Change `KeyAuth` back to old behavior (for now) 9 months ago
beltram bf5f1201ea
fix: keyauth was not bound to the id token 9 months ago
Herman Slatman 29fa6621b1
Remove the Wire CLI invocatation 9 months ago
Herman Slatman 7a464cdb17
Use `require` to check for errors in Wire integration test 9 months ago
Herman Slatman 776a839a42
Fix linter issues and improve error handling 9 months ago
Herman Slatman f5a2f436df
Fix missing `DPoP` and `OIDC` tokens for Wire integration test 9 months ago
Herman Slatman eb9893bd21
Refactor logic for processing `WireID` identifiers in Order
Processing `WireID` identifiers, the Wire subject, and the Wire
DPoP and OIDC tokens is now conditional.
9 months ago
Herman Slatman 40668ae09e
Refactor `WireID` target processing a bit 9 months ago
Herman Slatman 01169b2483
Make the `Target` optional in `Challenge` object
This is a non-standard property in the ACME challenge response, so
we shouldn't return it if it's not set. Also made it an optional
field in the DB.
9 months ago