Skip to content

website/integrations: add property mappings to GLPI#21374

Merged
dewi-tik merged 1 commit into
mainfrom
website/integrations--add-name-mappings-to-glpi
Apr 6, 2026
Merged

website/integrations: add property mappings to GLPI#21374
dewi-tik merged 1 commit into
mainfrom
website/integrations--add-name-mappings-to-glpi

Conversation

@dewi-tik
Copy link
Copy Markdown
Contributor

@dewi-tik dewi-tik commented Apr 3, 2026

Details

Closes #21359


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 April 3, 2026 07:28
@dewi-tik dewi-tik self-assigned this Apr 3, 2026
@dewi-tik dewi-tik added the backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 label Apr 3, 2026
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Apr 3, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 3, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit de7120b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69cf6c0c3db1d00008ad6a82
😎 Deploy Preview https://deploy-preview-21374--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
Copy Markdown

netlify Bot commented Apr 3, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit de7120b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69cf6c0c668f04000894c9a6
😎 Deploy Preview https://deploy-preview-21374--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
Copy Markdown

codecov Bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.43%. Comparing base (b96c477) to head (de7120b).
⚠️ Report is 21 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21374      +/-   ##
==========================================
- Coverage   92.47%   92.43%   -0.04%     
==========================================
  Files        1013     1013              
  Lines       58165    58165              
  Branches     1494     1494              
==========================================
- Hits        53787    53765      -22     
- Misses       4338     4360      +22     
  Partials       40       40              
Flag Coverage Δ
conformance 37.16% <ø> (+<0.01%) ⬆️
e2e 42.63% <ø> (+<0.01%) ⬆️
integration 22.08% <ø> (-0.05%) ⬇️
rust 53.54% <ø> (ø)
unit 91.82% <ø> (+<0.01%) ⬆️
unit-migrate 91.89% <ø> (+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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 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-de7120ba0d1c61dfe75e190bee7060b7c2d78d11
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-de7120ba0d1c61dfe75e190bee7060b7c2d78d11

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

- Under **Advanced protocol settings**:
- Select any available **Signing Certificate** and enable **Sign assertions**.
- Set **NameID Property Mapping** to `authentik default SAML Mapping: Email`.
- Under **Property mappings**, add the two property mappings that you created in the previous section: `givenname` and `surname`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
- Under **Property mappings**, add the two property mappings that you created in the previous section: `givenname` and `surname`.
- Under **Property mappings**, add the two property mappings that you created in the previous section.

@github-project-automation github-project-automation Bot moved this from Needs review to In Progress in authentik Core Apr 3, 2026
@dewi-tik dewi-tik merged commit 3f617c2 into main Apr 6, 2026
112 checks passed
@dewi-tik dewi-tik deleted the website/integrations--add-name-mappings-to-glpi branch April 6, 2026 07:04
@github-project-automation github-project-automation Bot moved this from In Progress to Done in authentik Core Apr 6, 2026
authentik-automation Bot pushed a commit that referenced this pull request Apr 6, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #21374
Original commit: 3f617c2
@authentik-automation
Copy link
Copy Markdown
Contributor

⚠️ Cherry-pick to version-2026.2 has conflicts: #21407

davepgreene pushed a commit to davepgreene/authentik that referenced this pull request Apr 13, 2026
davepgreene pushed a commit to davepgreene/authentik that referenced this pull request Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Integration with GLPi: surname and givenname missing

2 participants