Replies: 1 comment
-
Some features are only available with PAT tokens. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
No response
Relevant log output
No response
What happened?
When I use prompt for authentication, I'm only prompted once. On accessing the target organization, I get a redirect (302) on images, probably to the authentication page, when trying to load image in the function
UploadedAndRetrieveAttachmentLinkUrl()
when is tries to dovar result = DownloadFile(httpClient, matchedSourceUri, fullImageFilePath);
.This leads to not rewriting the URLs of the source images to an URL in the target organization (and copying over the image).
Works correctly when using different PAT tokens for source and target organizations for the authentication.
Debug in Visual Studio
Beta Was this translation helpful? Give feedback.
All reactions