Commit 7283f97
Merge alias branch into release branch for 6.2.0 (#2329)
See title.
---------
Co-authored-by: Azure DevOps Pipeline <[email protected]>1 parent a71356f commit 7283f97
File tree
4 files changed
+18
-14
lines changed- msal
- versioning
4 files changed
+18
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
- changelog.txt+11-3
- common/build.gradle+1-1
- common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationConstants.java+30-27
- common/src/main/java/com/microsoft/identity/common/internal/broker/AuthUxJavaScriptInterface.kt+10-4
- common/src/main/java/com/microsoft/identity/common/internal/broker/BrokerData.kt+18-22
- common/src/main/java/com/microsoft/identity/common/internal/broker/IRestrictionsManager.kt+6-1
- common/src/main/java/com/microsoft/identity/common/internal/broker/SdmQrPinManager.kt+9-3
- common/src/main/java/com/microsoft/identity/common/internal/broker/ipc/BrokerOperationBundle.java+2-1
- common/src/main/java/com/microsoft/identity/common/internal/numberMatch/NumberMatchHelper.kt+6-2
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationActivityFactory.kt+4
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationActivityParameters.kt+5-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/WebViewAuthorizationFragment.java+26-19
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java+165-32
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/EmbeddedWebViewAuthorizationStrategy.java+10-3
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/OAuth2WebViewClient.java+33-16
- common/src/test/java/com/microsoft/identity/common/internal/mocks/MockCommonFlightsManager.java+49
- common/src/test/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClientTest.java+179-26
- common/src/test/java/com/microsoft/identity/common/shadows/ShadowProcessUtil.java+39
- common4j/src/main/com/microsoft/identity/common/java/AuthenticationConstants.java+5
- common4j/src/main/com/microsoft/identity/common/java/broker/CommonTenantInfoProvider.kt+50
- common4j/src/main/com/microsoft/identity/common/java/flighting/CommonFlight.java+18-2
- common4j/src/main/com/microsoft/identity/common/java/interfaces/ITenantInfoProvider.kt+33
- common4j/src/main/com/microsoft/identity/common/java/jwt/IJwtRequestSigner.java+4-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+27-1
- common4j/versioning/version.properties+1-1
- versioning/version.properties+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments