Add API tokens (PATs) support + bump submodules (#9)
Both submodules now support self-service personal access tokens (PATs) for calling the management API without an OIDC browser session. Document the feature in README.md + docs/ (mint under "API Tokens" in each UI, use as `Authorization: Bearer sso_…` / `prx_…`, authenticates as the creator with their permissions, rotate/revoke in the UI, persists in Redis via AOF). Bump gitlinks to the merged submodule tips: - sso-manager-node: 6920a9f -> b91ef27 (PR #35) - proxy: 8e78604 -> a9a48c3 (PR #119) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -38,6 +38,11 @@ together, and [Standalone](standalone.html) for running each project on its own.
|
||||
with OIDC login.
|
||||
- **LDAPS** at `ldaps://<host>:636` — legacy apps can bind directly (admin or
|
||||
the read-only `cn=ldapclient` service account the bootstrap creates).
|
||||
- **API tokens** — both apps let any logged-in user mint self-service personal
|
||||
access tokens (`Authorization: Bearer sso_…` / `prx_…`) to drive the management
|
||||
API from scripts/CI without a browser session. A token authenticates as its
|
||||
creator (carrying their permissions); mint/rotate/revoke under **API Tokens**
|
||||
in each UI. See each submodule's DEPLOYMENT for the details.
|
||||
|
||||
## The `./config/` values you must set
|
||||
|
||||
|
||||
Reference in New Issue
Block a user