Skip to content

Commit a954100

Browse files
authored
Addressing comments
1 parent 3e5d341 commit a954100

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/intune/developer/app-sdk-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Typically, MSAL requires apps to register with Azure Active Directory (AAD) and
180180

181181
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.
182182

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.
184184

185185
It is recommended that your app links to the latest release of [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases).
186186

@@ -192,7 +192,7 @@ Follow the [installation](https://github.com/AzureAD/microsoft-authentication-li
192192

193193
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.
194194

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.
196196

197197
* If your app does not have any keychain access groups defined, add the app's bundle ID as the first group.
198198
* Enable MSAL single sign-on (SSO) by adding `com.microsoft.adalcache` to the keychain access groups.

0 commit comments

Comments
 (0)