File tree
12 files changed
+216
-186
lines changed- MSAL
- src
- public
- util
- test/unit
- utils
12 files changed
+216
-186
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
| 5 | + | |
| 6 | + | |
3 | 7 |
| |
4 | 8 |
| |
5 | 9 |
| |
|
Submodule IdentityCore updated 44 files
- .github/ISSUE_TEMPLATE/bug_report.yml+94
- .github/ISSUE_TEMPLATE/config.yml+2
- .github/ISSUE_TEMPLATE/documentation.yml+21
- .github/ISSUE_TEMPLATE/feature_request.yml+18
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+84
- IdentityCore/src/MSIDConstants.h+8
- IdentityCore/src/MSIDError.h+2
- IdentityCore/src/MSIDError.m+2
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.m+37-3
- IdentityCore/src/controllers/MSIDRequestControllerFactory.m+126-1
- IdentityCore/src/controllers/broker/mac/MSIDXpcSilentTokenRequestController.h+36
- IdentityCore/src/controllers/broker/mac/MSIDXpcSilentTokenRequestController.m+58
- IdentityCore/src/parameters/MSIDRequestParameters.h+3
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.h+2-20
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.m+9-144
- IdentityCore/src/requests/broker/MSIDSSORemoteSilentTokenRequest.h+55
- IdentityCore/src/requests/broker/MSIDSSORemoteSilentTokenRequest.m+201
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcSilentTokenRequest.h+34
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcSilentTokenRequest.m+109
- IdentityCore/src/requests/sdk/MSIDTokenRequestProviding.h+3
- IdentityCore/src/requests/sdk/adal/MSIDLegacyTokenRequestProvider.m+7-2
- IdentityCore/src/requests/sdk/msal/MSIDDefaultTokenRequestProvider.m+19
- IdentityCore/src/util/MSIDRedirectUri.h+2-1
- IdentityCore/src/util/MSIDRedirectUri.m+15-7
- IdentityCore/src/util/MSIDXpcIdentifierCache.h+37
- IdentityCore/src/util/ios/MSIDRedirectUriVerifier.m+15-1
- IdentityCore/src/util/mac/MSIDRedirectUriVerifier.m+3-1
- IdentityCore/src/util/mac/MSIDXpcConfiguration.h+47
- IdentityCore/src/util/mac/MSIDXpcConfiguration.m+65
- IdentityCore/src/util/mac/MSIDXpcProviderCache.h+41
- IdentityCore/src/util/mac/MSIDXpcProviderCache.m+261
- IdentityCore/src/util/mac/MSIDXpcProviderCaching.h+50
- IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.h+55
- IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.m+461
- IdentityCore/tests/MSIDBrokerRedirectUriTest.m+48-8
- IdentityCore/tests/MSIDRedirectUriVerifierTests.m+101-1
- IdentityCore/tests/MSIDRequestControllerFactoryTests.m+274
- IdentityCore/tests/mac/MSIDRedirectUriVerifierMacTests.m+3-3
- IdentityCore/tests/mac/MSIDXpcSingleSignOnProviderTest.m+154
- IdentityCore/tests/mocks/MSIDTestTokenRequestProvider.m+5
- IdentityCore/tests/mocks/MSIDXpcProviderCacheMock.h+38
- IdentityCore/tests/mocks/MSIDXpcProviderCacheMock.m+74
- azure_pipelines/verify_msalcpp_per_pr_ios.yml+3
- azure_pipelines/verify_msalcpp_per_pr_mac.yml+3
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Lines changed: 31 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 |
| - | |
191 |
| - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
192 | 199 |
| |
193 | 200 |
| |
194 | 201 |
| |
| |||
890 | 897 |
| |
891 | 898 |
| |
892 | 899 |
| |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
893 | 921 |
| |
894 | 922 |
| |
895 | 923 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
225 | 238 |
| |
226 | 239 |
| |
227 | 240 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
|
0 commit comments