ARTIFACTORY: How to authenticate with Dockerhub using SSO

ARTIFACTORY: How to authenticate with Dockerhub using SSO

Products
Frog_Artifactory
Content Type
Use_Case
AuthorFullName__c
Andrew Roellig
articleNumber
000006401
ft:sourceType
Salesforce
FirstPublishedDate
2025-04-01T12:21:19Z
lastModifiedDate
2025-04-01
VersionNumber
2
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 value

User-added image 
This will allow users to pull images from a dockerhub registry that requires SSO access.