You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+29-24
Original file line number
Diff line number
Diff line change
@@ -84,39 +84,40 @@ Your native application registration should include the following information:
84
84
#### [OPTIONAL] Step 6a: Configure the iOS project with your app's return URI
85
85
1. Open the `UserDetailsClient.iOS\info.plist` file in a text editor (opening it in Visual Studio won't work for this step as you need to edit the text)
86
86
1. In the URL types, section, add an entry for the authorization schema used in your redirectUri.
@@ -128,8 +129,8 @@ Your native application registration should include the following information:
128
129
129
130
#### Running in an Android Emulator
130
131
131
-
If you have issues with the Android emulator, please refer to [this document](https://github.com/Azure-Samples/active-directory-general-docs/blob/master/AndroidEmulator.md) for instructions on how to ensure that your emulator supports the features required by MSAL.
132
-
132
+
If you have issues with the Android emulator, please refer to [this document](https://github.com/Azure-Samples/active-directory-general-docs/blob/master/AndroidEmulator.md) for instructions on how to ensure that your emulator supports the features required by MSAL.
133
+
133
134
## About the code
134
135
135
136
The structure of the solution is straightforward. All the application logic and UX reside in UserDetailsClient (portable).
@@ -169,11 +170,13 @@ AuthenticationResult ar = await App.PCA.AcquireTokenInteractive(App.Scopes)
0 commit comments