File tree
22 files changed
+944
-140
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- public
- test
- integration/native_auth/end_to_end
- credentials
- mfa
- reset_password
- sign_in
- sign_out
- sign_up
- unit
22 files changed
+944
-140
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 79 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+117-21
- IdentityCore/src/MSIDBrokerConstants.h-2
- IdentityCore/src/MSIDBrokerConstants.m-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/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+205-97
- 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+126
- 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/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/operations/ios/MSIDSwitchBrowserOperation.h+38
- IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserOperation.m+117
- IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserResumeOperation.h+34
- IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserResumeOperation.m+101
- 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-64
- 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: 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: 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 & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
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 |
| |
|
0 commit comments