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:
@@ -142,6 +142,10 @@ docker compose exec sso-manager slapcat -f /etc/openldap/slapd.conf \
|
||||
|
||||
- Add users / groups in the SSO UI.
|
||||
- Add Host records in the proxy UI to protect your apps with OIDC.
|
||||
- **Mint API tokens** to drive either app's management API from scripts/CI:
|
||||
under **API Tokens** in each UI, mint a personal access token and use it as
|
||||
`Authorization: Bearer sso_…` (SSO) or `prx_…` (proxy). A token authenticates as
|
||||
its creator with their permissions. See each submodule's DEPLOYMENT.
|
||||
- See [Architecture](architecture.html) for how it all fits together, and
|
||||
[Standalone](standalone.html) to run either project on its own.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user