File: general.md

package info (click to toggle)
oidc-agent 4.2.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,560 kB
  • sloc: ansic: 22,657; makefile: 711; sh: 494
file content (18 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## General Usage
Account configurations are identified by their shortname, so an account
configuration can be added by using that shortname:
```
oidc-add <shortname>
```
The user will be prompted for the encryption password and then the account
configuration is loaded into the agent. After loading other applications can
request an access token for that account configuration from the agent.

```
Usage: oidc-add [OPTION...] ACCOUNT_SHORTNAME | -a | -l | -x | -X | -R
```

See [Detailed Information About All
Options](options.md) for more information.