microsoft-authentication-library-common-for-objc
microsoft-authentication-library-common-for-objc copied to clipboard
Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
## Proposed changes Fix bug when fallback to legacy broker interactive controller successfully, it should update last refresh time stamp of throttling cache ## Type of change - [ ]...
## Proposed changes Describe what this PR is trying to do. ## Type of change - [ ] Feature work - [ ] Bug fix - [ ] Documentation -...
## Proposed changes 1. Removed the dependency from ADAL keyvault app 2. Removed the dependency of using client secret from Lab apps ## Type of change - [ ] Feature...
## Proposed changes While building Automation project, linker fails for automation as it shows duplicate definitions of few headers. Adding #ifndef header to restrict header inclusion ## Type of change...
Hi, MSIDKeychainUtil.m line 74 stores the key "SDK.ObjC.teamIDHint" using kSecAttrAccessibleAlways. https://github.com/AzureAD/microsoft-authentication-library-common-for-objc/blob/afc23292d4eb977bda843474a6ae35e40f345e1d/IdentityCore/src/util/ios/MSIDKeychainUtil.m#L74 We received the following from a 3rd party security company regarding a value being stored in the keychain. ---...
## Proposed changes Add a new retry condition when request is idle and timeout ## Type of change - [ ] Feature work - [ ] Bug fix - [...
## Proposed changes This PR adds visionOS support to the IdentityCore iOS target, so that IdentityCore iOS compiles on iOS, iPadOS, and visionOS. It also adds code changes needed to...
## Proposed changes This PR adds support for IdentityCore unit testing on visionOS. ## Type of change - [x] Feature work - [ ] Bug fix - [ ] Documentation...
## Proposed changes This PR adds visionOS unit tests, unit test targets, testing host app, and xcconfigs. The goal of this PR is to have our common core unit test...
## Proposed changes This PR adds a visionOS target in IdentityCore and makes a few small changes to allow the code to build and run on visionOS. The most important...