Commit Graph

4183 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 17578b57f2
Merge pull request #1673 from smallstep/herman/wire-template-transform
Add OIDC token template transformation
9 months ago
Herman Slatman 31bba6fbd8
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 9 months ago
Herman Slatman 33be5523da
Merge branch 'master' into wire-acme-extensions 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
github-actions[bot] 3a840bf605
Merge pull request #1676 from smallstep/dependabot/go_modules/google.golang.org/api-0.156.0
Bump google.golang.org/api from 0.155.0 to 0.156.0
9 months ago
dependabot[bot] 5b35f5c2d7
Bump google.golang.org/api from 0.155.0 to 0.156.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.155.0 to 0.156.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.155.0...v0.156.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
github-actions[bot] ff7e2f9c2d
Merge pull request #1675 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.41.0
Bump go.step.sm/crypto from 0.40.0 to 0.41.0
9 months ago
Herman Slatman 2efd1f682d
Fix expected error type check 9 months ago
dependabot[bot] ee4f51a7af
Bump go.step.sm/crypto from 0.40.0 to 0.41.0
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: go.step.sm/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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 29202eff26
Add support for functions in OIDC token transformation template 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 3f37feae78
Merge pull request #1671 from smallstep/herman/wire-configuration-refactor
Wire ACME extension configuration refactor
9 months ago
Herman Slatman c8160caacd
Fix test; reworded error message 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 f1c54d6852
Merge pull request #1665 from smallstep/herman/fix-error-msg-csr-validation
Change error message for CSR validation
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