David Chesnut

Results 55 comments of David Chesnut

Will close for now, but @johandanforth please reopen if there is still any ongoing issues. Thanks!

@mkArtakMSFT okay if I assign this to you? Can you please help? Thanks!

@danroth27 is there any update on this from the Blazor side? Thanks!

Hi @tiwarigaurav, If you want to use MSAL caching so that you don't have to pop up a dialog for every API call, see [getAccessTokenMSAL](https://github.com/OfficeDev/Office-Add-in-samples/blob/2e39e3a9b256af35f49e779f3371a97bf98d1451/Samples/auth/Office-Add-in-NodeJS-SSO/Complete/public/javascripts/fallback-msal/fallbackAuthTaskpane.js#L14) in the Office-Add-in-NodeJS-SSO sample. You...

Hi @tiwarigaurav, I did some more research into this. The Microsoft Graph React auth sample solves this problem by storing the token in a variable. See [line 51 in App.tsx](https://github.com/OfficeDev/Office-Add-in-samples/blob/b13f8032687717fa06150306172bca3f38190ad0/Samples/auth/Office-Add-in-Microsoft-Graph-React/src/components/App.tsx#L51)....

Hi @tiwarigaurav, you are correct, and the token expires. I've been looking into this for any possible workarounds but it doesn't look like this is possible and you have to...

Hi @bkotar1, thank you for this suggestion. I tagged this as a doc request (sampler request) for now. SSO should work with Blazor, but as @aafvstam points out we don't...

Hi @RaoulRSV, I just submitted a PR #596 to ensure the Blazor samples are configured for C# debugging. This may help this issue. Please let me know if you still...

I reviewed this sample and it had several issues. I have a fix in PR at #750. Hopefully this will fix the issue.

Hi @mrphannguyen, I apologize for the delay on responding to this issue. I'm assigning to me for now. I want to check if you are still seeing this behavior. If...