Skip to content

Commit 0ba102b

Browse files
authored
Line 247, changed "AAD" to "AD"
1 parent a62596b commit 0ba102b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-use-brokers-with-xamarin-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ result = await app.AcquireTokenInteractive(scopes)
244244

245245
### Step 4: Register your RedirectUri in the application portal
246246

247-
MSAL uses URLs to invoke the broker and then return back to your app. To complete that round trip, you need to register a URL scheme for your app. This Redirect URI needs to be registered on the Azure AAD app registration portal as a valid redirect URI for your application.
247+
MSAL uses URLs to invoke the broker and then return back to your app. To complete that round trip, you need to register a URL scheme for your app. This Redirect URI needs to be registered on the Azure AD app registration portal as a valid redirect URI for your application.
248248

249249

250250
The redirect URI needed for your application is dependent on the certificate used to sign the APK.

0 commit comments

Comments
 (0)