\Configuring OAuth with OpenID Connect in Artifactory

How to integrate Artifactory with OpenID Connect OAuth 2.0 ?

AuthorFullName__c
Nimer Bsoul
articleNumber
000004350
ft:sourceType
Salesforce
FirstPublishedDate
2019-06-04T08:05:03Z
lastModifiedDate
2024-03-10T07:47:39Z
VersionNumber
9

To access OAuth integration settings, in the Admin module, select Security | OAuth SSO:

User-added image

Add OpenID Connect as a New Provider:

User-added image

To do so, click New. Artifactory will then display a dialog box in which you can enter your provider's details. OpenID Connect supports the following endpoints that need to be used by Artifactory:

  • Auth URL: https://localhost:8080/openid-connect-server-webapp/authorize
  • Token URL: https://localhost:8080/openid-connect-server-webapp/token
  • API URL: https://localhost:8080/openid-connect-server-webapp/userinfo

Here's an example of the setup in Artifactory:

User-added image

When done, click Save.