Commit 9144888
Release 1.1.16 (#1273)
* the ui testing was excuted twice, and remove one (#1245)
* Fixed README.md typo
* update common lib
* update msal
* When creating a hotfix branch, a automation should be triggered as well (#1259)
* update latest common lib
* update common core
* Update MSAL to use common lib with throttling feature (#1258)
throttling feature
* update msal use common core dev (#1265)
* Dummy change to trigger Travis CI
* Minor logging improvements
* Update identitycore
* Create release branch.
* Update release branch (#1274)
* Remove check if access_token is not returned for id_token only scenarios
* Changed properties that depended on accessToken to nullable
* update common lib
* Updated common core
* Updated submodule
* Addressed comments
* Updated submodule
* Return empty access token in MSALResult
* update change log
* Return empty authorization header when access token is empty
* Updated UT
* Updated changelog
* Update common core
* Updated changelog
* Update changelog.
Co-authored-by: Tatsuro Shibamura <[email protected]>
Co-authored-by: Olga Dalton <[email protected]>
Co-authored-by: HieuNguyen <[email protected]>
Co-authored-by: Hieu Nguyen <[email protected]>
* Update release branch (#1277)
* Update common core.
* Trigger new build.
Co-authored-by: kaisong1990 <[email protected]>
Co-authored-by: Garrison Locke <[email protected]>
Co-authored-by: Olga Dalton <[email protected]>
Co-authored-by: HieuNguyen <[email protected]>
Co-authored-by: Hieu Nguyen <[email protected]>
Co-authored-by: Jason Zeng <[email protected]>
Co-authored-by: Tatsuro Shibamura <[email protected]>1 parent fe8c307 commit 9144888
File tree
11 files changed
+63
-17
lines changed- MSAL
- resources
- ios
- mac
- src
- public
- test/unit
- azure_pipelines
11 files changed
+63
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | | - | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | | - | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
| 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 89 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+128-2
- IdentityCore/src/MSIDConstants.h+3
- IdentityCore/src/MSIDConstants.m+2
- IdentityCore/src/MSIDOAuth2Constants.h+1
- IdentityCore/src/MSIDOAuth2Constants.m+1
- IdentityCore/src/broker_operation/request/silent_token_request/MSIDBrokerOperationSilentTokenRequest.m+3-1
- IdentityCore/src/cache/MSIDKeychainTokenCache.m+8-1
- IdentityCore/src/cache/accessor/MSIDAccountCredentialCache.h+3
- IdentityCore/src/cache/accessor/MSIDAccountCredentialCache.m+11-6
- IdentityCore/src/cache/accessor/MSIDDefaultTokenCacheAccessor.h+3
- IdentityCore/src/cache/accessor/MSIDDefaultTokenCacheAccessor.m+2-3
- IdentityCore/src/cache/mac/MSIDMacACLKeychainAccessor.h+1
- IdentityCore/src/cache/mac/MSIDMacACLKeychainAccessor.m+47-17
- IdentityCore/src/cache/token/MSIDCredentialCacheItem.h+1
- IdentityCore/src/cache/token/MSIDCredentialCacheItem.m+21-4
- IdentityCore/src/controllers/MSIDLocalInteractiveController.m+18-4
- IdentityCore/src/controllers/broker/MSIDSSOExtensionInteractiveTokenRequestController.h-2
- IdentityCore/src/controllers/broker/MSIDSSOExtensionInteractiveTokenRequestController.m+17-3
- IdentityCore/src/intune/MSIDIntuneApplicationStateManager.h+1-1
- IdentityCore/src/intune/MSIDIntuneApplicationStateManager.m+7-8
- IdentityCore/src/logger/MSIDLoggerConnecting.h+1-1
- IdentityCore/src/network/session_delegate/MSIDURLSessionDelegate.m+1-1
- IdentityCore/src/oauth2/MSIDOauth2Factory.m+4-4
- IdentityCore/src/oauth2/token/MSIDAccessToken.h+1
- IdentityCore/src/oauth2/token/MSIDAccessToken.m+5
- IdentityCore/src/pop_manager/MSIDDevicePopManager.m+46-23
- IdentityCore/src/requests/MSIDInteractiveTokenRequest+Internal.h+2
- IdentityCore/src/requests/MSIDInteractiveTokenRequest.h+3-1
- IdentityCore/src/requests/MSIDInteractiveTokenRequest.m+2
- IdentityCore/src/requests/MSIDSilentTokenRequest.h+2
- IdentityCore/src/requests/MSIDSilentTokenRequest.m+82-36
- IdentityCore/src/requests/broker/MSIDSSOExtensionInteractiveTokenRequest.m+3-1
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.h+2-1
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.m+57-21
- IdentityCore/src/requests/sdk/adal/MSIDLegacyTokenRequestProvider.m+2-1
- IdentityCore/src/requests/sdk/msal/MSIDDefaultSilentTokenRequest.m+2
- IdentityCore/src/requests/sdk/msal/MSIDDefaultTokenRequestProvider.m+6-3
- IdentityCore/src/requests/sdk/msal/MSIDDefaultTokenResponseValidator.m+5
- IdentityCore/src/throttling/MSIDThrottlingService.h+55
- IdentityCore/src/throttling/MSIDThrottlingService.m+118
- IdentityCore/src/throttling/cache/MSIDLRUCache.m+52-29
- IdentityCore/src/throttling/cache/MSIDThrottlingCacheRecord.h+3-3
- IdentityCore/src/throttling/cache/MSIDThrottlingCacheRecord.m+2-2
- IdentityCore/src/throttling/metadata/MSIDThrottlingMetaData.h+30
- IdentityCore/src/throttling/metadata/MSIDThrottlingMetaData.m+52
- IdentityCore/src/throttling/metadata/MSIDThrottlingMetaDataCache.h+42
- IdentityCore/src/throttling/metadata/MSIDThrottlingMetaDataCache.m+98
- IdentityCore/src/throttling/model/MSIDThrottlingModel429.h+31
- IdentityCore/src/throttling/model/MSIDThrottlingModel429.m+122
- IdentityCore/src/throttling/model/MSIDThrottlingModelBase.h+71
- IdentityCore/src/throttling/model/MSIDThrottlingModelBase.m+99
- IdentityCore/src/throttling/model/MSIDThrottlingModelFactory.h+43
- IdentityCore/src/throttling/model/MSIDThrottlingModelFactory.m+133
- IdentityCore/src/throttling/model/MSIDThrottlingModelInteractionRequire.h+31
- IdentityCore/src/throttling/model/MSIDThrottlingModelInteractionRequire.m+116
- IdentityCore/src/throttling/thumbprint_calculation/MSIDThumbprintCalculatable.h-1
- IdentityCore/src/throttling/thumbprint_calculation/MSIDThumbprintCalculator.h+1-1
- IdentityCore/src/throttling/thumbprint_calculation/MSIDThumbprintCalculator.m+2-2
- IdentityCore/src/util/NSDate+MSIDExtensions.h+1-1
- IdentityCore/src/util/NSDate+MSIDExtensions.m+35
- IdentityCore/src/util/NSDictionary+MSIDLogging.m+8
- IdentityCore/src/util/NSError+MSIDThrottlingExtension.h+39
- IdentityCore/src/util/NSError+MSIDThrottlingExtension.m+55
- IdentityCore/src/util/NSString+MSIDExtensions.m+10-4
- IdentityCore/src/validation/MSIDAADAuthority.m+4
- IdentityCore/src/webview/operations/MSIDWebOpenBrowserResponseOperation.m+1-1
- IdentityCore/tests/MSIDAccessTokenTests.m+21
- IdentityCore/tests/MSIDAccountCacheItemTests.m+27-9
- IdentityCore/tests/MSIDCredentialCacheItemTests.m+4
- IdentityCore/tests/MSIDDevicePopManagerTest.m+9-9
- IdentityCore/tests/MSIDIntuneMAMResourcesCacheTests.m+33
- IdentityCore/tests/MSIDLRUCacheTest.m+28-27
- IdentityCore/tests/MSIDOauth2FactoryTests.m+20-3
- IdentityCore/tests/MSIDThrottlingServiceIntegrationTests.m+1.6k
- IdentityCore/tests/MSIDThumbprintCalculatorTests.m+19-19
- IdentityCore/tests/integration/MSIDDefaultTokenCacheIntegrationTests.m+57-4
- IdentityCore/tests/integration/ios/MSIDDefaultInteractiveTokenRequestTests.m+13-10
- IdentityCore/tests/integration/ios/MSIDDefaultSilentTokenRequestTests.m+4-1
- IdentityCore/tests/mocks/MSIDAuthorityMock.m+9
- IdentityCore/tests/mocks/MSIDThrottlingServiceMock.h+55
- IdentityCore/tests/mocks/MSIDThrottlingServiceMock.m+77
- IdentityCore/tests/throttling/MSIDThrottlingMetaDataTest.m+78
- IdentityCore/tests/throttling/MSIDThrottlingModel429Test.m+179
- IdentityCore/tests/throttling/MSIDThrottlingModelFactoryTest.m+54
- IdentityCore/tests/throttling/MSIDThrottlingModelInteractionRequireTest.m+208
- IdentityCore/tests/util/MSIDTestURLResponse+Util.h+15
- IdentityCore/tests/util/MSIDTestURLResponse+Util.m+60
- changelog.txt+8
- device_guids.py+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
134 | 139 | | |
135 | 140 | | |
136 | 141 | | |
137 | | - | |
138 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
139 | 146 | | |
140 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
141 | 150 | | |
142 | | - | |
143 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
144 | 157 | | |
145 | 158 | | |
146 | 159 | | |
147 | 160 | | |
148 | 161 | | |
149 | 162 | | |
150 | 163 | | |
151 | | - | |
| 164 | + | |
152 | 165 | | |
153 | 166 | | |
154 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
195 | 207 | | |
196 | 208 | | |
197 | 209 | | |
| |||
218 | 230 | | |
219 | 231 | | |
220 | 232 | | |
| 233 | + | |
221 | 234 | | |
222 | 235 | | |
223 | 236 | | |
| |||
232 | 245 | | |
233 | 246 | | |
234 | 247 | | |
| 248 | + | |
| 249 | + | |
235 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
236 | 261 | | |
237 | 262 | | |
238 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments