Need to encrypt password mentioned in URL
						
					
					
				
			
		
	
			
	
	
	
	
	
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎07-03-2024 03:00 AM
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
	
		
		
			
			
			
					
	
			Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎07-03-2024 04:16 AM
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
