Forum Discussion
ShuiTaCode
Jan 23, 2025Copper Contributor
How to Get the Correct Client ID for Graph API Authentication in SPFx Without Forcing Login?
Hello everyone, I'm trying to connect my SPFx web part to the Microsoft Graph API in the most modern and seamless way possible, avoiding any additional login prompts for the user. Here's the setup I...
Jan 31, 2025
Have you declared what permissions you need in Package-solution.json?
Follow this guide on how to use Graph API:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial
If you need more detailed help, explain abit more what you want to do