You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, `get_token_on_behalf_of()` forwards the incoming access token as
61
61
the [RFC 8693](https://datatracker.ietf.org/doc/html/rfc8693#section-2.1)`subject_token` and relies on Auth0 to handle any DPoP-specific behavior for that token.
62
62
63
+
## Inspecting Delegation After Token Verification
64
+
65
+
When a downstream API or `MCP` server receives an access token that may have been issued through
66
+
delegation, it can verify the token first and then inspect the `act` claim to identify the current
67
+
actor for authorization and the full delegation chain for audit or attribution.
0 commit comments