website/integrations: replaces all kbd and em tags#14980
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project 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 #14980 +/- ##
=======================================
Coverage 92.77% 92.77%
=======================================
Files 818 818
Lines 42199 42199
=======================================
Hits 39151 39151
Misses 3048 3048
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:
|
| 6. Fill in the following values: | ||
| - **OpenID Provider**: authentik | ||
| - **OpenID provider URL**: <kbd>https://<em>authentik.company</em>/application/o/<em>your-application-slug</em>/</kbd> | ||
| - **OpenID provider URL**: `https://authentik.company/application/o/your-application-slug/` |
There was a problem hiding this comment.
Don't we want the variable in angle brackets and underscores? So <your_application_slug>?
| - **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations. | ||
| - Note the **Client ID**,**Client Secret**, and **slug** values because they will be required later. | ||
| - Add two `Strict` redirect URI and set them to <kbd>https://<em>argocd.company</em>/api/dex/callback</kbd> and <kbd>https://<em>localhost:8085</em>/auth/callback</kbd>. | ||
| - Add two `Strict` redirect URI and set them to `https://argocd.company/api/dex/callback` and `https://localhost:8085/auth/callback`. |
There was a problem hiding this comment.
Should this port number be a variable? <port_number> or some such?
There was a problem hiding this comment.
It's the default port number for argo. It might be good to add a note.
| 2. Navigate to **Customization** > **Property Mappings** and click **Create**. Create a **SAML Provider Property Mapping** with the following settings: | ||
| - **Name**: Set an appropriate name | ||
| - **SAML Attribute Name**: <kbd>sp-roles</kbd> | ||
| - **SAML Attribute Name**: `sp-roles` |
There was a problem hiding this comment.
Is sp-roles the literal value? Or a variable?
There was a problem hiding this comment.
It's a literal value
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-b9b32a49915df94342661808a74e151823dbf6b0
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-b9b32a49915df94342661808a74e151823dbf6b0Afterwards, run the upgrade commands from the latest release notes. |
* main: (21 commits) web/admin: fix language in certificate import (#14953) website/integrations: add new categories and update sidebar info (#14995) brands: fix custom_css being escaped (#14994) web/admin: show selected policy engine mode on bindings pages, allow setting it on sources (#12963) website/integrations: add bitwarden (#14922) core: bump goauthentik.io/api/v3 from 3.2025061.1 to 3.2025061.2 (#14986) website: bump @types/node from 22.15.30 to 24.0.0 in /website (#14988) website: bump the eslint group in /website with 3 updates (#14987) web: bump the eslint group across 2 directories with 3 updates (#14991) website/integrations: fix typos, update language and styling (#14978) website/integrations: add 1password (#14815) website/integrations: add nextcloud ldap config and update doc to new styling (#14866) outposts: Refactor session end signal and add LDAP support (#14539) core: bump cryptography from 45.0.3 to 45.0.4 (#14989) core: bump goauthentik/fips-python from 3.13.3-slim-bookworm-fips to 3.13.4-slim-bookworm-fips (#14990) web: bump API Client version (#14985) core, web: update translations (#14984) events: rework metrics endpoint (#14934) website/integrations: replaces all kbd and em tags (#14980) internal/outpost: fix incorrect usage of golang SHA API (#14981) ...
Replaces all kbd and em tags
Details
Replaces
<kbd>, </kbd>, <em> and </em>tags in all integration docsChecklist
make website)