Looking for alternate solutions when an external tool supports only Basic auth for integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 10:57 PM - edited ‎09-13-2024 12:15 AM
NO CHATGPT /BOT ANSWERS PLEASE!!!
We have an external tool which should be integrated with ServiceNow so that they can create incidents, cmdb data etc.
That tool can ONLY support Basic Auth, but ServiceNow security team wont allow Basic Auth and they are not allowing this integration to be established as Basic auth is not secured enough.
Is there any alternate solutions for this situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 12:44 AM - edited ‎09-12-2024 08:52 AM
Check if the external tool can be configured to use API Key authentication as an alternative otherwise use OAuth 2.0 authentication in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 04:58 AM
😞 😞 😞 😞 😞 😞 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 11:28 PM - edited ‎09-12-2024 11:29 PM
Check if the external tool can be configured to use API Key authentication as an alternative otherwise use OAuth 2.0 authentication in ServiceNow"
Suggy response: I have already clearly menioned in my question - "That tool can ONLY support Basic Auth"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 12:07 AM
ok use integrationHub feature if you are using flow designer ->you can create Connection & Credential Aliases
you can configure connections details in it and as well credentials
or use basic auth configurations in REST step
but in your script , you have to decrypt the password like below
