website/docs: entra id provider: add custom email domain info#20444
website/docs: entra id provider: add custom email domain info#20444
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook 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 #20444 +/- ##
=======================================
Coverage 93.38% 93.38%
=======================================
Files 981 981
Lines 55392 55392
=======================================
+ Hits 51727 51728 +1
+ Misses 3665 3664 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
website/docs/add-secure-apps/providers/entra/configure-entra.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/providers/entra/create-entra-provider.md
Outdated
Show resolved
Hide resolved
|
|
||
| ### Email-verified-users | ||
|
|
||
| Alternatively, if you need to provision users with email domains that you don't control, you can provision users as "email-verified-users" in Entra ID. |
There was a problem hiding this comment.
as what? what's that and how does it work
There was a problem hiding this comment.
nvm it's below, but feels confusing
There was a problem hiding this comment.
Any suggestions for improvements?
| 3. Select **Microsoft Entra Provider Mapping** as the property mapping type and click **Next**. | ||
| 4. Provide a **Name** for the property mapping and set the following **Expression**: | ||
|
|
||
| ```python showLineNumbers |
There was a problem hiding this comment.
have you validated this mapping by jens or other?
There was a problem hiding this comment.
Tested and working against Entra ID. Have asked Jens to check the mapping.
website/docs/add-secure-apps/providers/entra/create-entra-provider.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0fe52876b1834fb5b10d7c45404b40c111aab436
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-0fe52876b1834fb5b10d7c45404b40c111aab436Afterwards, run the upgrade commands from the latest release notes. |
* WIP * WIP * Apply suggestions from code review Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org>
|
🍒 Cherry-pick to |
…-pick #20444 to version-2026.2) (#20660) website/docs: entra id provider: add custom email domain info (#20444) * WIP * WIP * Apply suggestions from code review --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org>
Details
Depends on this PR being merged: #20441
Adds information about using custom email domains in entra.
Checklist
If applicable
make docs)