Announcements
✅ No hardcoded URLs
✅ Fully portable across environments
✅ Secure and scalable
Since you're using Power Platform (Power Apps, Power Automate) and want to get the token without user interaction in a PCF control, the best approach is:
Solution: Use Power Automate to Retrieve the Token
Since Power Apps users already have an active session, the recommended way to obtain a token for Graph API without popups is to trigger a Power Automate flow that retrieves the token on behalf of the application user.
Steps:
Why This Works?
✅ No popups – The user session is already active.
✅ No manual login – The token is retrieved in the background.
✅ Fully within Power Platform – No external backend like Node.js needed.
This is the best no-interaction solution for Power Apps + PCF control. 🚀 Let me know if you need refinements!
To get a token silently without user interaction in your React PCF control, follow these steps using MSAL with client credentials flow:
Solution: Use Client Credentials Flow
Install @azure/msal-node
:
bash
Example Code to Get Token:
javascript
André Arnaud de Cal...
293,356
Super User 2025 Season 1
Martin Dráb
232,508
Most Valuable Professional
nmaenpaa
101,158
Moderator