File tree
17 files changed
+817
-134
lines changed- MSAL
- MSAL.xcodeproj
- src
- public
- test
- integration/native_auth/end_to_end
- credentials
- mfa
- reset_password
- sign_in
- sign_out
- sign_up
- unit
17 files changed
+817
-134
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 |
| |
|
Submodule IdentityCore updated 86 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+111-21
- IdentityCore/src/MSIDBrokerConstants.h+1-2
- IdentityCore/src/MSIDBrokerConstants.m+1-3
- IdentityCore/src/MSIDConstants.h+6
- IdentityCore/src/MSIDConstants.m+7
- IdentityCore/src/MSIDFlightManager.h+13-16
- IdentityCore/src/MSIDFlightManager.m+50
- IdentityCore/src/broker_operation/response/MSIDBrokerNativeAppOperationResponse.h-9
- IdentityCore/src/broker_operation/response/MSIDBrokerNativeAppOperationResponse.m-25
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.h+9-1
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.m+25-1
- IdentityCore/src/configuration/webview/MSIDAuthorizeWebRequestConfiguration.m+5-4
- IdentityCore/src/network/request_server_telemetry/MSIDAADTokenRequestServerTelemetry.m+6-10
- 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+209-101
- IdentityCore/src/requests/broker/MSIDSSOExtensionGetAccountsRequest.m-6
- IdentityCore/src/requests/broker/MSIDSSOExtensionGetDeviceInfoRequest.m-6
- IdentityCore/src/requests/broker/MSIDSSOExtensionSignoutRequest.m-6
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.m-6
- IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.h-18
- IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.m+4-142
- IdentityCore/src/validation/MSIDAADAuthority.m+15
- IdentityCore/src/validation/MSIDAuthority.h+4
- IdentityCore/src/validation/MSIDAuthority.m+5
- 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/MSIDOAuth2EmbeddedWebviewController.m+19-6
- 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/MSIDAADAuthorityTests.m+23
- IdentityCore/tests/MSIDAADTokenRequestServerTelemetryTests.m+158
- IdentityCore/tests/MSIDAADV1WebviewFactoryTests.m+14
- IdentityCore/tests/MSIDAADV2WebviewFactoryTests.m+8
- IdentityCore/tests/MSIDAADWebviewFactoryTests.m+32-9
- IdentityCore/tests/MSIDBrokerNativeAppOperationResponseTests.m+2-65
- IdentityCore/tests/MSIDBrokerOperationGetPasskeyAssertionResponseTests.m+2-1
- IdentityCore/tests/MSIDBrokerOperationGetPasskeyCredentialResponseTests.m+2-1
- IdentityCore/tests/MSIDBrokerOperationResponseTests.m+5-3
- IdentityCore/tests/MSIDBrokerOperationTokenResponseTests.m+6-4
- IdentityCore/tests/MSIDDeviceInfoTests.m+34-3
- IdentityCore/tests/MSIDLastRequestTelemetryTests.m+2-16
- 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
- IdentityCore/tests/mocks/MSIDLastRequestTelemetry+Tests.h+38
- changelog.txt+4
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: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
Lines changed: 50 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
43 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
| |||
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
55 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 |
| |
57 | 63 |
| |
58 | 64 |
| |
| |||
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
78 |
| - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
79 | 88 |
| |
80 | 89 |
| |
81 | 90 |
| |
| |||
86 | 95 |
| |
87 | 96 |
| |
88 | 97 |
| |
89 |
| - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
90 | 102 |
| |
91 | 103 |
| |
92 | 104 |
| |
93 | 105 |
| |
94 | 106 |
| |
95 | 107 |
| |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
96 | 142 |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
326 | 330 |
| |
327 |
| - | |
| 331 | + | |
328 | 332 |
| |
329 | 333 |
| |
330 | 334 |
| |
|
0 commit comments