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
Copy file name to clipboardExpand all lines: memdocs/intune/developer/app-sdk-ios.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Typically, MSAL requires apps to register with Azure Active Directory (AAD) and
180
180
181
181
If your app does not already use MSAL, you will need to configure an app registration in AAD and specify the client ID and redirect URI that the Intune SDK should use.
182
182
183
-
If your app currently uses ADAL to authenticate users, refer to [this]](https://docs.microsoft.com/en-us/azure/active-directory/develop/migrate-objc-adal-msal) for more information on migrating your app from ADAL to MSAL.
183
+
If your app currently uses ADAL to authenticate users, refer to [this](https://docs.microsoft.com/en-us/azure/active-directory/develop/migrate-objc-adal-msal) for more information on migrating your app from ADAL to MSAL.
184
184
185
185
It is recommended that your app links to the latest release of [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases).
186
186
@@ -192,7 +192,7 @@ Follow the [installation](https://github.com/AzureAD/microsoft-authentication-li
192
192
193
193
Follow the [configuration](https://github.com/AzureAD/microsoft-authentication-library-for-objc#configuring-msal) section to configure MSAL. Make sure you follow all the steps in the configuration section. Disregard step one if your app is already registered in AAD.
194
194
195
-
The points below contains additional information to configure MSAL and link to it. Follow these if they apply to you.
195
+
The points below contain additional information to configure MSAL and link to it. Follow these if they apply to your application.
196
196
197
197
* If your app does not have any keychain access groups defined, add the app's bundle ID as the first group.
198
198
* Enable MSAL single sign-on (SSO) by adding `com.microsoft.adalcache` to the keychain access groups.
0 commit comments