How Do I Implement Delegated OAuth with Microsoft Graph for Per-User Security in Decisions Flows?
Hello,
I’m trying to build flows in Decisions that use Delegated Authentication Tokens with Microsoft Graph, so the data returned is security-trimmed to the user running the flow. I’m unsure how to implement this in Decisions, especially for multiple users.
- How do I set up delegated authentication in Decisions for Microsoft Graph?
- If multiple users are running flows, do I need to manage separate tokens for each?
- What’s the best way to handle token refresh and cleanup at scale?
0