File tree
3 files changed
+8
-11
lines changed- MSAL
- MSAL.xcodeproj
- src
3 files changed
+8
-11
lines changedSubmodule IdentityCore updated 27 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+43-3
- IdentityCore/src/oauth2/aad_base/MSIDAADWebviewFactory.m+7
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.m+127-108
- IdentityCore/src/webview/MSIDCertAuthManager.h+64
- IdentityCore/src/webview/MSIDCertAuthManager.m+128
- IdentityCore/src/webview/MSIDWebviewAuthorization.m+6
- IdentityCore/src/webview/embeddedWebview/MSIDOAuth2EmbeddedWebviewController.m+2
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/ios/MSIDCertAuthHandler.m+22-116
- IdentityCore/src/webview/operations/MSIDSwitchBrowserOperation.h+34
- IdentityCore/src/webview/operations/MSIDSwitchBrowserOperation.m+122
- IdentityCore/src/webview/operations/MSIDSwtichBrowserResumeOperation.h+34
- IdentityCore/src/webview/operations/MSIDSwtichBrowserResumeOperation.m+100
- IdentityCore/src/webview/operations/MSIDWebResponseBaseOperation.h+10
- IdentityCore/src/webview/operations/MSIDWebResponseBaseOperation.m+8
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.h+9-19
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.m+73
- IdentityCore/src/webview/response/MSIDSwitchBrowserResumeResponse.h+36
- IdentityCore/src/webview/response/MSIDSwitchBrowserResumeResponse.m+59
- IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.h-1
- IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.m+3-27
- IdentityCore/src/webview/response/MSIDWebOAuth2Response.h+2
- IdentityCore/src/webview/response/MSIDWebOAuth2Response.m+41-4
- IdentityCore/src/webview/response/MSIDWebviewResponse.m+2-1
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebviewController.h+3
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebviewController.m+12
- IdentityCore/tests/automation/ui_tests_lib/MSIDBaseUITest.m+4-1
- changelog.txt+6
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5775 | 5775 |
| |
5776 | 5776 |
| |
5777 | 5777 |
| |
5778 |
| - | |
5779 |
| - | |
5780 | 5778 |
| |
5781 | 5779 |
| |
5782 | 5780 |
| |
| |||
8733 | 8731 |
| |
8734 | 8732 |
| |
8735 | 8733 |
| |
8736 |
| - | |
8737 |
| - | |
8738 |
| - | |
| 8734 | + | |
| 8735 | + | |
8739 | 8736 |
| |
8740 | 8737 |
| |
8741 | 8738 |
| |
| |||
8747 | 8744 |
| |
8748 | 8745 |
| |
8749 | 8746 |
| |
8750 |
| - | |
| 8747 | + | |
8751 | 8748 |
| |
8752 | 8749 |
| |
8753 | 8750 |
| |
|
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 |
| |
|
0 commit comments