Closed alpha-sagar closed 3 days ago
Hello @alpha-sagar, looking at your provided sample, I'm not seeing a silent token request. In order to use the refresh token for a silent authentication, you should first call acquireTokenSilent.
See the implementation in this sample as a guide. First check if a silent token acquisition is possible, and then acquire interactively if needed.
Hello @alpha-sagar, I will close this issue due to inactivity. Please feel free to re-open if more help is needed.
I'm using like this :
I need authResult.refreshToken which I need to be give to server to fetch all Calendar related data without the help of client all the time but I'm unable to fetch the refresh token
Scopes Given :
"User.Read" , "Calendars.ReadWrite" & "Offline_access"
On Azure PortalPlease help to fix this one ☝️