You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/home/auth-providers/microsoft.mdx
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,23 @@ Before showing how to configure your Microsoft app credentials, let's go through
34
34
### Create a Microsoft app
35
35
36
36
- Follow Microsoft's guide to [registering an app with the Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app)
37
-
- Choose the permissions (scopes) you need for your app
37
+
- Choose the permissions (scopes) you need for your app. Refer to the [section below](#arcade-microsoft-toolkits-scopes) for a list of scopes needed by the Arcade Microsoft Toolkits, in case you intend to use them.
38
38
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
39
39
- Copy the client ID and client secret to use below
40
40
41
41
Next, add the Microsoft app to your Arcade Engine configuration. You can do this in the Arcade Dashboard, or by editing the `engine.yaml` file directly (for a self-hosted instance).
42
42
43
+
### Arcade Microsoft Toolkits Scopes
44
+
45
+
Below is the list of scopes required by the Arcade Microsoft Toolkits:
0 commit comments