- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:51 AM
We are integrating our ServiceNow instance with Intune application,
https://www.servicenow.com/community/cmdb-forum/intune-integration-with-servicenow/m-p/2555215
by following the above URL done the required part mentioned, can you please guide us what we have to do next to proceed further.
Thanks,
Asish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 03:16 AM - edited 04-01-2024 03:18 AM
Hi @Asish17
Once the App Registrations configuration has been done in Azure. You can come back to ServiceNow, define a new Application Registries type OAuth Provider. Then, update required fields to match your Azure tenant and ServiceNow instance.
1. Client ID: <Application (client) ID>
2. Client Secret: <client_secret>
3. Authorization URL: https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/authorize
4. Token URL: https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/token
5. Token Revocation URL: https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/token
6. Redirect URL: https://<instance_name>.service-now.com/oauth_redirect.do
Now, ensure that the Entity Scopes and Entity Profiles are properly set up.
Finally, we create a new Credential and link to the Profile created above.
To test the connection, utilize the related links to Get OAuth Token. A message will confirm successful authentication.
Finally, we can now use Access Token from the Credential to authenticate API requests or you can also utilize the Credential inside Flow Designer through Connection & Credential Aliases.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 01:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 01:47 AM - edited 04-01-2024 03:44 AM
Hi @Asish17 ,
were are you struck ?
why not try for > Service Graph connector for Intune.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 03:16 AM - edited 04-01-2024 03:18 AM
Hi @Asish17
Once the App Registrations configuration has been done in Azure. You can come back to ServiceNow, define a new Application Registries type OAuth Provider. Then, update required fields to match your Azure tenant and ServiceNow instance.
1. Client ID: <Application (client) ID>
2. Client Secret: <client_secret>
3. Authorization URL: https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/authorize
4. Token URL: https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/token
5. Token Revocation URL: https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/token
6. Redirect URL: https://<instance_name>.service-now.com/oauth_redirect.do
Now, ensure that the Entity Scopes and Entity Profiles are properly set up.
Finally, we create a new Credential and link to the Profile created above.
To test the connection, utilize the related links to Get OAuth Token. A message will confirm successful authentication.
Finally, we can now use Access Token from the Credential to authenticate API requests or you can also utilize the Credential inside Flow Designer through Connection & Credential Aliases.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 09:52 PM
Hi @Tai Vu
Thanks so much for your valuable information, We have achieved OAuth Token flow completed successfully.
Now can you please let us know how to get data flow of CI/Asset from Intune to ServiceNow
Thanks,
Asish