File tree
36 files changed
+216
-133
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- native_auth
- cache
- controllers/credentials
- network/errors
- public
- state_machine
- delegate_dispatcher
- delegate
- error
- state
- public
- test
- app/ios/resources
- unit/native_auth
- cache
- controllers
- factories
- mock
- network/responses/validator
- public
- delegate
- error
- azure_pipelines
36 files changed
+216
-133
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
|
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 24 files
- IdentityCore/src/MSIDBrokerConstants.h+1
- IdentityCore/src/MSIDBrokerConstants.m+1
- IdentityCore/src/MSIDCache.h+1
- IdentityCore/src/MSIDCache.m+16
- IdentityCore/src/MSIDConstants.h+3-1
- IdentityCore/src/MSIDConstants.m+3
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.h+7
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.m+23
- IdentityCore/src/oauth2/token/MSIDPrimaryRefreshToken.h+1
- IdentityCore/src/oauth2/token/MSIDPrimaryRefreshToken.m+8
- IdentityCore/src/validation/MSIDCIAMAuthority.m+59-13
- IdentityCore/src/webview/embeddedWebview/MSIDOAuth2EmbeddedWebviewController.m+9
- IdentityCore/src/webview/embeddedWebview/ui/ios/MSIDWebviewUIController.m+7
- IdentityCore/tests/MSIDBrokerNativeAppOperationResponseTests.m+3-2
- IdentityCore/tests/MSIDBrokerOperationGetPasskeyAssertionResponseTests.m+1
- IdentityCore/tests/MSIDBrokerOperationGetPasskeyCredentialResponseTests.m+1
- IdentityCore/tests/MSIDBrokerOperationResponseTests.m+5-4
- IdentityCore/tests/MSIDBrokerOperationTokenResponseTests.m+12-8
- IdentityCore/tests/MSIDCIAMAuthorityTests.m+35-1
- IdentityCore/tests/MSIDCacheTests.m+77
- IdentityCore/tests/MSIDDeviceInfoTests.m+41-5
- IdentityCore/tests/automation/ui_app_lib/MSIDClearCookiesTestAction.m+16-8
- IdentityCore/tests/automation/ui_tests_lib/MSIDBaseUITest.m+16-1
- changelog.txt+4
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
| 244 | + | |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
| |||
1540 | 1541 |
| |
1541 | 1542 |
| |
1542 | 1543 |
| |
| 1544 | + | |
1543 | 1545 |
| |
1544 | 1546 |
| |
1545 | 1547 |
| |
| |||
3941 | 3943 |
| |
3942 | 3944 |
| |
3943 | 3945 |
| |
| 3946 | + | |
3944 | 3947 |
| |
3945 | 3948 |
| |
3946 | 3949 |
| |
| |||
5791 | 5794 |
| |
5792 | 5795 |
| |
5793 | 5796 |
| |
| 5797 | + | |
5794 | 5798 |
| |
5795 | 5799 |
| |
5796 | 5800 |
| |
|
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: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
| 91 | + | |
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
| |||
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
137 | 150 |
| |
138 | 151 |
| |
139 | 152 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1183 | 1183 |
| |
1184 | 1184 |
| |
1185 | 1185 |
| |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
1186 | 1194 |
| |
1187 | 1195 |
| |
1188 | 1196 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments