How to connect 3rd party Oauth Provider without using client secert

Ranjith21
Kilo Explorer

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.

3 REPLIES 3

Tony Chatfield1
Kilo Patron

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. 

icarre_o
Giga Contributor

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.

NT15
Tera Contributor

@Ranjith21 - Are you able resolve your issue, I have exact same issue?