Skip to content

Releases: strehle/cmdline-openid-client

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)