Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


REST API Credentials configuration guidelines can be found here.

Azure Identity ServiceNow Connector's Credentials type must always be specified as "azure-identityservicenow".

Properties specific to the Azure Identity to the ServiceNow Connector's Credentials are described below.


Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default

Azure Identity

ServiceNow Credentials Properties


FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
clientIdusernameYes-NoThe Client Id user name to be used to connect to Azurethe ServiceNow server."dd1bc268-8b54-4ea3-b43d-a15b665d04dejohn.doe"
clientSecretpasswordYes-NoThe Client Secret corresponding to the specified Client Idpassword to be used to connect to the ServiceNow server."PZhbltkGdXEAYJl3fn9een1R1bTlrHClNSm8U3QtEet=myPassword"

Create example


Code Block
themeRDark
titlePOST /aspire/_api/credentials
{
  "type": "azure-identityservicenow",
  "description": "Azure IdentityServiceNow Credentials Test",
   "properties": { 
       "clientIdusername": "dd1bc268-8b54-4ea3-b43d-a15b665d04dejohn.doe",
        "clientSecretpassword": "PZhbltkGdXEAYJl3fn9een1R1bTlrHClNSm8U3QtEet=myPassword"
   }
}