13 lines
464 B
JSON
13 lines
464 B
JSON
{
|
|
"name": "oidc-publish",
|
|
"section": 1,
|
|
"title": "OIDC client-credentials helper",
|
|
"synopsis": ["oidc-publish help", "oidc-publish"],
|
|
"description": "POSTs client_credentials to ${OIDC_ISSUER}/oauth/token when ctx.httpFetch exists and HTTP policy allows. See packages/bare-os-coreutils/src/oidc-publish.js.",
|
|
"options": [],
|
|
"keywords": ["oidc", "pear", "http", "bare-os"],
|
|
"examples": [
|
|
{ "caption": "help", "code": "oidc-publish help" }
|
|
]
|
|
}
|