Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ First, you need to make note of the **Microsoft Entra tenant name** and **tenant

- **Name**: A friendly name for the app. For example, `CMG-ServerApp`.
- **Supported account types**: Leave this setting as the default option, **Accounts in this organizational directory only**.
- **Redirect URI**: Select: **Public client/native (mobile &desktop)** and type **http://localhost** as URI
- **Redirect URI**: Select: **Web** and type **http://localhost** as URI

1. Select **Register** to create the app.

Expand Down
Loading