Integrate ServiceNow with Azure Active directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 05:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 08:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 01:40 AM
@Rajesh Chopade1 Thank you . I will give a try.