Published August 30, 2023
| Version v5.0.0
Software
Open
indigo-dc/oidc-agent: oidc-agent 5.0.0
Authors/Creators
- 1. @KIT-SCC
- 2. KIT
- 3. CERN
- 4. Morgridge Institute for Research
- 5. @EGI-Foundation
- 6. Discord
- 7. DESY
- 8. @grycap
- 9. @RobotsAndPencils
Description
oidc-agent 5 is a major update that brings the power of a true configuration file and focuses on improving the user experience and usability. See our migration guide for details on how to migrate to oidc-agent 5.
Changes- Reworked the
issuer.configfile:- The
issuer.configfile in/etc/oidc-agentis updated on package upgrade - The
issuer.configin user's oidc-agent dir is automatically updated when needed - The new format allows to set and tweak options / behavior on a per-issuer basis, e.g. if the encryption password should be stored.
- The
- Dropped oidc-agent
--pw-lifetimeoption. This did not work as expected. The intended usage can be achieved with theissuer.configfile. - Dropped support for storing encryption password in system's keyring (
--pw-keyring)- This still can be done through
--pw-cmd
- This still can be done through
- Changed the oidc-agent-service socket dir from
/tmp/oidc-agent-service/<uid>to/tmp/oidc-agent-service-<uid>. This allows (better) multiple users to run oidc-agent-service.- This is a breaking change for all existing terminals that already have a
$OIDC_SOCKset to a service socket. The easiest way to make sure that also existing sessions with the old path have access to a newly started agent, create a link from the old location to the new one, i.e.rm -rf /tmp/oidc-agent-service/${UID}/ ln -s /tmp/oidc-agent-service-${UID} /tmp/oidc-agent-service/${UID}
- This is a breaking change for all existing terminals that already have a
- Also changed how the socket is managed by
oidc-agent-service: Instead of linking the random socket location to a well known location, we now create the socket directly in the well known location. This improves security andoidc-agent-servicecan make use of the trust-checks on the socket location performed by the agent.
- Added support for RFC8707 to request ATs with specific audiences
- Changed default audience request method to RFC8707
- Old audience request behavior can be enabled for issuers through the
issuer.configfile. - For known IAM instances legacy aud mode is enabled by default
- Added support for
oidc-agent <command> [command_args], similar to ssh-agent; e.g.oidc-agent bashstarts the agent and makes it available in a new bash. - Added possibility for stat logging and sharing
- Sharing usage statistics helps us better understanding how users use oidc-agent and therefore helps us to improve oidc-agent
- Fixed permissions of agent socket.
oidc-agentnow checks the socket location to be trustworthy.
- Added possibility to obtain (extended) account information from the agent. This includes all available accounts, associated to their OP issuer, an indicator if the account is loaded or not, and an indicator if there is a public client available for an issuer.
- Dropped deprecated functions from liboidc-agent
- Renamed numbered functions in liboidc-agent
- A lot of the configuration options in the configuration file greatly improve the user experience, the following are
just a few examples of what is possible:
- Automatically store the encryption password for certain issuers
- Automatically encrypt new account configuration with gpg
- Automatically use a pre-registered client
- Automatically prefer configurations via a mytoken server if issuer is available there
- Improved text and styling of prompts.
- Several improvements to the windows installer
- Improvements to the gui prompting design
- Several smaller improvements
- Fixed a bug that potentially could cause a segmentation fault
- Fixed a bug related to http retrying that potentially could cause a segmentation fault
- Fixed a problem in oidc-agent-service where only one user could run oidc-agent-service
- Fixed a bug where wrong unlock attempts of agent locking did not increase/create delay
- Fixed more bugs
- Dropped libsecret dependency
- Added OP: https://alice-auth.web.cern.ch/
- Added OP: https://atlas-auth.web.cern.ch/
- Added OP: https://cms-auth.web.cern.ch/
- Added OP: https://lhcb-auth.web.cern.ch/
- Added OP: https://bildungsproxy.aai.dfn.de
- Added public client for https://bildungsproxy.aai.dfn.de
- Added OP: https://auth.didmos.nfdi-aai.de
- Added public client for https://auth.didmos.nfdi-aai.de
- Added OP: https://regapp.nfdi-aai.de/oidc/realms/nfdi_demo
- Added public client for https://regapp.nfdi-aai.de/oidc/realms/nfdi_demo
Files
indigo-dc/oidc-agent-v5.0.0.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:49f01b7be828ac51ff796c36af73a1c5
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/indigo-dc/oidc-agent/tree/v5.0.0 (URL)