|
|
|
|
|
by gregw2
61 days ago
|
|
I have a related question, is anyone developing standards on how agents can proxy the requestor identity to backend database or application layers? (short lived oauth tokens perhaps, not long lived credentials like the ShowHN seems to focus on?) |
|
https://datatracker.ietf.org/doc/html/rfc8693 has all the details, but here's an example:
In this case, the user is user@example.com, but the actor is admin@example.com. (In the agentic case, the actor would be the AI agent.)Is this kinda what you are looking for?