Commit c4fd388
File tree
10 files changed
+17
-9
lines changed- MSAL
- resources
- ios
- mac
- src
- instance/oauth2
- test
- app/ios
- unit/utils
10 files changed
+17
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Submodule IdentityCore updated 47 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+16-16
- IdentityCore/MSIDTestsHostApp/AppDelegate.m+1-1
- IdentityCore/src/cache/MSIDKeychainTokenCache.m+2-2
- IdentityCore/src/cache/accessor/MSIDDefaultTokenCacheAccessor.m+23-15
- IdentityCore/src/cache/mac/MSIDMacKeychainTokenCache.m+4-4
- IdentityCore/src/cache/mac/MSIDMacLegacyCachePersistenceHandler.m+1-1
- IdentityCore/src/controllers/ios/MSIDBrokerInteractiveController.m+2-2
- IdentityCore/src/intune/MSIDIntuneApplicationStateManager.m+1-1
- IdentityCore/src/intune/MSIDIntuneMAMResourcesCache.m+1-1
- IdentityCore/src/logger/MSIDMaskedUsernameLogParameter.m+2-2
- IdentityCore/src/requests/sdk/adal/MSIDLegacyBrokerResponseHandler.m+1-1
- IdentityCore/src/webview/MSIDWebviewAuthorization.m+1-1
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/MSIDChallengeHandler.m+2-2
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/MSIDWPJChallengeHandler.m+1
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/ios/MSIDCertAuthHandler.m+4-4
- IdentityCore/src/webview/systemWebview/ios/MSIDAuthenticationSession.m+1-1
- IdentityCore/src/webview/systemWebview/ios/MSIDSafariViewController.m+2-2
- IdentityCore/src/workplacejoin/ios/MSIDWorkPlaceJoinUtil.m+2-2
- IdentityCore/tests/MSIDAADRequestErrorHandlerTests.m+4-4
- IdentityCore/tests/MSIDAadAuthorityCacheTests.m+2-2
- IdentityCore/tests/MSIDHttpRequestTelemetryTests.m+1-1
- IdentityCore/tests/MSIDMaskedUsernameLogParameterTests.m+2-2
- IdentityCore/tests/MSIDPkeyAuthHelperTests.m+2-2
- IdentityCore/tests/MSIDSystemWebviewControllerTests.m+1-1
- IdentityCore/tests/MSIDTokenFilteringHelperTests.m+4-4
- IdentityCore/tests/MSIDWebviewAuthorizationTests.m+6-6
- IdentityCore/tests/integration/MSIDAuthorityIntegrationTests.m+4-1
- IdentityCore/tests/integration/MSIDDefaultAccessorSSOIntegrationTests.m+37
- IdentityCore/tests/integration/MSIDHttpRequestIntegrationTests.m+2-2
- IdentityCore/tests/integration/MSIDInteractiveControllerIntegrationTests.m+1-1
- IdentityCore/tests/integration/MSIDLegacyAccessorSSOIntegrationTests.m+1-1
- IdentityCore/tests/integration/ios/MSIDBrokerInteractiveControllerIntegrationTests.m+9-9
- IdentityCore/tests/integration/ios/MSIDDefaultInteractiveTokenRequestTests.m+29-29
- IdentityCore/tests/integration/ios/MSIDDefaultSilentTokenRequestTests.m+2-2
- IdentityCore/tests/mac/MSIDMacACLKeychainAccessorTests.m
- IdentityCore/tests/mac/MSIDMacKeychainTokenCacheTests.m
- IdentityCore/tests/mac/MSIDMacLegacyCachePersistenceHandlerTests.m
- IdentityCore/tests/mac/MSIDMacTokenCacheTests.m+4-4
- IdentityCore/tests/mocks/MSIDAccountMetadataCacheAccessorMock.m+8-8
- IdentityCore/tests/mocks/MSIDClaimsRequestMock.m+2-2
- IdentityCore/tests/mocks/MSIDTestBrokerResponseHandler.m+3-1
- IdentityCore/tests/mocks/MSIDTestTokenRequestProvider.m+6-6
- IdentityCore/tests/mocks/MSIDTestWebviewInteractingViewController.m+3-1
- IdentityCore/tests/util/MSIDTelemetryTestDispatcher.m+3-3
- IdentityCore/tests/util/MSIDTestCacheDataSource.m+18-18
- IdentityCore/xcconfig/identitycore__common.xcconfig+1
- changelog.txt+8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments