Releases: AzureAD/microsoft-authentication-library-for-objc
Releases · AzureAD/microsoft-authentication-library-for-objc
1.1.8
New features:
- Expose MSAL SDK Version in public client (#1051)
Fixes:
- Disabling check for validating result Account.
- Include redirect uri in body when redeeming refresh token at token endpoint (#1020)
- Mark RSA public key as extractable (#1049)
Engineering changes:
- Fix unused parameter errors and add macOS specific test mocks.
- Move openBroswerResponse code into its operation (#392)
- Cleanup noisy SSO extension logs (#392)
- Cleanup main product targets from test files (#1046)
- Replaced launch image by launch controller and update test app icon with correct size (#1048)
- Modify MSALRedirectUri and MSALRedirectUriVerifier to use existing methods from common core (#1045)
- Save PRT expiry interval in cache to calculate PRT refresh interval more reliably (#1019)
- update new variable in configuration to allow user by pass URI check (#1013)
- Refactor crypto code for cpp integration and add api to generate ephemeral asymmetric key pair (#1018)
- update MSAL test app for SSO Seeding flow #1021
- Update logger from Identity Core. (#1009)
1.1.7
1.1.6
1.1.5
Added
Fixed
1.1.4
1.1.3
Added
- Support client side telemetry in ESTS requests (#930)
Fixed
- Add logging for enrollment id mismatch for access tokens (#932)
- Protect legacy macOS cache when MSAL writes into ADAL cache (common core #729)
- Fix NTLM crash when window is not key (common core #724)
- Fixed authority validation for developer known authorities (#913)
- Pass prompt=login for signed out accounts (#919)
- Don't require URL scheme registration in Info.plist for app extensions (#914)
1.1.2
1.1.1
- Fixed macOS cache on 10.15 when App Identifier Prefix is different from TeamId
- Remove SHA-1 dependency from production library
- Fixed SSO extension + MSIT MFA
- Fixed SSO extension swipe down cancellation case
- Handle http headers coming from iOS broker when it is either a NSDictionary or NSString
- Updated readme to include information about Microsoft Enterprise SSO plug-in for Apple devices and shared device scenarios (#881)
1.1.0
- iOS 13 SSO Extension support
- Support ASWebAuthenticationSession on macOS 10.15
- Track account sign-in and sign-out state. This makes application scenarios like first time sign-in, sign-out easier to implement.
- Support global sign out from the device when allowed by the MDM configuration