Commit c38402f
File tree
12 files changed
+59
-14
lines changed- MSAL
- resources
- ios
- mac
- src
- test
- automation/tests
- interactive
- unit
12 files changed
+59
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| 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 21 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+10
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrokerOperationBrowserNativeMessageRequest.m+4-4
- IdentityCore/src/broker_operation/request/token_request/MSIDBrokerOperationBrowserTokenRequest.m+7-2
- IdentityCore/src/broker_operation/request/token_request/MSIDBrokerOperationTokenRequest.h+1-1
- IdentityCore/src/broker_operation/request/token_request/MSIDBrokerOperationTokenRequest.m+1
- IdentityCore/src/cache/crypto/MSIDWPJKeyPairWithCert+TransportKey.h+33
- IdentityCore/src/cache/crypto/MSIDWPJKeyPairWithCert+TransportKey.m+49
- IdentityCore/src/cache/crypto/MSIDWPJKeyPairWithCert.h+3
- IdentityCore/src/cache/crypto/MSIDWPJKeyPairWithCert.m+6
- IdentityCore/src/oauth2/MSIDExternalSSOContext.h+1
- IdentityCore/src/oauth2/token/MSIDPrimaryRefreshToken.h+1
- IdentityCore/src/oauth2/token/MSIDPrimaryRefreshToken.m+6
- IdentityCore/src/parameters/MSIDRequestParameters.h+3
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcInteractiveTokenRequest.m+20-2
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinConstants.h+1
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinConstants.m+1
- IdentityCore/src/workplacejoin/MSIDWorkPlaceJoinUtilBase.m+56
- IdentityCore/tests/MSIDBrokerOperationBrowserNativeMessageRequestTests.m+5-5
- IdentityCore/tests/MSIDBrokerOperationBrowserTokenRequestTests.m+1-1
- IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m+88-8
- changelog.txt+3
| 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 | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | | - | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
248 | 253 | | |
249 | 254 | | |
250 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
Lines changed: 2 additions & 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 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
0 commit comments