Sharing report via iHub with secure data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 08:24 AM - edited 02-21-2025 08:25 AM
So, a theoretical situation.... let's say that we want to share semi-sensitive data like a calendar of change requests. It's not fully sensitive data like hostnames, IP Addresses, etc., but it's data we want to provide to external sources that don't have a license to the ServiceNow instance. However, this could form an attack vector for social engineering if used properly by a 'red team' or other malicious user, so we still want authentication outside of ServiceNow before viewing the data so we probably want to push it to a receiving end point where authentication will take place before accessing the data.
What would you guys recommend as a potential dev opportunity, preferably in integration Hub with minimal development, to provide this as a reusable/ 'quick deployment' scenario without having to go down the usual API route? This is just for reports, and is app agnostic, so could be sharepoint or other app.....