File tree
38 files changed
+1337
-44
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- public
- test
- app/vision
- resources
- Assets.xcassets
- AppIcon.solidimagestack
- Back.solidimagestacklayer
- Content.imageset
- Front.solidimagestacklayer
- Content.imageset
- Middle.solidimagestacklayer
- Content.imageset
- Preview Content/Preview Assets.xcassets
- unit
- native_auth
- cache
- network
- xcconfig
- azure_pipelines
38 files changed
+1337
-44
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 |
| |
2 | 6 |
| |
3 | 7 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
|
Lines changed: 1 addition & 1 deletion
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 41 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+40-2
- IdentityCore/src/MSIDError.h+1
- IdentityCore/src/MSIDError.m+1
- IdentityCore/src/MSIDOAuth2Constants.h+1
- IdentityCore/src/MSIDOAuth2Constants.m+1
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageGetSupportedContractsRequest.h+35
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageGetSupportedContractsRequest.m+53
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageGetTokenRequest.h+3
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageGetTokenRequest.m+5
- IdentityCore/src/broker_operation/response/browser_native_message_response/MSIDBrowserNativeMessageGetSupportedContractsResponse.h+36
- IdentityCore/src/broker_operation/response/browser_native_message_response/MSIDBrowserNativeMessageGetSupportedContractsResponse.m+48
- IdentityCore/src/oauth2/MSIDOauth2Factory.m+1
- IdentityCore/src/oauth2/MSIDTokenResponse.h+3
- IdentityCore/src/oauth2/MSIDTokenResponse.m+2
- IdentityCore/src/oauth2/MSIDWebviewFactory.m+7-1
- IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.h+1-1
- IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.m+10-1
- IdentityCore/src/util/NSDictionary+MSIDExtensions.h+1
- IdentityCore/src/util/NSDictionary+MSIDExtensions.m+16
- IdentityCore/src/util/ios/MSIDAppExtensionUtil.m+4
- IdentityCore/src/util/ios/UIApplication+MSIDExtensions.m+13
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/ios/MSIDCertAuthHandler.m+2
- IdentityCore/src/webview/embeddedWebview/ui/ios/MSIDWebviewUIController.m+51-1
- IdentityCore/src/webview/systemWebview/ios/MSIDSafariViewController.m+1-1
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebViewControllerFactory.m+5-1
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebviewController.m+8
- IdentityCore/tests/MSIDAccountCredentialsCacheTests.m+1-1
- IdentityCore/tests/MSIDAccountMetadataCacheAccessorTests.m+2-1
- IdentityCore/tests/MSIDBrowserNativeMessageGetTokenRequestTests.m+3
- IdentityCore/tests/MSIDDictionaryExtensionsTests.m+45
- IdentityCore/tests/MSIDOauth2FactoryTests.m+17
- IdentityCore/tests/MSIDTokenResponseTests.m+35-1
- IdentityCore/tests/integration/MSIDInteractiveControllerIntegrationTests.m+1-1
- IdentityCore/tests/integration/MSIDLegacyAccessorSSOIntegrationTests.m+10-7
- IdentityCore/tests/integration/ios/MSIDDefaultInteractiveTokenRequestTests.m+1-1
- IdentityCore/tests/mocks/MSIDTestWebviewInteractingViewController.m+1-1
- IdentityCore/xcconfig/identitycore__common__ios.xcconfig+2-1
- IdentityCore/xcconfig/identitycore__idlib__ios.xcconfig+1
- azure_pipelines/pr-validation.yml+20
- build.py+31-6
- changelog.txt+7
Lines changed: 310 additions & 14 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| 142 | + | |
142 | 143 |
| |
143 | 144 |
| |
144 | 145 |
| |
| |||
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
252 |
| - | |
253 |
| - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
254 | 259 |
| |
255 | 260 |
| |
256 | 261 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| |||
621 | 621 |
| |
622 | 622 |
| |
623 | 623 |
| |
| 624 | + | |
624 | 625 |
| |
625 | 626 |
| |
626 | 627 |
| |
| |||
630 | 631 |
| |
631 | 632 |
| |
632 | 633 |
| |
| 634 | + | |
633 | 635 |
| |
634 | 636 |
| |
635 | 637 |
| |
|
0 commit comments