Commit Graph

4188 Commits (51d1270541f74912ea87906d5b25d31a47d5db4e)
 

Author SHA1 Message Date
Herman Slatman 51d1270541
Merge pull request #1681 from smallstep/herman/fix-wire-extensions
Improve access and dpop token validation
4 months ago
Herman Slatman 19dbd02451
Add audience validation to access, dpop and id token 4 months ago
Herman Slatman 2f3819aa4e
Use key authorization from ID token and `handle` -> `preferred_username` 4 months ago
Herman Slatman 36e14de882
Improve Wire persistence errors 4 months ago
Herman Slatman f150a4f850
Remove `sync.Once` for Wire configuration validation 4 months ago
Herman Slatman f221232a80
Fix ACME `Validate` test for Wire DPoP challenge 4 months ago
Herman Slatman b9254744a2
Fix validations for DPoP client ID, nonce and issuer 4 months ago
Herman Slatman 0a7fe6ebe9
Comment DPoP token checks that fail e2e test (currently) 4 months ago
Herman Slatman 0f0f060149
Improve access and dpop token validation 4 months ago
Herman Slatman 17578b57f2
Merge pull request #1673 from smallstep/herman/wire-template-transform
Add OIDC token template transformation
4 months ago
Herman Slatman 31bba6fbd8
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 4 months ago
Herman Slatman 33be5523da
Merge branch 'master' into wire-acme-extensions 4 months ago
Herman Slatman 7680da7c57
Add realistic OIDC payload to Wire integration test 4 months ago
Herman Slatman 99934ec9a3
Improve test coverage for `wireOIDC01Validate` 4 months ago
Herman Slatman 37106a438a
Fix Wire integration test by acting on realistic access/dpop token 4 months ago
Herman Slatman 7520736f5b
Improve test coverage for `wireDPOP01Validate` 4 months ago
Herman Slatman a24b2a5c84
Add test case for `validateWireOIDCClaims` 4 months ago
Herman Slatman 8f129a6ced
Add test for `wireDPOP01Validate` 4 months ago
Herman Slatman d84abac4df
Add test for `wireOIDC01Validate` 4 months ago
Herman Slatman a2304c8498
Add tests for Wire ID parsing 4 months ago
Herman Slatman c46434f6e0
Make the example Wire handle consistent 4 months ago
Herman Slatman bca179d611
Make the Wire API integration test a bit more like the real flow 4 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
4 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>
4 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
4 months ago
Herman Slatman 2efd1f682d
Fix expected error type check 4 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>
4 months ago
Herman Slatman 7d5a79190d
Add tests for Wire `OIDC` and `DPoP` token persistence 4 months ago
Herman Slatman 768a08965d
Store transformed OIDC token 4 months ago
Herman Slatman 29202eff26
Add support for functions in OIDC token transformation template 4 months ago
Herman Slatman d5b0d92bce
Fix Wire ID token test comment 4 months ago
Herman Slatman 0ad381b092
Add OIDC token template transformation 4 months ago
Herman Slatman 2c27e865cb
Fix linting issue 4 months ago
Herman Slatman 9bb1b24bf1
Change `kid` and `dpop` validation 4 months ago
Herman Slatman 3f37feae78
Merge pull request #1671 from smallstep/herman/wire-configuration-refactor
Wire ACME extension configuration refactor
4 months ago
Herman Slatman c8160caacd
Fix test; reworded error message 4 months ago
Herman Slatman 24795720e1
Perform initialization of DPoP and OIDC options once 4 months ago
Herman Slatman 79739e5073
Change signature algorithm property name 4 months ago
Herman Slatman 7eacb68361
Merge branch 'herman/remove-rusty-cli' into herman/wire-configuration-refactor 4 months ago
Herman Slatman 44721a7d58
Remove debug err print 4 months ago
Herman Slatman 348363abce
Add Wire `DPoP` proof claims verification 4 months ago
Herman Slatman 1bf807add3
Use base64 encoded signing key format 4 months ago
Herman Slatman 1f5f756fce
Make Wire options more robust 4 months ago
Herman Slatman 6ef64b6ed6
Refactor the `Wire` option configuration 4 months ago
Herman Slatman b6fc0005d5
Add verification of maximum expiry time for Wire tokens 4 months ago
Herman Slatman b964c97750
Add validation of `handle` and `token` to Wire verification 4 months ago
Herman Slatman acad227b25
Put Wire options in lower level `wire` struct 4 months ago
Herman Slatman cd9480ab14
Fix test for `parseAndVerifyWireAccessToken` 4 months ago
Herman Slatman 897688a831
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 4 months ago
Herman Slatman ca8855767d
Fix and add more tests to Wire order identifier validation 4 months ago