| Name: | oidc-agent-cli |
| Version: | 5.0.1 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 1024034 |
| License: | MIT AND ISC AND LGPL-2.1-or-later AND BSD-2-Clause |
| RPM: |
oidc-agent-cli-5.0.1-1.el7.x86_64.rpm
|
| Source RPM: |
oidc-agent-5.0.1-1.el7.src.rpm
|
| Build Date: | Thu Sep 14 2023 |
| Build Host: | build-ol7-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/indigo-dc/oidc-agent |
| Summary: | Command line tool for obtaining OpenID Connect tokens |
| Description: | oidc-agent is a set of tools to manage OpenID Connect tokens and make
them easily usable from the command line. These tools follow ssh-agent
design, so OIDC tokens can be handled in a similar way as ssh keys.
The agent stores multiple configurations and their associated refresh
tokens securely.
This tool consists of five programs:
- oidc-agent that handles communication with the OIDC provider
- oidc-gen that generates config files
- oidc-add that loads (and unloads) configuration into the agent
- oidc-token that can be used to get access token on the command line
- oidc-key-chain that re-uses oidc-agent across logins |