You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error raised at the end of token retrieval from Azure. Cannot deserialize value of type java.lang.Stringfrom Array value (tokenJsonToken.START_ARRAY) at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 278] (through reference chain: java.util.LinkedHashMap["error_codes"])
The error MIGHT be caused by SSL cert rewritten by proxy.
Steps to reproduce
Acquire token from Azure in network protected by proxy that rewrites SSL cert for a webpage
Expected behavior
I'm able to request JWT from Azure EntraID. Tool should use certs from MS Cert Store or make it feasible to provide cert chain manually.
Environment information:
OS: Win 11
IDE version: 2024.1.6
plugin version: 2024.3.11-241
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. Could you provide more details? Specifically, where do you see this error? Do you have any pre-request or post-response scripts?
After I click "Get New Access Token" auth window opens, I accept account to be used, windows is closed, looks like JetClient gets new JWT in background and then the message appears. I am not using any additional scripts. The message (in red) appears below buttons: "Get New Access Token", "Refresh Token", "Clear Cookies".
Describe the bug
Error raised at the end of token retrieval from Azure.
Cannot deserialize value of type
java.lang.Stringfrom Array value (token
JsonToken.START_ARRAY) at [Source: REDACTED (
StreamReadFeature.INCLUDE_SOURCE_IN_LOCATIONdisabled); line: 1, column: 278] (through reference chain: java.util.LinkedHashMap["error_codes"])
The error MIGHT be caused by SSL cert rewritten by proxy.
Steps to reproduce
Acquire token from Azure in network protected by proxy that rewrites SSL cert for a webpage
Expected behavior
I'm able to request JWT from Azure EntraID. Tool should use certs from MS Cert Store or make it feasible to provide cert chain manually.
Environment information:
The text was updated successfully, but these errors were encountered: