Skip to content

Commit 1a019d7

Browse files
authored
Merge pull request #18 from Azure-Samples/jennyf/msal308
update to 308 and fix redirectUri info
2 parents 8b0719d + 51c4c26 commit 1a019d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ If you want to use your own application coordinates, please follow these instruc
5454
- Select **Register** to create the application.
5555
1. On the app **Overview** page, find the **Application (client) ID** value and record it for later. You'll need it to configure the Visual Studio configuration file for this project.
5656
1. In the list of pages for the app, select **Authentication**.
57-
- In the **Redirect URLs** | **Suggested Redirect URLs for public clients (mobile, desktop)** section, check **urn:ietf:wg:oauth:2.0:oob**
58-
1. Select **Save**.
57+
1. In the **Redirect URIs** list, select for **TYPE** Public client (mobile & desktop). Then paste this value **urn:ietf:wg:oauth:2.0:oob** in the **REDIRECT URI** column.
58+
1. Select **Save**.
5959
1. Configure Permissions for your application. To that extent in the list of pages click on **API permissions**
6060
- click the **Add a permission** button and then,
6161
- Ensure that the **Microsoft APIs** tab is selected

active-directory-wpf-msgraph-v2/active-directory-wpf-msgraph-v2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</ItemGroup>
101101
<ItemGroup>
102102
<PackageReference Include="Microsoft.Identity.Client">
103-
<Version>3.0.5-preview</Version>
103+
<Version>3.0.8</Version>
104104
</PackageReference>
105105
</ItemGroup>
106106
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)