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
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 do var 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
Visual Studio Debug
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: