The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Hi Team,
I am trying to understand the authentication with app broker rest api. Can someone please help me understand the process.
Thanks,
Vaibhav
Aug 20, 2020 11:01 PM
Can you provide more context? How are you calling the API's? What are you trying to do with them? Most of the time, they are being called from ServiceNow, and since ServiceNow doesn't support Windows Auth, you must enable Basic Auth in IIS on the App Broker server. When you make the call, you send an authentication header that matches the type of authentication enabled on the API folder in IIS (e.g. Basic Auth or Windows Auth). The account that is making the API call must also be granted REST API security permissions within the App Broker admin UI.
Aug 21, 2020 12:41 AM