How to connect 3rd party Oauth Provider without using client secert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2022 10:24 AM
We want to connect to cherwell using Oauth. Cherwell team has provided client ID, But Client Secert Key is not provided. Instead they are providing username,password.
How to we make use of Oauth in this secenario in our Outbound Rest Message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2022 02:39 PM
Hi, based on your description this sounds like basic authentication with a fixed client id
and if the external party does not require that you send them a client secret when you authenticate to them, then I don't believe there is anything in SNC that forces you to populate one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2022 03:23 PM
hello, I have read your requirement, the times I have had to connect to an external system, it is the provider who gives the authentication method. Servicenow can always adapt to the method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 01:41 PM
@Ranjith21 - Are you able resolve your issue, I have exact same issue?