When using artifactory as a docker registry you may wish to point to registries on dockerhub which are private and require SSO authentication to access. Artifactory only supports sending authentication to upstream repositories in username:password and tls certifactates. However there is a workaround in the case of dockerhub. Users can login to dockerhub via SSO and then generate a PAT token. They can then use that token in the password valueThis will allow users to pull images from a dockerhub registry that requires SSO access.