File tree
7 files changed
+40
-5
lines changed- msal
- src/main/java/com/microsoft/identity/client
- versioning
7 files changed
+40
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
- azure-pipelines/templates/steps/maven-release/gpg-signing.sh+63-5
- azure-pipelines/templates/steps/maven-release/maven-release-jobs.yml+1-1
- changelog.txt+18
- common/src/androidTest/java/com/microsoft/identity/common/MsalCppOAuth2TokenCacheTest.java+122
- common/src/main/java/com/microsoft/identity/common/adal/internal/cache/StorageHelper.java+33-20
- common/src/main/java/com/microsoft/identity/common/exception/IntuneAppProtectionPolicyRequiredException.java+152-2
- common/src/main/java/com/microsoft/identity/common/internal/cache/MsalCppOAuth2TokenCache.java+17-10
- common/src/main/java/com/microsoft/identity/common/internal/commands/parameters/BrokerInteractiveTokenCommandParameters.java+7
- common/src/main/java/com/microsoft/identity/common/internal/controllers/CommandDispatcher.java+7-6
- common/src/main/java/com/microsoft/identity/common/internal/controllers/ExceptionAdapter.java+82-22
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationFragment.java+3
- common/src/main/java/com/microsoft/identity/common/internal/result/AdalBrokerResultAdapter.java+1
- common/src/main/java/com/microsoft/identity/common/internal/result/BrokerResultAdapterFactory.java+3
- common/src/main/java/com/microsoft/identity/common/internal/util/AccountUtil.java+76
- common/src/main/java/com/microsoft/identity/common/internal/util/StringUtil.java+11
- common/versioning/version.properties+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
96 | 117 | | |
97 | 118 | | |
98 | 119 | | |
| |||
162 | 183 | | |
163 | 184 | | |
164 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
165 | 190 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | | - | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
1231 | 1233 | | |
1232 | 1234 | | |
1233 | 1235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments