File tree
6 files changed
+41
-18
lines changed- MSAL
- MSAL.xcodeproj
- src
- test/unit
6 files changed
+41
-18
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Submodule IdentityCore updated 59 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+101-21
- IdentityCore/src/MSIDConstants.h+6
- IdentityCore/src/MSIDConstants.m+7
- IdentityCore/src/MSIDFlightManager.h+13-16
- IdentityCore/src/MSIDFlightManager.m+50
- IdentityCore/src/configuration/webview/MSIDAuthorizeWebRequestConfiguration.m+5-4
- IdentityCore/src/oauth2/MSIDWebviewFactory.h+1
- IdentityCore/src/oauth2/MSIDWebviewFactory.m+1
- IdentityCore/src/oauth2/aad_base/MSIDAADWebviewFactory.m+31-4
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.m+205-97
- IdentityCore/src/webview/MSIDCertAuthManager.h+60
- IdentityCore/src/webview/MSIDCertAuthManager.m+128
- IdentityCore/src/webview/MSIDWebviewAuthorization.h+2
- IdentityCore/src/webview/MSIDWebviewAuthorization.m+1
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/ios/MSIDCertAuthHandler.m+22-116
- IdentityCore/src/webview/operations/MSIDSwitchBrowserOperation.h+38
- IdentityCore/src/webview/operations/MSIDSwitchBrowserOperation.m+117
- IdentityCore/src/webview/operations/MSIDSwitchBrowserResumeOperation.h+34
- IdentityCore/src/webview/operations/MSIDSwitchBrowserResumeOperation.m+101
- IdentityCore/src/webview/operations/MSIDWebOAuth2AuthCodeOperation.h+34
- IdentityCore/src/webview/operations/MSIDWebOAuth2AuthCodeOperation.m+91
- IdentityCore/src/webview/operations/MSIDWebOpenBrowserResponseOperation.m+6
- IdentityCore/src/webview/operations/MSIDWebResponseBaseOperation.h+12-4
- IdentityCore/src/webview/operations/MSIDWebResponseBaseOperation.m+10-9
- IdentityCore/src/webview/operations/MSIDWebResponseBrokerInstallOperation.m-116
- IdentityCore/src/webview/operations/MSIDWebUpgradeRegOperation.h+34
- IdentityCore/src/webview/operations/MSIDWebUpgradeRegOperation.m+76
- IdentityCore/src/webview/operations/MSIDWebWPJOperation.h+5-2
- IdentityCore/src/webview/operations/MSIDWebWPJOperation.m+77
- IdentityCore/src/webview/response/MSIDCBAWebAADAuthResponse.m+10
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.h+45
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.m+120
- IdentityCore/src/webview/response/MSIDSwitchBrowserResumeResponse.h+34
- IdentityCore/src/webview/response/MSIDSwitchBrowserResumeResponse.m+36
- IdentityCore/src/webview/response/MSIDWebAADAuthCodeResponse.m+20
- IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.h+6-1
- IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.m+12-23
- IdentityCore/src/webview/response/MSIDWebOAuth2Response.h+2
- IdentityCore/src/webview/response/MSIDWebOAuth2Response.m+41-4
- IdentityCore/src/webview/response/MSIDWebOpenBrowserResponse.m-7
- IdentityCore/src/webview/response/MSIDWebUpgradeRegResponse.m-7
- IdentityCore/src/webview/response/MSIDWebWPJResponse.m-7
- IdentityCore/src/webview/response/MSIDWebviewResponse.h+2
- IdentityCore/src/webview/response/MSIDWebviewResponse.m+9-1
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebviewController.h+3
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebviewController.m+12
- IdentityCore/tests/IdentityCoreTests Mac-Bridging-Header.h-4
- IdentityCore/tests/IdentityCoreTests iOS-Bridging-Header.h-4
- IdentityCore/tests/IdentityCoreTests-Bridging-Header.h+22
- IdentityCore/tests/MSIDAADV1WebviewFactoryTests.m+14
- IdentityCore/tests/MSIDAADV2WebviewFactoryTests.m+8
- IdentityCore/tests/MSIDAADWebviewFactoryTests.m+32-9
- IdentityCore/tests/MSIDSwitchBrowserOperationTest.swift+227
- IdentityCore/tests/MSIDSwitchBrowserResponseTest.swift+126
- IdentityCore/tests/MSIDSwitchBrowserResumeOperationTest.swift+66
- IdentityCore/tests/MSIDSwitchBrowserResumeResponseTest.swift+102
- IdentityCore/tests/MSIDWebviewFactoryTests.m+16-5
- IdentityCore/tests/integration/ios/MSIDWebResponseOperationFactoryTests.m+1-30
- changelog.txt+3
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5811 | 5811 |
| |
5812 | 5812 |
| |
5813 | 5813 |
| |
5814 |
| - | |
5815 |
| - | |
5816 | 5814 |
| |
5817 | 5815 |
| |
5818 | 5816 |
| |
| |||
8783 | 8781 |
| |
8784 | 8782 |
| |
8785 | 8783 |
| |
8786 |
| - | |
8787 |
| - | |
8788 |
| - | |
| 8784 | + | |
| 8785 | + | |
8789 | 8786 |
| |
8790 | 8787 |
| |
8791 | 8788 |
| |
| |||
8797 | 8794 |
| |
8798 | 8795 |
| |
8799 | 8796 |
| |
8800 |
| - | |
| 8797 | + | |
8801 | 8798 |
| |
8802 | 8799 |
| |
8803 | 8800 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
| |||
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
41 |
| - | |
42 |
| - | |
| 39 | + | |
| 40 | + | |
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
| |||
61 | 59 |
| |
62 | 60 |
| |
63 | 61 |
| |
64 |
| - | |
65 |
| - | |
66 | 62 |
| |
67 | 63 |
| |
68 | 64 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
93 | 92 |
| |
94 | 93 |
| |
95 | 94 |
| |
| |||
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
| 145 | + | |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| |||
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
629 |
| - | |
630 |
| - | |
| 629 | + | |
| 630 | + | |
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
|
Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + | |
| 88 | + | |
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
| |||
654 | 656 |
| |
655 | 657 |
| |
656 | 658 |
| |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
657 | 665 |
| |
658 | 666 |
| |
659 | 667 |
| |
| |||
947 | 955 |
| |
948 | 956 |
| |
949 | 957 |
| |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
950 | 963 |
| |
951 | 964 |
| |
952 | 965 |
| |
| |||
1043 | 1056 |
| |
1044 | 1057 |
| |
1045 | 1058 |
| |
1046 |
| - | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1047 | 1065 |
| |
1048 | 1066 |
| |
1049 | 1067 |
| |
| |||
1140 | 1158 |
| |
1141 | 1159 |
| |
1142 | 1160 |
| |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
1143 | 1167 |
| |
1144 | 1168 |
| |
1145 | 1169 |
| |
| |||
1237 | 1261 |
| |
1238 | 1262 |
| |
1239 | 1263 |
| |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
1240 | 1269 |
| |
1241 | 1270 |
| |
1242 | 1271 |
| |
|
0 commit comments