Skip to content

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Jan 5, 2026

Details

Closes #19178


Checklist

If applicable

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

@dewi-tik dewi-tik requested a review from a team as a code owner January 5, 2026 09:55
@dewi-tik dewi-tik self-assigned this Jan 5, 2026
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Jan 5, 2026
@dewi-tik dewi-tik enabled auto-merge (squash) January 5, 2026 09:56
@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 4bdc05c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/695cddf1b99e710008e6ea07
😎 Deploy Preview https://deploy-preview-19187--authentik-integrations.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 Jan 5, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4bdc05c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/695cddf1db1f980008c5feba
😎 Deploy Preview https://deploy-preview-19187--authentik-docs.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.

@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.36%. Comparing base (bc24815) to head (4bdc05c).
⚠️ Report is 15 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19187      +/-   ##
==========================================
- Coverage   93.37%   93.36%   -0.01%     
==========================================
  Files         949      949              
  Lines       52254    52357     +103     
==========================================
+ Hits        48794    48885      +91     
- Misses       3460     3472      +12     
Flag Coverage Δ
conformance 38.75% <ø> (-0.03%) ⬇️
e2e 44.70% <ø> (+0.01%) ⬆️
integration 23.43% <ø> (+<0.01%) ⬆️
unit 91.57% <ø> (-0.02%) ⬇️
unit-migrate 91.62% <ø> (-0.02%) ⬇️

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.

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

let's call it the exact field in the ui in the ss of linked issue, but approving for after

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Jan 5, 2026
Copy link
Member

@rissson rissson left a comment

Choose a reason for hiding this comment

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

I'd rather have people select a signing key instead of changing the alg in immich.

@dominic-r
Copy link
Member

Marc, don't they already do that on L37

@rissson
Copy link
Member

rissson commented Jan 5, 2026

Interesting, then it should be sufficient I think?
I'll check tomorrow on my instance

@dewi-tik
Copy link
Contributor Author

dewi-tik commented Jan 6, 2026

let's call it the exact field in the ui in the ss of linked issue, but approving for after

Fixed. I copied the name from their docs which seem to be outdated.

Marc, don't they already do that on L37

My thinking too

@netlify
Copy link

netlify bot commented Jan 6, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4bdc05c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/695cddf1db1f980008c5feb8
😎 Deploy Preview https://deploy-preview-19187--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.

@dewi-tik dewi-tik disabled auto-merge January 6, 2026 10:04
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

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-4bdc05ca531448534dd8068b3d59342a75b46c52
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-4bdc05ca531448534dd8068b3d59342a75b46c52

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

@rissson
Copy link
Member

rissson commented Jan 6, 2026

My settings in Immich:
image
and the provider (the rest is default, except some property mappings, but not relevant here):
image

Copy link
Member

@rissson rissson left a comment

Choose a reason for hiding this comment

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

Yep, after re-checking the current documentation is correct. The reporting issue is incorrect, they probably didn't select a signing key.

@dominic-r
Copy link
Member

I figured about the same. Let's wait for the linked issue to respond and close this as needed

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

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Immich ID_TOKEN_SIGNED_RESPONSE_ALG invalid in documentation

4 participants