Commit c565e6d
committed
File tree
9 files changed
+45
-10
lines changed- adal
- versioning
- azure-pipelines/vsts-releases
- gradle
9 files changed
+45
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
150 | | - | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | | - | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
41 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
- .github/workflows/codecov.yml+25
- .github/workflows/main.yml-58
- .gitignore+3
- LabApiUtilities/build.gradle+47-2
- azure-pipelines/code-coverage/common.yml+46
- azure-pipelines/continous-delivery/common.yml+108
- azure-pipelines/nightly-snapshot-releases/Latest Common VSTS Release.yml-34
- azure-pipelines/nightly-snapshot-releases/Nightly Common VSTS Release.yml-34
- azure-pipelines/templates/steps/continous-delivery/assemble-publish-projversion.yml+54
- azure-pipelines/templates/steps/maven-release/gpg-signing.sh+63-5
- azure-pipelines/templates/steps/maven-release/maven-release-jobs.yml+1-1
- azure-pipelines/templates/steps/nightly-snapshot-releases/common.yml-66
- changelog.txt+7
- common/build.gradle+4-74
- common/src/androidTest/java/com/microsoft/identity/common/SharedPreferencesFileManagerTests.java+33-36
- common/src/main/java/com/microsoft/identity/common/AndroidPlatformComponents.java+7-1
- common/src/main/java/com/microsoft/identity/common/internal/broker/BrokerActivity.java+1-1
- common/src/main/java/com/microsoft/identity/common/internal/cache/SharedPreferencesFileManager.java+9-1
- common/src/main/java/com/microsoft/identity/common/internal/commands/DeviceCodeFlowCommand.java+5-15
- common/src/main/java/com/microsoft/identity/common/internal/controllers/BrokerMsalController.java+62-44
- common/src/main/java/com/microsoft/identity/common/internal/providers/microsoft/activedirectoryfederationservices/ActiveDirectoryFederationServices2012R2OAuth2Strategy.java+6
- common/src/main/java/com/microsoft/identity/common/internal/providers/microsoft/activedirectoryfederationservices/ActiveDirectoryFederationServices2016OAuth2Strategy.java+6
- common/src/main/java/com/microsoft/identity/common/internal/providers/microsoft/azureactivedirectoryb2c/AzureActiveDirectoryB2COAuth2Strategy.java+10-4
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationFragment.java+3-2
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/CurrentTaskAuthorizationFragment.java+2-2
- common/src/main/java/com/microsoft/identity/common/internal/request/MsalBrokerRequestAdapter.java+1-1
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/challengehandlers/PKeyAuthChallengeHandler.java+8-2
- common/src/main/java/com/microsoft/identity/common/internal/util/QueryParamsAdapter.java-102
- common/src/test/java/com/microsoft/identity/common/internal/controllers/LocalMsalControllerTest.java+183
- common4j/build.gradle+3-3
- common4j/src/main/com/microsoft/identity/common/java/AuthenticationConstants.java+2-2
- common4j/src/main/com/microsoft/identity/common/java/authorities/Authority.java+8-8
- common4j/src/main/com/microsoft/identity/common/java/authorities/AuthorityDeserializer.java+2-3
- common4j/src/main/com/microsoft/identity/common/java/authorities/AzureActiveDirectoryAudience.java+3-4
- common4j/src/main/com/microsoft/identity/common/java/authorities/AzureActiveDirectoryAuthority.java+4-4
- common4j/src/main/com/microsoft/identity/common/java/cache/NameValueStorageBrokerApplicationMetadataCache.java+12
- common4j/src/main/com/microsoft/identity/common/java/cache/SharedPreferencesAccountCredentialCache.java+1-1
- common4j/src/main/com/microsoft/identity/common/java/challengehandlers/PKeyAuthChallenge.java+9-2
- common4j/src/main/com/microsoft/identity/common/java/commands/InteractiveTokenCommand.java+3-5
- common4j/src/main/com/microsoft/identity/common/java/commands/RopcTokenCommand.java+85
- common4j/src/main/com/microsoft/identity/common/java/commands/SilentTokenCommand.java+4-13
- common4j/src/main/com/microsoft/identity/common/java/commands/TokenCommand.java-4
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/RopcTokenCommandParameters.java+37
- common4j/src/main/com/microsoft/identity/common/java/controllers/BaseController.java+97-1
- common4j/src/main/com/microsoft/identity/common/java/controllers/CommandDispatcher.java+2-2
- common4j/src/main/com/microsoft/identity/common/java/exception/ErrorStrings.java+5
- common4j/src/main/com/microsoft/identity/common/java/foci/FociQueryUtilities.java+2-2
- common4j/src/main/com/microsoft/identity/common/java/logging/DiagnosticContext.java+1-1
- common4j/src/main/com/microsoft/identity/common/java/logging/Logger.java+9-3
- common4j/src/main/com/microsoft/identity/common/java/platform/Device.java+3-2
- common4j/src/main/com/microsoft/identity/common/java/providers/RawAuthorizationResult.java+13
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/azureactivedirectory/AzureActiveDirectory.java+4-4
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/azureactivedirectory/AzureActiveDirectoryOAuth2Strategy.java+9-3
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/microsoftsts/MicrosoftStsAuthorizationRequest.java+6-6
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/microsoftsts/MicrosoftStsOAuth2Strategy.java+42-25
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/microsoftsts/MicrosoftStsRopcTokenRequest.java+42
- common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/AuthorizationRequest.java+4-29
- common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/OAuth2Strategy.java+13-5
- common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/OpenIdProviderConfigurationClient.java+2-3
- common4j/src/main/com/microsoft/identity/common/java/util/CommonURIBuilder.java+162
- common4j/src/main/com/microsoft/identity/common/java/util/QueryParamsAdapter.java+210
- common4j/src/main/com/microsoft/identity/common/java/util/StringUtil.java+5-4
- common4j/src/main/com/microsoft/identity/common/java/util/UrlUtil.java+3-4
- common4j/src/test/com/microsoft/identity/common/java/platform/DeviceTest.java+2-2
- common4j/src/test/com/microsoft/identity/common/java/providers/microsoft/MicrosoftAuthorizationRequestTest.java+2
- common4j/src/test/com/microsoft/identity/common/java/providers/microsoft/microsoftsts/MicrosoftStsAuthorizationRequestTests.java+15
- common4j/src/test/com/microsoft/identity/common/java/providers/oauth2/OAuth2StrategyTest.java+6
- common4j/src/test/com/microsoft/identity/common/java/util/CommonURIBuilderTest.java+143
- common4j/src/test/com/microsoft/identity/common/java/util/QueryParamsAdapterTest.java+140
- common4j/src/test/com/microsoft/identity/common/java/util/UrlUtilTest.java+69-26
- common4j/versioning/version.properties-4
- common4j/versioning/version_tasks.gradle-71
- settings.gradle+1-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockServerResponse.java+10
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockTokenCreator.java+1
- versioning/version.properties+1-1
- versioning/version_tasks.gradle+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
0 commit comments