Skip to content

Conversation

@PeshekDotDev
Copy link
Contributor

@PeshekDotDev PeshekDotDev commented Oct 24, 2025

Details

Add SAML Metadata importing to the combined wizard


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)

@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (379a9d0) to head (72faf31).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17690      +/-   ##
==========================================
+ Coverage   93.02%   93.27%   +0.24%     
==========================================
  Files         942      942              
  Lines       51586    51594       +8     
==========================================
+ Hits        47989    48122     +133     
+ Misses       3597     3472     -125     
Flag Coverage Δ
e2e 44.79% <0.00%> (+1.04%) ⬆️
integration 23.27% <0.00%> (-0.01%) ⬇️
unit 91.49% <100.00%> (+0.01%) ⬆️
unit-migrate 91.53% <100.00%> (+0.01%) ⬆️

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.

@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 72faf31
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693890d547b7c10008682ee0
😎 Deploy Preview https://deploy-preview-17690--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 72faf31
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693890d513270b0008cfd20a

@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 72faf31
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693890d5b78d1c00073dc00f

@github-actions
Copy link
Contributor

github-actions bot commented Oct 24, 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-72faf31120eaa2c21192e8da61e8e6c9fe2c16c3
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-72faf31120eaa2c21192e8da61e8e6c9fe2c16c3

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

@BeryJu BeryJu changed the title Add saml metadata form to wizard web/admin: Add SAML metadata form to wizard Oct 24, 2025
@BeryJu BeryJu added this to the Release 2025.12 milestone Oct 27, 2025
@PeshekDotDev PeshekDotDev marked this pull request as ready for review October 27, 2025 19:47
@PeshekDotDev PeshekDotDev requested a review from a team as a code owner October 27, 2025 19:47
@PeshekDotDev PeshekDotDev requested a review from a team as a code owner November 3, 2025 15:52
Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

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

No complaints. The Typescript looks solid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

4 participants