Commit 13eccf3
Plugin XPC related UI into MSAL Mac Sample app and update commonCore (#2571)
* Support XPC mode and add MSAL Mac test app inot the xpc app group
* Update commoncore
* update commot core
* add xpc support in sample app
* Update submodule
* Update property name
* Update storyboard and new options for testing app
* move UI from bg from test app
* Update interactive flow and assign XPC mode value
* Update commoncore
* Update change log and commoncore
* Update MSAL xpc mode naming
* switch companion and backup in xpc mode
* Update commoncore
---------
Co-authored-by: Kai Song <[email protected]>
Co-authored-by: Kai Song <[email protected]>
Co-authored-by: kai <[email protected]>1 parent b48916c commit 13eccf3
File tree
10 files changed
+283
-78
lines changed- MSAL
- MSAL.xcodeproj
- src
- public
- test/app/mac
- Base.lproj
10 files changed
+283
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Submodule IdentityCore updated 25 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+34-8
- IdentityCore/src/MSIDConstants.h+4-4
- IdentityCore/src/MSIDError.h+3
- IdentityCore/src/MSIDError.m+3
- IdentityCore/src/controllers/MSIDRequestControllerFactory.m+58-8
- IdentityCore/src/controllers/MSIDSilentController.m+2-2
- IdentityCore/src/controllers/broker/mac/MSIDXpcInteractiveTokenRequestController.h+41
- IdentityCore/src/controllers/broker/mac/MSIDXpcInteractiveTokenRequestController.m+125
- IdentityCore/src/controllers/broker/mac/MSIDXpcSilentTokenRequestController.m+2-1
- IdentityCore/src/requests/broker/MSIDSSOExtensionInteractiveTokenRequest.h+2-2
- IdentityCore/src/requests/broker/MSIDSSOExtensionInteractiveTokenRequest.m+24-100
- IdentityCore/src/requests/broker/MSIDSSORemoteInteractiveTokenRequest.h+38
- IdentityCore/src/requests/broker/MSIDSSORemoteInteractiveTokenRequest.m+156
- IdentityCore/src/requests/broker/MSIDSSORemoteSilentTokenRequest.m+10-10
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcInteractiveTokenRequest.h+34
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcInteractiveTokenRequest.m+114
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcSilentTokenRequest.m+1-1
- IdentityCore/src/requests/sdk/MSIDTokenRequestProviding.h+2
- IdentityCore/src/requests/sdk/adal/MSIDLegacyTokenRequestProvider.m+6
- IdentityCore/src/requests/sdk/msal/MSIDDefaultTokenRequestProvider.m+17-1
- IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.m+21-8
- IdentityCore/tests/MSIDRequestControllerFactoryTests.m+315-3
- IdentityCore/tests/mocks/MSIDTestTokenRequestProvider.m+4
- azure_pipelines/verify_msalcpp_per_pr_ios.yml+11-11
- azure_pipelines/verify_msalcpp_per_pr_mac.yml+11-11
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5959 | 5959 | | |
5960 | 5960 | | |
5961 | 5961 | | |
5962 | | - | |
5963 | 5962 | | |
5964 | 5963 | | |
5965 | 5964 | | |
| |||
8011 | 8010 | | |
8012 | 8011 | | |
8013 | 8012 | | |
8014 | | - | |
| 8013 | + | |
8015 | 8014 | | |
8016 | 8015 | | |
8017 | 8016 | | |
8018 | 8017 | | |
8019 | 8018 | | |
| 8019 | + | |
8020 | 8020 | | |
8021 | 8021 | | |
8022 | 8022 | | |
| |||
8084 | 8084 | | |
8085 | 8085 | | |
8086 | 8086 | | |
8087 | | - | |
| 8087 | + | |
8088 | 8088 | | |
8089 | 8089 | | |
8090 | 8090 | | |
8091 | 8091 | | |
8092 | 8092 | | |
| 8093 | + | |
8093 | 8094 | | |
8094 | 8095 | | |
8095 | 8096 | | |
| |||
Lines changed: 2 additions & 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 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
721 | 731 | | |
722 | 732 | | |
723 | 733 | | |
| |||
1064 | 1074 | | |
1065 | 1075 | | |
1066 | 1076 | | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
1067 | 1087 | | |
1068 | 1088 | | |
1069 | 1089 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
197 | 228 | | |
198 | 229 | | |
199 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
| |||
0 commit comments