Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

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