Integrate ServiceNow with Azure Active directory

anjiadmin
Tera Expert

Hi friends,

 

I want to integrate ServiceNow and Azure active directory. The user should be assigned to a specific group (Azure) once the request is raised on ServiceNow with user details.

Please let me know if anyone aware of this particular scenario.

 

Thanks,

Anji

6 REPLIES 6

Hi

The error message you're encountering indicates a problem with the URI format used in your REST API request. This error is thrown when trying to make a REST call, and it specifically mentions that the URI is invalid. The root cause here is likely related to the URI syntax, particularly the handling of special characters and the structure of the URI.

 

thank you

anjiadmin
Tera Expert

@Rajesh Chopade1  Thank you . I will give a try.