When a user clicks on "URL to file" on Artifactory, although he is logged in, Artifactory again asks for the credential and user must provide that. Is there any solution to skip this when user already logged in? In our case we are using SSO and user does not have specific credential for Artifactory. Due to the security concerns we cannot allow anonymous access so this is not the desired solution for this problem.
I read the Artifactory documentation but I could not find a proper solution for this issue.
we should change artifactory.redirect.native.browser.requests.to.ui
to true
.