A new Flexera Community experience is coming on November 18th, click here for more information.
A customer has the ServiceNow connection set up (to be used as the front end ui, with App Broker as the backend) with App Broker and the tests pass and catalog items sync to ServiceNow, but the ServiceNow admin has brought to my attention that there is an authentication issue going from SN to AB during rest runs. The account we have set up has all of the proper ServiceNow roles set up, but we are still seeing a login error in SerivceNow - please see the screenshot attached. Is this issue caused by a lack of permissions in App Broker somewhere? I've never run into this before with other environments.
‎Dec 17, 2020 12:21 PM
Jim may have mentioned it (if so, sorry), but be sure that you have basic authentication enabled on the ESD Site (in IIS). Just ran a quick test, and ran into the 401.. Turns out I had disabled basic auth..
‎Dec 17, 2020 04:09 PM
Coincidentally, I just had this same error reported to me yesterday by one of my co-workers. This error generally means that either the credentials were not set correctly in the AppPortal Basic Auth profile as part of the integration configuration steps or that one or more of the REST calls is not configured correctly to use the AppPortal Basic Auth profile. I suppose there is also a slim chance it has something to do with the IIS authentication configuration on the App Broker server (need to enable Basic Auth on the ESD\API folder in IIS), but I think you'd get a different error in that case.
Try the following:
‎Dec 17, 2020 02:28 PM - edited ‎Dec 18, 2020 11:24 AM
Jim may have mentioned it (if so, sorry), but be sure that you have basic authentication enabled on the ESD Site (in IIS). Just ran a quick test, and ran into the 401.. Turns out I had disabled basic auth..
‎Dec 17, 2020 04:09 PM
‎Dec 18, 2020 03:07 PM