Skip to content

oidc-agent 3.3.0

Compare
Choose a tag to compare
@zachmann zachmann released this 30 Jan 13:06
· 1441 commits to master since this release

Features

  • Add option to oidc-add to list currently loaded accounts.
  • Add support to request tokens with specific audience.
  • Add --id-token option to oidc-token to request an id-token from the agent.
  • Add oidc-keychain to reuse oidc-agent across logins
  • Add option to oidc-token to specify name of calling application.
  • Add option to oidc-agent that allows log message printed to stderr.

API

  • Add the option to request access tokens with a specific audience to the C- Go- and python-libraries.

Enhancements

  • Add wlcg.cloud.cnaf.infn.it
  • Add public client for wlcg.cloud.cnaf.infn.it
  • Exit oidc-gen when error during scope lookup.
  • Update cJSON library.

Bugfixes

  • Fix scope lookup not using cert path.
  • Fix no-scheme option not working if first url is scheme url.
  • Fix that some information is printed to stderr instead of stdout.
  • Fix scopes not set when using password flow.
  • Fix some minor bugs.