-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/docs: add new SSF provider docs #13102
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #13102 +/- ##
=======================================
Coverage 92.70% 92.70%
=======================================
Files 792 792
Lines 40197 40197
=======================================
Hits 37266 37266
Misses 2931 2931
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-e71fbf079a7761ff6ca2e5471c4adb7677788975
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, 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-e71fbf079a7761ff6ca2e5471c4adb7677788975 Afterwards, run the upgrade commands from the latest release notes. |
website/docs/add-secure-apps/providers/ssf/create-ssf-provider.md
Outdated
Show resolved
Hide resolved
/cherry-pick version-2025.2 |
* website/docs/add-secure-apps/providers/sff/index.md * draft * dir name * added procedural * first draft for review * tweak * tweak * backchannel info * tweak * edits form Ken and Dominic * not sure * tweak to rebuild * tweak * added finishing sentence * tweaks * typos --------- Co-authored-by: Tana M Berry <tana@goauthentik.com>
This PR adds new docs for our new SSF provider feature.
If applicable
make website
)