Skip to content

docs: outbound scim event stream action#1464

Open
hazel-nut wants to merge 3 commits into
mainfrom
docs/event-stream-action-templates
Open

docs: outbound scim event stream action#1464
hazel-nut wants to merge 3 commits into
mainfrom
docs/event-stream-action-templates

Conversation

@hazel-nut

@hazel-nut hazel-nut commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Description

docs for the new action template for outbound SCIM with event streams.

also modernizes the section landing page while i was in there:

before after
image image

launch is early next week so please do not merge :)

References

DOCS-5543

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@hazel-nut hazel-nut requested a review from a team as a code owner June 26, 2026 17:40
@hazel-nut hazel-nut added the DO NOT MERGE Only the PR author should merge, even if approved. label Jun 26, 2026
@mintlify

mintlify Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview Jun 26, 2026, 5:46 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-dev 🟢 Ready View Preview Jun 26, 2026, 5:45 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-staging 🟢 Ready View Preview Jun 26, 2026, 5:47 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@hazel-nut hazel-nut force-pushed the docs/event-stream-action-templates branch from b7ff8af to 43e13a5 Compare June 26, 2026 17:40
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Status Count
🔍 Total 34
✅ Successful 6
⏳ Timeouts 0
🔀 Redirected 1
👻 Excluded 27
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Redirects per input

Redirects in main/docs/customize/events/event-types.mdx

Comment thread main/docs/customize/events/send-outbound-scim.mdx Outdated
Comment thread main/docs/customize/events/send-outbound-scim.mdx Outdated
Comment thread main/docs/customize/events/send-outbound-scim.mdx Outdated
Comment on lines +55 to +57
* A downstream SCIM 2.0 endpoint that accepts `POST`, `GET`, `PUT`, and `DELETE` on `/Users`.

* A SCIM server.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[nit] think it's worth merging the endpoint with the server bullet? or maybe list the server before the endpoints?


* The SCIM server must support an `externalId eq` filter.

If the server rejects the `externalId eq` filter, the Action falls back to a `userName` filter, which matches on name and therefore cannot track an email change.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this could be friday brain, but is this saying it matches on the stored userName value, which is the
pre-change email, so it can't locate a user whose email just changed?

feel free to disregard, but maybe something like this could clear it up:

"If the server rejects the externalId eq filter, the Action falls back to a userName filter. Because userName defaults to the user's email address, the stored value is the pre-change email. Therefore, a lookup by the new email will not find the record, and email changes cannot be tracked."

Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DO NOT MERGE Only the PR author should merge, even if approved.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants