From 6eaf5674aab55dec3086d32647fcc18df3acbe7e Mon Sep 17 00:00:00 2001 From: Pavlo Datsiuk <3457140+JTOne123@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:31:33 +0100 Subject: [PATCH] Update README.md --- 2-With-broker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-With-broker/README.md b/2-With-broker/README.md index 504e12b..9132341 100644 --- a/2-With-broker/README.md +++ b/2-With-broker/README.md @@ -162,7 +162,7 @@ switch (Device.RuntimePlatform) var app = PublicClientApplicationBuilder .Create(ClientId) .WithBroker() - .WithReplyUri(mobileRedirectURI) + .WithRedirectUri(mobileRedirectURI) .Build(); ``` This step has already been completed in the code [here.](https://github.com/Azure-Samples/active-directory-xamarin-native-v2/blob/3d877ba0ded3e644610654f6ad1ca7abb30f9e5b/2-With-broker/UserDetailsClient/UserDetailsClient/MainPage.xaml.cs#L34)