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.

malformed url encountered azure integration servicenow

KaMmILa__
Tera Expert

We have a azure Integration setup to enable and disable the user in azure from servicenow 

We are using OOB spokes , we are facing a strange error. not sure what is the issue.

find_real_file.png

1 ACCEPTED SOLUTION

joshvanharn
Kilo Guru

The most common reason is that the Connection URL in your "HTTP(s) Connection" doesn't have the correct protocol defined. There must (typically) be a http:// or https:// in front of the target to work properly.

 

View solution in original post

4 REPLIES 4

joshvanharn
Kilo Guru

The most common reason is that the Connection URL in your "HTTP(s) Connection" doesn't have the correct protocol defined. There must (typically) be a http:// or https:// in front of the target to work properly.

 

Hi Joshvanharn,

 

I got the same issue could you please elaborate on this functionality .

 

find_real_file.png

TThanks

Naveen.B

 

You want to ensure the 'HTTP(s) Connection' record for the 'sn_azure_ad_spoke.AzureAD' Connection & Credential Alias is fully qualified. The "Connection URL" field must start with "https://" (the active item on the "Connections" tab).

 

This was my issue.  A missing protocol in the connection record for the connection url field.  thanks for the fix!  Odd that it was working for some REST actions and not others...