QuestionQ44

Working with External Data

What is needed to link a ServiceNow application to a Git repository?

Choose three
  • A URI
  • B ACL
  • C Application name
  • D Password
  • E User name
  • F URL
Explanation

A Git source-control connection requires the repository URL plus credentials that have read and write access to that repository. With basic authentication, those credentials consist of a user name and password. ServiceNow’s current documentation represents these as a repository URL and a credential record; access tokens are recommended in place of passwords where supported.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!