-
-
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: Flesh out integrations copy changes. #13619
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 #13619 +/- ##
=======================================
Coverage 92.75% 92.75%
=======================================
Files 794 794
Lines 40524 40545 +21
=======================================
+ Hits 37589 37609 +20
- Misses 2935 2936 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9f716d8
to
e01dad9
Compare
e01dad9
to
7acab2e
Compare
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Teffen Ellis <[email protected]>
1ce9f70
to
23ac129
Compare
@@ -32,6 +25,8 @@ wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/integr | |||
|
|||
Don't forget to edit the `sidebarsIntegrations.js` file to add your new integration to the lefthand navigation bar. | |||
|
|||
## Integration categories | |||
Most third-party services that support authentication protocols such as SAML, OAuth, and OpenID Connect can be integrated with authentik, allowing users to log in to these services using their authentik credentials. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GirlBossRush in the Friday co-writing session, this is the new section that we want to add up top, before the info about how to add a new one, and before the cards. So the two paragraphs in this screenshot should be up top. I thought it was like that at end of meeting on Friday; sorry if I missed it then or in the review I did Friday.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also let's add back in the H2 "Integration categories", please, right above the cards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, we ended up with the ~opposite order from this screenshot: 1) We probably already work with your application, 2) you can submit docs for new ones, 3) here are the categories for all the following apps
@@ -3,24 +3,17 @@ title: Integrate with Applications | |||
sidebar_label: Applications | |||
--- | |||
|
|||
# Applications | |||
|
|||
import DocCardList from "@theme/DocCardList"; | |||
import SupportBadge from "@site/src/components/SupportBadge"; | |||
|
|||
Below is a list of all applications that are known to work with authentik. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specifically, I think we reworked that order most importantly to get rid of this sentence!
Signed-off-by: Fletcher Heisler <[email protected]>
Signed-off-by: Fletcher Heisler <[email protected]>
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-629d5e94922a355e81a7e8377bd5f27e1482259a
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-629d5e94922a355e81a7e8377bd5f27e1482259a Afterwards, run the upgrade commands from the latest release notes. |
Details
Team collaboration on integrations copy.
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)