Skip to content

Commit d4c22c7

Browse files
author
Swasti Gupta
committed
Fix error in migration.md
1 parent 795d60c commit d4c22c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Removed the deprecated MSALLogger interface and implementation class (#2591)
77
* Enforced a valid broker-capable redirect URI format for AAD scenarios (#2592)
88
* Merged the MSALAccount (MultiTenantAccount) category into the MSALAccount protocol and removed the MSALAccount+MultiTenantAccount.h (#2594)
9-
* Added a [MSAL 2.x Migration Guide](docs/MSAL_2x_Migration_Guide.md) to assist developers in upgrading from MSAL 1.x to 2.x. (#2614)
9+
* Added [MSAL 2.x Migration Guide](docs/MSAL_2x_Migration_Guide.md) to assist developers in upgrading from MSAL 1.x to 2.x. (#2614)
1010

1111
## [1.9.0]
1212
* Add feature flags provider to be controlled from broker (#2540)

docs/MSAL_2x_Migration_Guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If an invalid redirect URI is provided for enterprise (AAD) scenarios, MSAL will
126126
| **Legacy OAuth2 out-of-band format** | `urn:ietf:wg:oauth:2.0:oob` | "The provided redirect URI `urn:ietf:wg:oauth:2.0:oob` is not supported. Please ensure the redirect URI follows the valid format: `msauth.<bundle_id>://auth.`" |
127127
| **Unknown invalid format** | Any other invalid URI | "The provided redirect URI is invalid. Please ensure the redirect URI follows the valid format: `msauth.<bundle_id>://auth.`" |
128128

129-
### Valid Parent View Controller (UI Anchor Window) Requirement for Interactive Token Requests
129+
### 2. Valid Parent View Controller (UI Anchor Window) Requirement for Interactive Token Requests
130130

131131
#### What Changed
132132

@@ -181,8 +181,6 @@ If a valid `parentViewController` is not provided through `MSALWebviewParameters
181181
| **Internal Error Code** | -42000 |
182182
| **Error Description** | Varies depending on the validation failure (e.g., missing `webviewParameters`, missing `parentViewController`) |
183183

184-
---
185-
186184
#### Common Invalid Parent View Controller Errors
187185

188186
| Error Scenario | Example | Error Description |

0 commit comments

Comments
 (0)