2 files changed
+3
-7
lines changedSubmodule IdentityCore updated 33 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+30-14
- IdentityCore/src/oauth2/aad_base/MSIDAADWebviewFactory.m-1
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.m+23-54
- IdentityCore/src/webview/MSIDCertAuthManager.h-1
- IdentityCore/src/webview/MSIDWebviewAuthorization.h+2
- IdentityCore/src/webview/MSIDWebviewAuthorization.m-5
- IdentityCore/src/webview/embeddedWebview/MSIDOAuth2EmbeddedWebviewController.m-2
- IdentityCore/src/webview/operations/MSIDSwitchBrowserOperation.m+6-10
- IdentityCore/src/webview/operations/MSIDSwtichBrowserResumeOperation.m+13-12
- 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+4-6
- IdentityCore/src/webview/operations/MSIDWebResponseBaseOperation.m+3-10
- 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+2-2
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.m+1-8
- IdentityCore/src/webview/response/MSIDSwitchBrowserResumeResponse.h-2
- IdentityCore/src/webview/response/MSIDSwitchBrowserResumeResponse.m+1-25
- IdentityCore/src/webview/response/MSIDWebAADAuthCodeResponse.m+20
- IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.h+6
- IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.m+14
- IdentityCore/src/webview/response/MSIDWebOpenBrowserResponse.m-7
- IdentityCore/src/webview/response/MSIDWebUpgradeRegResponse.m-7
- IdentityCore/src/webview/response/MSIDWebWPJResponse.m-7
- IdentityCore/src/webview/systemWebview/session/MSIDSystemWebviewController.m+1-1
- IdentityCore/tests/integration/ios/MSIDWebResponseOperationFactoryTests.m-30
- changelog.txt+3
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 |
| |
|
0 commit comments