How to authenticate an inbound REST API call to a ServiceNow instance from a laptop when using AD based SSO?
Our instances are linked to Active Directory for SSO, and I need to make an inbound REST API call to ServiceNow from my laptop. Where normally basic auth with username and password would do it, that fails here because of the implied MFA going on. Wha...