Skip to content

Commit 6e75371

Browse files
authored
Update app-sdk-ios.md
1 parent b68dbf1 commit 6e75371

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
@@ -7,7 +7,7 @@ keywords:
77
author: Erikre
88
ms.author: erikre
99
manager: dougeby
10-
ms.date: 02/28/2022
10+
ms.date: 05/23/2022
1111
ms.topic: reference
1212
ms.service: microsoft-intune
1313
ms.subservice: developer
@@ -181,7 +181,7 @@ MSAL requires apps to [register](/azure/active-directory/develop/quickstart-regi
181181

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

184-
If your app currently uses ADAL to authenticate users, refer to [this](/azure/active-directory/develop/migrate-objc-adal-msal) for more information on migrating your app from ADAL to MSAL.
184+
If your app currently uses ADAL to authenticate users, see [Migrate applications to MSAL for iOS and macOS](/azure/active-directory/develop/migrate-objc-adal-msal) for more information on migrating your app from ADAL to MSAL.
185185

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

0 commit comments

Comments
 (0)