Integarting CrowdStrike with ServiceNow CMDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 05:35 AM
Hi All,
I need to integrate CrowdStrike with ServiceNow CMDB using Service Graph Connector. What are all the details I need to collect before from client before starting the development. Any roadmap for implementing this.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 10:45 AM
Hi Anil,
I hope you were able to find an answer, but incase someone comes across this in the future, we've been working on the installation for about a month and I'll share what we've discovered for this project. I recommend taking the following steps:
- Review the installation guide from the ServiceNow Store: https://store.servicenow.com/appStoreAttachments.do?sys_id=49ce1fde1bbe2d1001711f03b24bcb89
- Make sure that Integration Commons for CMDB is installed in your instance: https://docs.servicenow.com/en-US/bundle/utah-servicenow-platform/page/product/configuration-managem...
- Work with your Stakeholders to define what classes and fields they want to track with CrowdStrike.
- Define the reconciliation order if you are using discovery sources besides CrowdStrike.
- Gather all Client IDs and Client Secrets that will be used with the Service Graph Connector.
Also, if you need to change the connections after creating them, the Service Graph Connector runs into an issue. Here are the high level steps I took to rebuild the child connections for our instance:
- Create the connection or child aliases (sys_alias)
- Create OAuth Entity Profile (oauth_entity)
- Select Connect to a third party OAuth Provider.
- Enter the Client information including the token URL.
- Enter Client Credentials in the Default Grant type field.
- Create OAuth 2.0 Credentials (discovery_credentials)
- Create the HTTP(s) Connection (http_connection)
- Connect the OAuth 2.0 Credentials in the Credential field.
- Connect the Alias in the Connection alias field.
- Enter the Connection URL from the installation guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 10:35 AM
Hi ,
I came across same development, But facing issue in migrating Oauth token credentials to QA.
I can migrate connections but credentials are showing empty in HTTPconnections in QA after migrating.
Can anybody suggest what is best approach to migrate Oauth 2.0 credentials
Thanks in advance