Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,017 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Following the document here,
I built the SPA app and put button like "Authorize with Microsoft" in order to satisfy the step below.
The first step in the authorization code flow is for the user to authorize the app to act on their behalf.
In the flow, the app redirects the user to the Microsoft identity platform/authorize
endpoint.
Is there any wording rules of the OAuth buttons? If you have something like desiging document and it's helpful.
Thank you in advance.