Commit a48c780
File tree
17 files changed
+296
-51
lines changed- MSAL
- resources
- ios
- mac
- src
- instance
- public
- test
- app
- unit
17 files changed
+296
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 | | |
2 | 15 | | |
3 | 16 | | |
| |||
| 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 72 files
- .travis.yml+1-1
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+148-6
- IdentityCore/MSIDTestsHostApp/MSIDTestsHostApp.entitlements+1
- IdentityCore/src/MSIDBrokerConstants.m+7-2
- IdentityCore/src/MSIDOAuth2Constants.h+1
- IdentityCore/src/MSIDOAuth2Constants.m+1
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.m-1
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyGenerating.h+44
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyGeneratorFactory.h+35
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyGeneratorFactory.m+60
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyKeychainGenerator.h+35
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyKeychainGenerator.m+278
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyLookupAttributes.h+40
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyLookupAttributes.m+69
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyPair.h+42
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyPair.m+65
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyPairWithCert.h+51
- IdentityCore/src/cache/crypto/MSIDAssymetricKeyPairWithCert.m+68
- IdentityCore/src/cache/crypto/mac/MSIDAssymetricKeyLoginKeychainGenerator.h+34
- IdentityCore/src/cache/crypto/mac/MSIDAssymetricKeyLoginKeychainGenerator.m+56
- IdentityCore/src/cache/token/MSIDPRTCacheItem.h+1
- IdentityCore/src/cache/token/MSIDPRTCacheItem.m+6
- IdentityCore/src/network/request_configurator/MSIDAADRequestConfigurator.m-2
- IdentityCore/src/oauth2/token/MSIDPrimaryRefreshToken.h+6
- IdentityCore/src/oauth2/token/MSIDPrimaryRefreshToken.m+43-2
- IdentityCore/src/parameters/MSIDRequestParameters.m+6
- IdentityCore/src/requests/MSIDAuthorizationCodeResult.h+36
- IdentityCore/src/requests/MSIDAuthorizationCodeResult.m+28
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.h+47
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.m+224
- IdentityCore/src/requests/MSIDInteractiveRequestControlling.h+39
- IdentityCore/src/requests/MSIDInteractiveTokenRequest+Internal.h+1-2
- IdentityCore/src/requests/MSIDInteractiveTokenRequest.h+3-5
- IdentityCore/src/requests/MSIDInteractiveTokenRequest.m+16-159
- IdentityCore/src/requests/sdk/MSIDTokenRequestProviding.h+2-1
- IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.m+15-6
- IdentityCore/src/webview/embeddedWebview/MSIDAADOAuthEmbeddedWebviewController.m+5-11
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/MSIDWPJChallengeHandler.m+4-2
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/ios/MSIDCertAuthHandler.m-2
- IdentityCore/src/workplacejoin/MSIDPkeyAuthHelper.m+6-6
- IdentityCore/src/workplacejoin/MSIDRegistrationInformation.h+17-19
- IdentityCore/src/workplacejoin/MSIDRegistrationInformation.m+21-40
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinConstants.h+2
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinConstants.m+2
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinUtil.h+12-3
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinUtilBase+Internal.h+38
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinUtilBase.h+35
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinUtilBase.m+99
- IdentityCore/src/workplacejoin/MSIDWorkplaceJoinChallenge.h+36
- IdentityCore/src/workplacejoin/MSIDWorkplaceJoinChallenge.m+40
- IdentityCore/src/workplacejoin/ios/MSIDWorkPlaceJoinUtil.m+34-15
- IdentityCore/src/workplacejoin/mac/MSIDWorkPlaceJoinUtil.m+152-28
- IdentityCore/tests/MSIDAADRequestConfiguratorTests.m+1-1
- IdentityCore/tests/MSIDAssymetricKeychainGeneratorTests.m+365
- IdentityCore/tests/MSIDDefaultTokenRequestProviderTests.m+1-1
- IdentityCore/tests/MSIDLegacyTokenRequestProviderTests.m+1-1
- IdentityCore/tests/MSIDPkeyAuthHelperTests.m+28-6
- IdentityCore/tests/MSIDPrimaryRefreshTokenTests.m+120
- IdentityCore/tests/MSIDURLSessionDelegateTests.m+4-4
- IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m+120
- IdentityCore/tests/automation/ui_app_lib/ios/MSIDOpenURLAction.m+1-1
- IdentityCore/tests/integration/MSIDAuthorityIntegrationTests.m-32
- IdentityCore/tests/integration/MSIDExternalAADCacheSeederIntegrationTests.m+1
- IdentityCore/tests/mac/MSIDMacKeychainTokenCache+Test.h+34
- IdentityCore/tests/mac/MSIDMacKeychainTokenCacheTests.m+6-2
- IdentityCore/tests/mocks/MSIDRegistrationInformationMock.m+2-2
- IdentityCore/tests/util/MSIDApplicationTestUtil.m+20-3
- IdentityCore/tests/util/MSIDTestURLResponse+Util.m-2
- IdentityCore/tests/util/network/MSIDTestURLResponse.m-2
- IdentityCore/xcconfig/identitycore__automation__ios.xcconfig+1-1
- IdentityCore/xcconfig/identitycore__common__ios.xcconfig+1-1
- changelog.txt+8
| 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 | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
41 | 54 | | |
42 | 55 | | |
43 | 56 | | |
44 | | - | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
48 | | - | |
| 61 | + | |
49 | 62 | | |
50 | 63 | | |
51 | 64 | | |
| |||
54 | 67 | | |
55 | 68 | | |
56 | 69 | | |
57 | | - | |
| 70 | + | |
58 | 71 | | |
59 | 72 | | |
60 | 73 | | |
61 | | - | |
| 74 | + | |
62 | 75 | | |
63 | 76 | | |
64 | 77 | | |
| |||
95 | 108 | | |
96 | 109 | | |
97 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
98 | 116 | | |
99 | 117 | | |
100 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
138 | 149 | | |
139 | 150 | | |
140 | 151 | | |
141 | 152 | | |
142 | 153 | | |
143 | 154 | | |
144 | 155 | | |
145 | | - | |
| 156 | + | |
146 | 157 | | |
147 | 158 | | |
148 | 159 | | |
| |||
154 | 165 | | |
155 | 166 | | |
156 | 167 | | |
157 | | - | |
| 168 | + | |
158 | 169 | | |
159 | 170 | | |
160 | 171 | | |
| |||
201 | 212 | | |
202 | 213 | | |
203 | 214 | | |
| 215 | + | |
204 | 216 | | |
205 | 217 | | |
206 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
1017 | | - | |
| 1017 | + | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
| |||
1260 | 1260 | | |
1261 | 1261 | | |
1262 | 1262 | | |
1263 | | - | |
| 1263 | + | |
1264 | 1264 | | |
1265 | 1265 | | |
1266 | 1266 | | |
| |||
0 commit comments