Skip to content

Commit 5960345

Browse files
author
Swasti Gupta
committed
Added changelog and updated annoucement in README.md
1 parent 71ea2d7 commit 5960345

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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)
910

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Microsoft Authentication Library for iOS and macOS
66
|-------------------------------|---------------------------|-------------------|---------|----------|
77
| [MSAL iOS and macOS documentation](https://learn.microsoft.com/en-us/entra/msal/objc/) | &#8226; [Microsoft Entra ID (workforce samples)](https://learn.microsoft.com/en-us/entra/identity-platform/sample-v2-code?tabs=framework#ios)<br/>&#8226; [Microsoft Entra External ID (customer samples)](https://learn.microsoft.com/en-us/entra/external-id/customers/samples-ciam-all?tabs=apptype#mobile) | [ SDK reference](https://azuread.github.io/microsoft-authentication-library-for-objc/) | [Get support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/xuBV0CzEih) |
88

9+
> ⚠️ **MSAL 2.x Released with Breaking Changes**
10+
> Please review the [MSAL 2.x for iOS/macOS – Major Release Announcement & Migration Guide](./docs/MSAL_2x_Migration_Guide.md) for full details on what changed and how to migrate.
911
1012
The Microsoft Authentication Library (MSAL) for iOS and macOS is an auth SDK that can be used to seamlessly integrate authentication into your apps using industry standard OAuth2 and OpenID Connect. It allows you to sign in users or apps with Microsoft identities. These identities include Microsoft Entra ID work and school accounts, personal Microsoft accounts, social accounts, and customer accounts.
1113

0 commit comments

Comments
 (0)