oidc-keychain - re-uses oidc-agent across logins
Contents
Description
oidc-keychain -- Re-use oidc-agent between logins
oidc-agent options will be passed to oidc-agent when starting it.
General:
-k, --kill
Kill oidc-agent if it is running
--accounts ACCOUNT ... Load the ACCOUNTs if not already loaded
Help:
-?, --help
Give this help list
--usage
Give a short usage message
-V, --version
Print program version
Examples
oidc-keychain
Starts oidc-agent if not already started and prints the commands needed for setting the required
environment variables.
eval `oidc-keychain --accounts myaccount`
Starts oidc-agent if not already started, loads the 'myaccount' account if not already loaded, and
sets the required environment variables (only for this shell).
eval `oidc-keychain -k`
Kills a running oidc-agent and unsets the environment variables from this shell.
Files
~/.config/oidc-agent/.keychain or ~/.oidc-agent/.keychain oidc-keychain stores the configuration of a running oidc-agent in one of these files.
Name
oidc-keychain - re-uses oidc-agent across logins
See Also
oidc-agent(1) Low-traffic mailing list with updates such as critical security incidents and new releases: https://www.lists.kit.edu/sympa/subscribe/oidc-agent-user Full documentation can be found at https://indigo-dc.gitbooks.io/oidc-agent/user/oidc-agent/user/oidc- keychain oidc-keychain: line 53: oidc-agent: command not... March 2024 OIDC-KEYCHAIN(1)
Synopsis
oidc-keychain [-?|--help|--usage|-V|--version] [-k|--kill]
oidc-keychain [oidc-agentoptions] [--accountsACCOUNT ...]
