We're using SAML SSO with Okta, which has Desktop SSO (Kerberos). I'm wondering if it's possible to get an access token for Artifactory's API programmatically, without prompting the user for credentials.
The Artifactory user guide mentions you can get an access token via the UI, but that's excessively disruptive to the user for my use-case.
Thanks.