OneDrive Integration

Copper Contributor

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-j...).

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

0 Replies