Commit Graph

4200 Commits (675e418fc3f93247014fe48b0bfb44c6b8e1c3cf)
 

Author SHA1 Message Date
Herman Slatman 675e418fc3
Merge branch 'master' into wire-acme-extensions 4 months ago
Herman Slatman 502334fd82
Merge pull request #1689 from smallstep/beltram/wire-acme-extensions
Use two separate Wire identifier types
4 months ago
Herman Slatman a38132aa58
Fix policy check for Wire user and device identifiers 4 months ago
Herman Slatman 93ba1654ea
Fix tests to work with Wire `UserID` and `DeviceID` 4 months ago
beltram 9eed61a9c5 use switch statement 4 months ago
beltram b8eb559ee9
Update acme/order.go
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
4 months ago
github-actions[bot] 27ea4de240
Merge pull request #1687 from smallstep/dependabot/go_modules/google.golang.org/api-0.157.0
Bump google.golang.org/api from 0.156.0 to 0.157.0
4 months ago
github-actions[bot] b0833d7992
Merge pull request #1686 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.42.0
Bump go.step.sm/crypto from 0.41.0 to 0.42.0
4 months ago
dependabot[bot] bcaf8a5624
Bump google.golang.org/api from 0.156.0 to 0.157.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.156.0 to 0.157.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.156.0...v0.157.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
dependabot[bot] 18d3b7f61e
Bump go.step.sm/crypto from 0.41.0 to 0.42.0
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.41.0...v0.42.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
beltram a3de984ee3 fix: use 2 separate identifiers for Wire 4 months ago
Herman Slatman 7e6356ece2
Merge pull request #1670 from smallstep/herman/remove-rusty-cli
Remove `rusty-jwt-cli`
4 months ago
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