Skip to content

enterprise: Apple Platform SSO#15318

Merged
BeryJu merged 35 commits intomainfrom
enterprise/apple-platform-sso
Nov 30, 2025
Merged

enterprise: Apple Platform SSO#15318
BeryJu merged 35 commits intomainfrom
enterprise/apple-platform-sso

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 30, 2025

@BeryJu BeryJu requested review from a team as code owners June 30, 2025 10:39
@netlify
Copy link

netlify bot commented Jun 30, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit fedf7a8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/692cc551fb88490008649f78

@netlify
Copy link

netlify bot commented Jun 30, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit fedf7a8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/692cc551c836c30008ea8548

@netlify
Copy link

netlify bot commented Jun 30, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit fedf7a8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/692cc551cd6b3100086d6bc9

@codecov
Copy link

codecov bot commented Jun 30, 2025

Codecov Report

❌ Patch coverage is 95.45455% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.02%. Comparing base (46b889e) to head (fedf7a8).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...se/endpoints/connectors/agent/views/apple_token.py 84.31% 16 Missing ⚠️
...ise/endpoints/connectors/agent/views/apple_jwks.py 90.00% 1 Missing ⚠️
...se/endpoints/connectors/agent/views/apple_nonce.py 94.73% 1 Missing ⚠️
...endpoints/connectors/agent/views/apple_register.py 98.46% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15318      +/-   ##
==========================================
+ Coverage   92.74%   93.02%   +0.27%     
==========================================
  Files         902      911       +9     
  Lines       49363    49752     +389     
==========================================
+ Hits        45781    46281     +500     
+ Misses       3582     3471     -111     
Flag Coverage Δ
e2e 45.34% <38.51%> (+0.60%) ⬆️
integration 22.92% <3.58%> (-0.17%) ⬇️
unit 91.19% <95.45%> (+0.03%) ⬆️
unit-migrate 91.23% <95.45%> (+0.03%) ⬆️

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.

@BeryJu BeryJu force-pushed the enterprise/apple-platform-sso branch from 4e46d7a to 42a99e3 Compare June 30, 2025 19:31
BeryJu added 8 commits July 14, 2025 22:58
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/apple-platform-sso branch 2 times, most recently from 95ea71a to ab29ec3 Compare July 15, 2025 12:43
@github-actions
Copy link
Contributor

github-actions bot commented Jul 15, 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-fedf7a8e606677c7b3b24f0351572d286b635638
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-fedf7a8e606677c7b3b24f0351572d286b635638

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/apple-platform-sso branch from ab29ec3 to 2026215 Compare July 15, 2025 14:45
@BeryJu BeryJu marked this pull request as draft October 10, 2025 11:48
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	authentik/blueprints/v1/importer.py
#	authentik/endpoints/api/devices.py
#	authentik/endpoints/apps.py
#	authentik/endpoints/migrations/0001_initial.py
#	authentik/endpoints/models.py
#	authentik/enterprise/settings.py
#	authentik/root/settings.py
#	blueprints/schema.json
#	schema.yml
@BeryJu BeryJu marked this pull request as ready for review November 28, 2025 16:32
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/apple-platform-sso branch from e32c7de to bba6e88 Compare November 28, 2025 16:43
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/apple-platform-sso branch from 7be8721 to 7fc9c44 Compare November 28, 2025 16:55
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/apple-platform-sso branch from 311537e to d7760ff Compare November 29, 2025 17:24
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 874a20b into main Nov 30, 2025
98 checks passed
@BeryJu BeryJu deleted the enterprise/apple-platform-sso branch November 30, 2025 23:28
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (53 commits)
  core, web: update translations (#18380)
  web: re-add en.xlf locale (#18469)
  stages/user_write: Fix user attributes are not sanitized under certains conditions (#17890)
  providers/scim: compare users/groups before sending update request (#18456)
  enterprise/endpoints/connectors/agent: fix Apple JWE encryption when FIPS is enabled (#18464)
  website: bump @types/react from 19.2.6 to 19.2.7 in /website (#18357)
  core: bump goauthentik/fips-debian from `ac4c80b` to `de70579` (#18419)
  core: bump github.com/getsentry/sentry-go from 0.39.0 to 0.40.0 (#18416)
  website: bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /website (#18460)
  core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11 (#18461)
  website/integrations: add GLPI (#17937)
  website/integrations: small fixes (#18423)
  enterprise: Apple Platform SSO (#15318)
  crypto: only generate managed keypair if non-existent (#18457)
  ci: remove translation-rename (#18444)
  translate: Updates for project authentik and language tr (#18438)
  translate: Updates for project authentik and language fr (#18431)
  translate: Updates for project authentik and language ru (#18442)
  translate: Updates for project authentik and language cs_CZ (#18443)
  translate: Updates for project authentik and language pt (#18437)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant