Skip to content

Releases: strehle/cmdline-openid-client

v1.3.0

04 Nov 14:27
2129096
Compare
Choose a tag to compare

Changelog

  • 8cf1fd0 Bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 (#46)
  • e922388 Bump github.com/lestrrat-go/jwx/v2 from 2.0.21 to 2.1.0 (#44)
  • 4854ac2 Bump github.com/lestrrat-go/jwx/v2 from 2.1.0 to 2.1.1 (#47)
  • 3687b4d Bump github.com/lestrrat-go/jwx/v2 from 2.1.1 to 2.1.2 (#54)
  • a0548c7 Bump golang.org/x/net from 0.26.0 to 0.27.0 (#45)
  • 63d8acc Bump golang.org/x/net from 0.27.0 to 0.28.0 (#49)
  • db5bac7 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#51)
  • ea029ff Bump golang.org/x/net from 0.29.0 to 0.30.0 (#53)
  • ac217b2 Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#48)
  • a74de47 Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#52)
  • 3f5ef3b Bump software.sslmate.com/src/go-pkcs12 from 0.4.0 to 0.5.0 (#50)
  • 02fb843 Refactorings (#41)
  • 2129096 Support app_tid (#56)

v1.2.1

11 Jun 12:48
af98058
Compare
Choose a tag to compare

Changelog

v1.2.0

31 May 10:54
9767f3c
Compare
Choose a tag to compare

Changelog

v1.1.1

17 May 13:44
0b7ccb4
Compare
Choose a tag to compare

Changelog

  • a81103f Add goreleaser configuration (#33)
  • 0442535 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#35)
  • c1d8838 Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#34)
  • bbd6dc4 Jwks creation new (#32)
  • 0b7ccb4 Support JWT creation from private key + kid only (#36)

NEW

  • Support jwt creation from private key only

~/openid-client -issuer https://<our-oidc> -client_id <our-client> -cmd client_credentials -token_format jwt -client_jwt_key ./key.pem -client_jwt_kid key-id-1

v1.0.0

26 Apr 12:20
Compare
Choose a tag to compare

Changelog

  • 942418f Adaption for IAS OpenID Connect
  • 6e8c631 Add IdP token exchange command
  • ea0aaa0 support private_key_jwt client authentication (#4)