Commit 1ce909a
Manually merging working/release/8.0.0 to release/8.0.0, Fixes AB#3397730 (#2386)
Manually merging working/release/8.0.0 to release/8.0.0
PBI Item -
[AB#3397730](https://dev.azure.com/IdentityDivision/Engineering/_workitems/edit/3397730)
---------
Co-authored-by: Azure DevOps Pipeline <[email protected]>
Co-authored-by: p3dr0rv <[email protected]>1 parent 50deebc commit 1ce909a
File tree
4 files changed
+8
-4
lines changed- msal
- versioning
4 files changed
+8
-4
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+7
- common/build.gradle+3-3
- common/src/androidTest/java/com/microsoft/identity/common/crypto/AndroidWrappedKeyProviderTest.java+91-27
- common/src/androidTest/java/com/microsoft/identity/common/crypto/KeyStoreBackedSecretKeyProviderInstrumentedTest.java+426
- common/src/androidTest/java/com/microsoft/identity/common/crypto/KeyStoreBackedSecretKeyProviderRolloutTest.java+385
- common/src/androidTest/java/com/microsoft/identity/common/internal/util/AndroidKeyStoreUtilTest.java+10-5
- common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationConstants.java+14-4
- common/src/main/java/com/microsoft/identity/common/crypto/AndroidAuthSdkStorageEncryptionManager.java+1-1
- common/src/main/java/com/microsoft/identity/common/crypto/AndroidWrappedKeyProvider.java+2-2
- common/src/main/java/com/microsoft/identity/common/crypto/CipherSpec.kt+88
- common/src/main/java/com/microsoft/identity/common/crypto/CryptoParameterSpecFactory.kt+201
- common/src/main/java/com/microsoft/identity/common/crypto/KeyGenSpec.kt+146
- common/src/main/java/com/microsoft/identity/common/crypto/KeyStoreBackedSecretKeyProvider.kt+526
- common/src/main/java/com/microsoft/identity/common/crypto/KeyStoreBackedSecretKeyProviderFactory.kt+84
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/AbstractWrappedSecretKeySerializer.kt+191
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/IWrappedSecretKeySerializer.kt+62
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/WrappedSecretKey.kt+99
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/WrappedSecretKeyBinaryStreamSerializer.kt+96
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/WrappedSecretKeyLegacySerializer.kt+108
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/WrappedSecretKeyMetadata.kt+48
- common/src/main/java/com/microsoft/identity/common/crypto/wrappedsecretkey/WrappedSecretKeySerializerManager.kt+102
- common/src/main/java/com/microsoft/identity/common/internal/broker/AuthUxJavaScriptInterface.kt+19-19
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/SwitchBrowserActivity.kt+1-1
- common/src/main/java/com/microsoft/identity/common/internal/ui/browser/BrowserAuthorizationStrategy.java+2-1
- common/src/main/java/com/microsoft/identity/common/internal/ui/browser/CustomTabsManager.java-1
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java+131-57
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/OAuth2WebViewClient.java+23-1
- common/src/main/java/com/microsoft/identity/common/internal/util/AndroidKeyStoreUtil.java+52-8
- common/src/test/java/com/microsoft/identity/common/crypto/AndroidAuthSdkStorageEncryptionManagerTest.java+3-3
- common/src/test/java/com/microsoft/identity/common/crypto/CryptoParameterSpecFactoryTest.kt+215
- common/src/test/java/com/microsoft/identity/common/crypto/WrappedSecretKeyTest.kt+421
- common/src/test/java/com/microsoft/identity/common/crypto/wrappedsecretkey/WrappedSecretKeySerializerManagerTest.kt+256
- common/src/test/java/com/microsoft/identity/common/internal/broker/AuthUxJavaScriptInterfaceTest.kt+14-8
- common/src/test/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClientTest.java+159
- common/src/test/java/com/microsoft/identity/common/internal/util/AndroidKeyStoreUtilTest.java+647
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/BrokerSilentTokenCommandParameters.java+5-3
- common4j/src/main/com/microsoft/identity/common/java/flighting/CommonFlight.java+15
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+35-10
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+5-1
- common4j/versioning/version.properties+1-1
- versioning/version.properties+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments