Skip to content

Commit 8d8f9c6

Browse files
bugfix
1 parent 88b7510 commit 8d8f9c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/develop/redirect-uris-ios.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: how-to
1111
ms.workload: identity
12-
ms.date: 01/17/2023
12+
ms.date: 01/18/2023
1313
ms.author: henrymbugua
1414
ms.reviewer: jak
1515
ms.custom: aaddev, has-adal-ref
@@ -30,7 +30,7 @@ However, you may need to change the redirect URI for advanced scenarios, as desc
3030

3131
### Cross-app single sign-on (SSO)
3232

33-
For the Microsoft identity platform to share tokens across apps, each app needs to have the same client ID or application ID. The client ID is the unique identifier provided when you registered your app in the portal (not the application bundle ID that you register per app with Apple).
33+
For the Microsoft identity platform to share tokens across apps, each app needs to have the same client ID or application ID. The client ID is the unique identifier provided when you registered your app in the Azure portal (not the application bundle ID that you register per app with Apple).
3434

3535
The redirect URIs need to be different for each iOS app. This allows the Microsoft identity service to uniquely identify different apps that share an application ID. Each application can have multiple redirect URIs registered in the Azure portal. Each app in your suite will have a different redirect URI. For example:
3636

@@ -43,9 +43,9 @@ App1 uses redirect `msauth.com.contoso.app1://auth`.\
4343
App2 uses `msauth.com.contoso.app2://auth`.\
4444
App3 uses `msauth.com.contoso.app3://auth`.
4545

46-
### Migrating from Microsoft Authentication Library to MSAL
46+
### Migrating from ADAL to MSAL
4747

48-
When migrating code that used the Azure Active Directory Authentication Library (Microsoft Authentication Library) to MSAL, you may already have a redirect URI configured for your app. You can continue using the same redirect URI as long as your ADAL app was configured to support brokered scenarios and your redirect URI satisfies the MSAL redirect URI format requirements.
48+
When migrating code that used the Azure Active Directory Authentication Library (ADAL) to MSAL, you may already have a redirect URI configured for your app. You can continue using the same redirect URI as long as your ADAL app was configured to support brokered scenarios and your redirect URI satisfies the MSAL redirect URI format requirements.
4949

5050
## MSAL redirect URI format requirements
5151

0 commit comments

Comments
 (0)