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
Allow Virtual Client to use a certificate to authenticate to the proxy API (#554)
Add certificate issuer and subject parameters to proxy API URI for authentication
---------
Co-authored-by: CJ Hillbrand <cjhillbrand@microsoft.com>
Co-authored-by: Krystal Culp <krculp@microsoft.com>
/// Returns the endpoint by verifying package uri checks.
382
403
/// if the endpoint is a package uri without http or https protocols then append the protocol else return the endpoint value.
@@ -430,7 +451,7 @@ private static DependencyBlobStore CreateBlobStoreReference(string storeName, Ur
430
451
// Basic URI without any query parameters
431
452
// 1) If the given endpoint uri is a package uri (e.g. https://packages.virtualclient.microsoft.com ) then the package is retrieved from storage via CDN
432
453
// 2) If the given endpoint uri is a blob storage (e.g https://any.blob.core.windows.net) then the packages is retrieved from blob storage
0 commit comments