Why are PublicClientApplicationBuilder requires client(app) Secret?
My final goal is manage user’s access token by refresh token.
I need token from user.
Microsoft Graph SDK with pageIterator
I’m facing a wall here, as the solution proposed by Microsoft doesn’t work as expected and is not even building. Here is my issue: I want to return all the users from a specific group with expanded information (for the manager). I’m trying to handle it with PageIterator as stated in the documentation, but I’m facing the below error:
Set TimeOut in Microsoft.Graph SDK Version 5
On graph sdk v4, I use option to set TimeOut to a higher value in Microsoft.Graph GraphServiceClient like bellow.