Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,815 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Microsoft Team,
I am developing a React.js-based Outlook Add-In and need assistance with implementing a seamless authentication flow for my application. Here's the situation:
Office.context.auth.getAccessTokenAsync()
method to retrieve a token (Token A) tied to the current user's authenticated session in Outlook. Key Question:
How can I securely authenticate users in AAD and obtain a Microsoft Graph access token without requiring a client secret or displaying additional pop-ups, by using the advantage of the authenticated session already established in Outlook?