Forum Discussion

gnaresh19's avatar
gnaresh19
Copper Contributor
Feb 04, 2023

OneDrive Integration

Hi,

I'm building onedrive integration for my webapp, but I would prefer to keep popup experience (provided by msal for SPA) for the user consent instead of redirect as suggested by web app authentication flow (https://learn.microsoft.com/en-us/azure/active-directory/develop/web-app-quickstart?pivots=devlang-java).

The reason to go with webapp auth flow is our app runs offline processes, so no further user consent should be made later. The access tokens should be valid for days (can refresh for new tokens using unexpired refresh token in the backend). Any thoughts in this regard?

Thanks,

Naresh

No RepliesBe the first to reply

Resources