How set up remote npm authentication with Artifactory

1k Views Asked by At

I have a downstream Sinopia repository, that requires authentication, that I want to set up as a remote npm repo in Artifactory. How do I provide Artifactory the credentials for the remote?

1

There are 1 best solutions below

3
Uriah L. On

For remote authentication Artifactory only supports Basic authentication. If Sinopoa supports Basic, you can define your sinopia credentials under Admin -> Repositories -> Remote -> edit your remote repo -> fill in your credentials under the Advanced tab.