Commit Graph

4188 Commits (51d1270541f74912ea87906d5b25d31a47d5db4e)
 

Author SHA1 Message Date
beltram a32bb66e47
trying to pass access token to template 5 months ago
beltram ff41a1193d
fix deviceId computing in dpop challenge 5 months ago
Stefan Berthold 5ceed08ae0
Reorganize parsing target 5 months ago
Stefan Berthold 83ba0bdc51
Replace field access by accessor functions 5 months ago
beltram c4fb19d01f
passing expected issuer to rusty-jwt-cli 5 months ago
beltram 2b1223a080
simpler 5 months ago
beltram 036a144e09
add oidc target 5 months ago
beltram 97002040a5
fix: challenge target field was not mapped to db entity 5 months ago
beltram d32a3e23f0
wip 5 months ago
beltram b58de27675
fix: do not convert URIs to lowercase for comparison purpose 5 months ago
beltram 7c9f8020d5
fix: add URI prefix to handle 5 months ago
beltram 680b6ea08f
adapt google demo for wire's special handle format "{firstname}_wire" 5 months ago
beltram a97991aa83
infer domain from google email address 5 months ago
beltram 49ad2d9967
fix google id token matching in oidc challenge 5 months ago
beltram a49966f4c9
try using google oidc for demo purpose 5 months ago
beltram 3576cc30c8
forward displayName in CSR with custom OID 5 months ago
beltram 4172b69816
remove displayName validation, potentially harmful 5 months ago
beltram 79501df5a2
fix: exclude displayName from SAN DNS 5 months ago
beltram 3f474f77d4
feat: change from impp prefix to just im 5 months ago
beltram b6ec4422b4
feat: adapt to dex and pass the 'keyauth' in payload instead of in id_token. Also have a different mapping for id_token claims name 5 months ago
Stefan Berthold af31a167c6
skip empty entries for uniqueSortedLowerNames 5 months ago
beltram 01ef526d08
change uri prefix to impp:wireapp= 5 months ago
beltram cc5fd0a6a5
fix san validation 5 months ago
beltram b3dd169190
cleanup my mess 5 months ago
beltram 3eb0ff43c0
fix orderNames size 5 months ago
beltram c41a99ad75
(finalize) have both display name & domain in SANs 5 months ago
beltram 5ba0ab3e44
fix csr domain validation in finalize 5 months ago
beltram 73ec6c89d0
fix csr org validation in finalize 5 months ago
beltram ca01c74333
avoid manipulating the key PEM format and take a plain PEM key as input 5 months ago
beltram 74ddad69dc
fix: challenge is '.token' and not '.id' 5 months ago
beltram 83f6be1f58
print oidc options 5 months ago
Stefan Berthold 2208b03744
avoid panic when OIDC config is not provided 5 months ago
beltram 1fe61bee7b
better observability 5 months ago
Stefan Berthold e6dd211637
acquire DPoP signing key from provisioner 5 months ago
beltram 227e932624
use json struct for challenge request payload otherwise it's a hell to craft from client side 5 months ago
Stefan Berthold 5ca744567c
simplify OIDC verification 5 months ago
Stefan Berthold da1e64aa53
update wire challenges' status on happy end 5 months ago
Stefan Berthold 8e0e35532c
Add Wire authz and challenges (OIDC+DPOP) 5 months ago
Herman Slatman 25c109e75d
Change error message for CSR validation 5 months ago
github-actions[bot] fc55fba5b5
Merge pull request #1664 from smallstep/dependabot/go_modules/google.golang.org/api-0.155.0
Bump google.golang.org/api from 0.154.0 to 0.155.0
5 months ago
Herman Slatman 4ba2e22b8d
Merge pull request #1663 from smallstep/herman/acme-cose-rs1-support 5 months ago
dependabot[bot] a49d1f7dc0
Bump google.golang.org/api from 0.154.0 to 0.155.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.154.0 to 0.155.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.154.0...v0.155.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>
5 months ago
Herman Slatman e52836f0ab
Add `RS1` support for ACME `device-attest-01` 5 months ago
Herman Slatman 581db00a00
Merge pull request #1661 from smallstep/herman/acme-challenge-client-proxy
Add support for `HTTP_PROXY` and `HTTPS_PROXY` to ACME solver client
5 months ago
Herman Slatman c59d293d26
Add support for `HTTP_PROXY` and `HTTPS_PROXY` to ACME solver client 5 months ago
github-actions[bot] b75773e193
Merge pull request #1655 from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.32.0
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
5 months ago
github-actions[bot] 5432316f2c
Merge pull request #1657 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.0.11
Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11
5 months ago
dependabot[bot] a612efff5a
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
github-actions[bot] 428404870e
Merge pull request #1654 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.60.1
Bump google.golang.org/grpc from 1.60.0 to 1.60.1
5 months ago
dependabot[bot] f3572b39c6
Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.10 to 5.0.11.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.10...v5.0.11)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago