website/integrations: add property mappings to GLPI#21374
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-de7120ba0d1c61dfe75e190bee7060b7c2d78d11Afterwards, 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`. |
There was a problem hiding this comment.
| - 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. |
|
|
Add property mappings
Add property mappings
Details
Closes #21359
Checklist
If applicable
make docs)