File tree
28 files changed
+310
-28
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- native_auth
- controllers/sign_in
- public
- parameters
- state_machine
- delegate
- state
- test
- app/ios
- unit/native_auth
- controllers
- mock
- public
- state_machine/sign_in
28 files changed
+310
-28
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
|
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 37 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/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/MSIDInteractiveTokenRequestParameters.h+1-1
- 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/MSIDXpcIdentifierCache.h+37
- 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/MSIDRequestControllerFactoryTests.m+274
- 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
- changelog.txt+4-1
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
304 | 308 |
| |
305 | 309 |
| |
306 | 310 |
| |
| |||
2061 | 2065 |
| |
2062 | 2066 |
| |
2063 | 2067 |
| |
| 2068 | + | |
| 2069 | + | |
2064 | 2070 |
| |
2065 | 2071 |
| |
2066 | 2072 |
| |
| |||
4574 | 4580 |
| |
4575 | 4581 |
| |
4576 | 4582 |
| |
| 4583 | + | |
| 4584 | + | |
4577 | 4585 |
| |
4578 | 4586 |
| |
4579 | 4587 |
| |
| |||
7168 | 7176 |
| |
7169 | 7177 |
| |
7170 | 7178 |
| |
| 7179 | + | |
7171 | 7180 |
| |
7172 | 7181 |
| |
7173 | 7182 |
| |
| |||
7192 | 7201 |
| |
7193 | 7202 |
| |
7194 | 7203 |
| |
| 7204 | + | |
7195 | 7205 |
| |
7196 | 7206 |
| |
7197 | 7207 |
| |
| |||
7303 | 7313 |
| |
7304 | 7314 |
| |
7305 | 7315 |
| |
| 7316 | + | |
7306 | 7317 |
| |
7307 | 7318 |
| |
7308 | 7319 |
| |
| |||
7399 | 7410 |
| |
7400 | 7411 |
| |
7401 | 7412 |
| |
| 7413 | + | |
7402 | 7414 |
| |
7403 | 7415 |
| |
7404 | 7416 |
| |
|
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: 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: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
| |||
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
120 |
| - | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
137 | 136 |
| |
138 | 137 |
| |
139 | 138 |
| |
140 | 139 |
| |
141 |
| - | |
| 140 | + | |
142 | 141 |
| |
143 | 142 |
| |
144 | 143 |
| |
| |||
434 | 433 |
| |
435 | 434 |
| |
436 | 435 |
| |
437 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
438 | 443 |
| |
439 | 444 |
| |
440 | 445 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| 39 | + | |
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
|
0 commit comments