Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Need to encrypt password mentioned in URL

Jyoti33
Tera Contributor

For 'Integrate Azure Monitor with basic authentication' with Servicenow Event management, need to add below URL in azure action group-

https://<username>:password>@<instance-name>.service-now.com/api/sn_em_connector/em/inbound_event?so...
In this URL, can we encrypt password, as there is no option for it,

1 REPLY 1

Randheer Singh
ServiceNow Employee
ServiceNow Employee

You should consider using HMAC token/API key-based authentication. With this approach, you can send the API key as part of the query parameter.

Here is the doc.

Thanks,

Randheer