Logic Apps Basic Auth Example

less than 1 minute read

Description:

In this example, I use Logic Apps to reach out to a Service Now instance using Basic Auth. This is kind of old as we use Oauth now, but the example can still be useful!

To Resolve:

  1. Source code is here

  2. Be sure to find/replace for double open brackets to set your own values. Also keep in mind I had to make many changes to sanitize it so it is just a general idea of how the Logic App will work, you might have to tweak it.

  3. Pics

    • basic-auth1

    • basic-auth-2

Comments