File tree
64 files changed
+579
-571
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- configuration
- native_auth
- cache
- configuration
- controllers
- credentials
- factories
- reset_password
- sign_up
- input_validator
- network/responses/validator/token/validated_response
- public
- state_machine
- error
- state
- public
- test
- automation/tests
- interactive
- unit
- native_auth
- cache
- controllers
- factories
- input_validator
- mock
- network
- parameters
- reset_password
- sign_in
- sign_up
- token
- responses/validator
- public
- delegate
- error
- azure_pipelines
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+579
-571
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 & 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 40 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+18
- IdentityCore/src/MSIDBrokerConstants.h+1-1
- IdentityCore/src/MSIDBrokerConstants.m+1-1
- IdentityCore/src/MSIDConstants.h+10
- IdentityCore/src/MSIDConstants.m+1
- IdentityCore/src/MSIDError.h+3
- IdentityCore/src/MSIDError.m+4
- IdentityCore/src/broker_operation/request/MSIDBrokerOperationRequest.h+1
- IdentityCore/src/broker_operation/request/MSIDBrokerOperationRequest.m+4
- IdentityCore/src/broker_operation/response/browser_native_message_response/MSIDBrowserNativeMessageGetTokenResponse.m+5
- IdentityCore/src/parameters/MSIDRequestParameters.h+4
- IdentityCore/src/parameters/MSIDRequestParameters.m+2-1
- IdentityCore/src/requests/broker/MSIDBrokerTokenRequest.m+2
- IdentityCore/src/util/NSString+MSIDTelemetryExtensions.h+2
- IdentityCore/src/util/NSString+MSIDTelemetryExtensions.m+48
- IdentityCore/src/webview/response/MSIDJITTroubleshootingResponse.m+1-1
- IdentityCore/tests/MSIDBrowserNativeMessageGetTokenResponseTests.m+101
- IdentityCore/tests/MSIDBrowserNativeMessageSignOutRequestTests.m+75
- IdentityCore/tests/MSIDBrowserNativeMessageSignOutResponseTests.m+48
- IdentityCore/tests/MSIDJITTroubleshootingResponseTests.m+1-1
- IdentityCore/tests/MSIDRequestParametersTests.m+57
- IdentityCore/tests/MSIDTelemetryExtensionsTests.m+40
- IdentityCore/tests/automation/ui_tests_lib/MSIDBaseUITest.h+1
- IdentityCore/tests/automation/ui_tests_lib/MSIDBaseUITest.m+36
- IdentityCore/tests/automation/ui_tests_lib/MSIDTestConfigurationProvider.m+4
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationBaseApiRequest.h+1
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationBaseApiRequest.m+25
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationDeleteDeviceAPIRequest.m+6-1
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationOperationAPIRequestHandler.h+2
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationOperationAPIRequestHandler.m+20-1
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationResetAPIRequest.m+6-1
- IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDAutomationTemporaryAccountRequest.m+5
- IdentityCore/tests/mocks/MSIDAccountMetadataCacheAccessorMock.h+3
- IdentityCore/tests/mocks/MSIDAccountMetadataCacheAccessorMock.m+13
- IdentityCore/tests/util/MSIDTestCacheDataSource.m+52-9
- IdentityCore/tests/util/MSIDTestURLResponse+Util.h+1
- IdentityCore/tests/util/MSIDTestURLResponse+Util.m+30
- azure_pipelines/verify_msalcpp_per_pr_ios.yml+1-1
- azure_pipelines/verify_msalcpp_per_pr_mac.yml+1-1
- changelog.txt+5
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
257 | 256 |
| |
258 | 257 |
| |
259 | 258 |
| |
| |||
1552 | 1551 |
| |
1553 | 1552 |
| |
1554 | 1553 |
| |
1555 |
| - | |
1556 | 1554 |
| |
1557 | 1555 |
| |
1558 | 1556 |
| |
| |||
3952 | 3950 |
| |
3953 | 3951 |
| |
3954 | 3952 |
| |
3955 |
| - | |
3956 | 3953 |
| |
3957 | 3954 |
| |
3958 | 3955 |
| |
| |||
5746 | 5743 |
| |
5747 | 5744 |
| |
5748 | 5745 |
| |
5749 |
| - | |
5750 | 5746 |
| |
5751 | 5747 |
| |
5752 | 5748 |
| |
|
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 | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
|
Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
| 115 | + | |
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
| |||
211 | 213 |
| |
212 | 214 |
| |
213 | 215 |
| |
214 |
| - | |
| 216 | + | |
215 | 217 |
| |
216 | 218 |
| |
217 | 219 |
| |
| |||
863 | 865 |
| |
864 | 866 |
| |
865 | 867 |
| |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
866 | 872 |
| |
867 | 873 |
| |
868 | 874 |
| |
| |||
879 | 885 |
| |
880 | 886 |
| |
881 | 887 |
| |
| 888 | + | |
882 | 889 |
| |
883 | 890 |
| |
884 | 891 |
| |
| |||
1200 | 1207 |
| |
1201 | 1208 |
| |
1202 | 1209 |
| |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
1203 | 1214 |
| |
1204 | 1215 |
| |
1205 | 1216 |
| |
| |||
1453 | 1464 |
| |
1454 | 1465 |
| |
1455 | 1466 |
| |
1456 |
| - | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1457 | 1470 |
| |
1458 | 1471 |
| |
1459 | 1472 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| 133 | + | |
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
|
0 commit comments