Actions transaction metadata - #1784
Open
nick-gagliardi wants to merge 8 commits into
Open
Conversation
…transaction metadata
- Remove Early Access notices from Custom Token Exchange and Session
Delegation docs; add plan-availability card to the two entry pages
(Custom Token Exchange overview, Session Delegation overview, and the
Custom Token Exchange Actions trigger reference).
- Document the new Dashboard UI for creating and managing Custom Token
Exchange Profiles (bundled Action creation/template/existing selection,
Details page, list + delete) in configure-custom-token-exchange.mdx,
alongside the Management API path.
- Rewrite the Management API "Create the Action" steps to use the real
POST /actions/actions + POST /actions/actions/{id}/deploy calls instead
of manual Dashboard steps with screenshots.
- Document that Actions Transaction Metadata (api.transaction.setMetadata /
event.transaction.metadata) is now available in Custom Token Exchange
Actions, with a cross-trigger example sharing data into Post-Login.
- Match Dashboard modal's actual option labels and order (Start from scratch, Create from Template, Use existing) for the Action source choice when creating a profile. - Mention the Action's Name can also be edited on the Details page and when managing profiles, not just its code. - Note that an Action bound to a profile can't be deleted on its own - the profile must be deleted first (Dashboard and Management API).
- Move First-Party/OIDC-conformant links into the Prerequisites bullets and drop the now-redundant confirmation step and duplicate nav sentence. - Simplify the "Enable Custom Token Exchange" intro paragraph. - Keep both POST (create) and PATCH (update) Client calls, merged into one sentence for brevity. - Remove a redundant "Once" opening two subsequent paragraphs.
…methods for CTE Merge into the existing challengeWith()/enrollWith() callouts rather than adding a separate one, and correct the framing - these are Post-Login Action methods restricted for CTE-originated transactions (event.transaction.protocol === 'oauth2-token-exchange'), not methods on the Custom Token Exchange Action itself.
…ange.mdx Co-authored-by: Lucy Zhou <141781699+lrzhou25@users.noreply.github.com>
Co-authored-by: Lucy Zhou <141781699+lrzhou25@users.noreply.github.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Summary
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
References
Testing
Checklist
CONTRIBUTING.md.