Conversation
Add a guide to OpenID Connect key binding, linked from the `bound_key` scope description. Cover supported flows, provider configuration, JWK thumbprints, DPoP proofs, code exchanges, refreshes, and common failures. Clarify that ID tokens are key-bound while access tokens remain bearer tokens.
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26287 +/- ##
==========================================
- Coverage 92.13% 92.12% -0.01%
==========================================
Files 1177 1177
Lines 76842 76842
Branches 4121 4121
==========================================
- Hits 70796 70791 -5
- Misses 5993 5998 +5
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Playwright e2eDownload this run's HTML report, traces and server logs, then open the report: gh run download 35916501359 -D playwright-artifacts
npx playwright show-report playwright-artifacts/playwright-reportInstallation instructionsInstructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-babbe721a82e7b7896aed4d25f0ebf701d451928
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-babbe721a82e7b7896aed4d25f0ebf701d451928Afterwards, run the upgrade commands from the latest release notes. |
dewi-tik
left a comment
There was a problem hiding this comment.
Will come back to review the rest
| --- | ||
| title: OpenID Connect key binding | ||
| sidebar_label: Key binding | ||
| description: Request key-bound ID tokens with DPoP, exchange authorization and device codes, and refresh with the same client key. |
There was a problem hiding this comment.
Needs a sidebar position
Add a guide to OpenID Connect key binding, linked from the
bound_keyscope description. Cover supported flows, provider configuration, JWK thumbprints, DPoP proofs, code exchanges, refreshes, and common failures.Clarify that ID tokens are key-bound while access tokens remain bearer tokens.