Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcells committed Apr 17, 2023
1 parent 45ea175 commit 272c735
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Elgato Stream Deck Plugin for Microsoft 365

## Setup

The plugin uses the Microsoft Graph API for accessing the necessary information.
The plugin uses the Microsoft Graph API for accessing the necessary information. You have to create an App first to use this Plugin.

1. You have to create an App first to use this Plugin: https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
1. Follow [this documentation](docs/CreateAzureApp.md) to create the app and then resume with next point.

2. After creating the app, you have to copy the "Application (client) ID" and paste it in the Stream Deck Plugin configuration for the button.
![Application ID](app_id.png)
Expand Down
Binary file added docs/01_RegisterApplication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/02_ActivatePublicClientFlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/03_CopyApplicationClientID.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/CreateAzureApp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Create Azure app

## 1. Sign in to the Azure Portal

Visit https://portal.azure.com and sign in with your Microsoft account.

## 2. Start the app creation wizard

Search for "App registrations", then click "New registration"

## 3. Setup your app

Name your app, select the account type and the redirect URI like shown in the image below.

![Image](01_RegisterApplication.png)

## 4. Activate public client flow

Activate public client flow authentication like shown in the image below

![Image](02_ActivatePublicClientFlow.png)

## 5. Copy the application ID

Copy the application ID and then paste it into the Elgato Stream Deck Microsoft 365 Plugin Settings.

![Image](03_CopyApplicationClientID.png)

0 comments on commit 272c735

Please sign in to comment.