Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ 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 #22136 +/- ##
==========================================
- Coverage 93.26% 93.21% -0.06%
==========================================
Files 1027 1027
Lines 59598 59598
Branches 400 400
==========================================
- Hits 55586 55554 -32
- Misses 4012 4044 +32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-b9463b4085bab82ca6aa6397c1e4681d53f3ac67
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-b9463b4085bab82ca6aa6397c1e4681d53f3ac67Afterwards, run the upgrade commands from the latest release notes. |
| ## Create a WS-Federation provider and application pair | ||
|
|
||
| 1. Log in to authentik as an administrator, and open the authentik Admin interface. | ||
| 2. Navigate to **Applications > Applications** and click **New Provider** to create an application and provider pair. |
There was a problem hiding this comment.
Ooops the original wording seems wrong... fixed now with this change.
Details
Updates to match new app + provider wizard
Merge for 2026.5
Checklist
If applicable
make docs)