Skip to content

website/integrations: Add Keycloak integration#17813

Merged
PeshekDotDev merged 14 commits intomainfrom
keycloak-integration
Oct 31, 2025
Merged

website/integrations: Add Keycloak integration#17813
PeshekDotDev merged 14 commits intomainfrom
keycloak-integration

Conversation

@PeshekDotDev
Copy link
Contributor

Details

This PR adds instructions to set up Keycloak as a Service Provider for authentik


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 2dd77a9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6904de53c8f28200086ea6a1

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 2dd77a9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6904de53f438310009cbb3f6

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 2dd77a9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6904de533325c5000819d7bc

@PeshekDotDev PeshekDotDev marked this pull request as ready for review October 30, 2025 01:43
@PeshekDotDev PeshekDotDev requested a review from a team as a code owner October 30, 2025 01:43
@PeshekDotDev PeshekDotDev self-assigned this Oct 30, 2025
@dominic-r dominic-r self-requested a review October 30, 2025 01:45
@dominic-r dominic-r added the area:docs Features or issues related to Docusaurus label Oct 30, 2025
@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.98%. Comparing base (b65d163) to head (2dd77a9).
⚠️ Report is 9 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17813      +/-   ##
==========================================
+ Coverage   87.08%   92.98%   +5.90%     
==========================================
  Files         869      869              
  Lines       47958    47960       +2     
==========================================
+ Hits        41763    44597    +2834     
+ Misses       6195     3363    -2832     
Flag Coverage Δ
e2e 45.26% <ø> (+0.05%) ⬆️
integration 23.19% <ø> (+<0.01%) ⬆️
unit 91.08% <ø> (+6.40%) ⬆️
unit-migrate 91.13% <ø> (+5.99%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-2dd77a932879b17e82742440048787724bd190fa
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 Kubernetes

Add the following block to your values.yml file:

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-2dd77a932879b17e82742440048787724bd190fa

Afterwards, run the upgrade commands from the latest release notes.

Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few changes. Otherwise LGTM

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Oct 30, 2025
PeshekDotDev and others added 3 commits October 30, 2025 12:06
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
@dominic-r dominic-r changed the title web/integrations: Add Keycloak integration website/integrations: Add Keycloak integration Oct 30, 2025
Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
PeshekDotDev and others added 3 commits October 30, 2025 14:57
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome addition to our long list of integration guides, thanks so much @PeshekDotDev !! Let's merge and get it out there.

connor peshek added 2 commits October 31, 2025 11:01
@PeshekDotDev PeshekDotDev merged commit 9f92d6b into main Oct 31, 2025
136 of 138 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Oct 31, 2025
@PeshekDotDev PeshekDotDev deleted the keycloak-integration branch October 31, 2025 17:26
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (32 commits)
  website/docs: 2025.10.1 release notes (#17918)
  providers/oauth2: fix kid always required for federation (#17914)
  providers/radius: revert fix inverted message authenticator validation (#17855) (#17915)
  website: bump @types/node from 24.9.1 to 24.9.2 in /website (#17786)
  web: bump @rollup/plugin-commonjs from 28.0.8 to 28.0.9 in /web in the rollup group across 1 directory (#17788)
  web: bump validator from 13.15.15 to 13.15.20 in /packages/docusaurus-config (#17866)
  internal: add default go http server timeouts (#17858)
  providers/radius: fix inverted message authenticator validation (#17855)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#17871)
  web: fix package-lock.json (#17809)
  website/integrations: oracle cloud: cleanup (#17808)
  website/integrations: Add Keycloak integration (#17813)
  website: bump the build group across 1 directory with 9 updates (#17849)
  lifecycle/aws: bump aws-cdk from 2.1031.0 to 2.1031.1 in /lifecycle/aws (#17850)
  core: bump astral-sh/uv from 0.9.6 to 0.9.7 (#17851)
  internal: full openssl path (#17856)
  outpost: revert breaking signals change (#17847)
  web/a11y: Isolated Outpost Error Page (#17683)
  provider/saml: make signing kp singleton (#17703)
  tasks: sanitize log attributes (#17833)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants