Commit 0ece7a6
Merge working/release/8.2.0 into its release branch, Fixes AB#3462702 (#2431)
[AB#3462702](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3462702)
---------
Co-authored-by: Azure DevOps Pipeline <build-agent@azuredevops.com>1 parent a4e9fe0 commit 0ece7a6
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+5
- common/build.gradle+1-1
- common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationConstants.java+1-1
- common/src/main/java/com/microsoft/identity/common/internal/broker/BrokerRequest.java-7
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/PasskeyOriginRulesManager.kt+160
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/PasskeyWebListener.kt+2-36
- common/src/main/java/com/microsoft/identity/common/internal/request/MsalBrokerRequestAdapter.java-1
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java+9-19
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/JsScriptRecord.kt-88
- common/src/test/java/com/microsoft/identity/common/internal/providers/oauth2/PasskeyOriginRulesManagerTest.kt+305
- common/src/test/java/com/microsoft/identity/common/internal/providers/oauth2/PasskeyWebListenerTest.kt+3-7
- common/src/test/java/com/microsoft/identity/common/internal/ui/webview/JsScriptRecordTest.kt-84
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/BrokerInteractiveTokenCommandParameters.java+3
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/BrokerSilentTokenCommandParameters.java+3
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/TokenCommandParameters.java+8-1
- 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 | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments