Session Delegation
Early AccessSession Transfer Token · Custom Token Exchange with a distinct actor · act claim identifies the delegating agent
Fixed 2-hour lifetime
Non-configurable. Ephemeral cookie, cleared on browser close. The access token shares the same 2-hour ceiling — there is no idle-timeout extension.
No MFA / consent mid-session
If the delegated login would normally trigger MFA, consent, or an enrollment prompt, the request fails with interaction_required instead of prompting.
Single-level actor only
A Session Transfer Token accepts exactly one actor. Nested delegation is rejected — contrast with the OBO demo’s multi-level act chain for ordinary token exchange.
Must log out first — domain-wide
If any session already exists on this Auth0 domain — the actor’s own, not just the target user’s — the delegation attempt fails with an error page asking for logout first. Try the button below to see it.
