To access OAuth integration settings, in the Admin module, select Security | OAuth SSO:
Add OpenID Connect as a New Provider:
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:
When done, click Save.