You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if BoH could fetch the Team Names and Application Names from Threadfix and display them in a dropdown instead of requiring the Team ID and Application ID.
There is currently no easy (read:point and click) way to obtain Team ID and Application ID from ThreadFix. I used the following API call to retrieve the details from ThreadFix to fill up the form in BoH (form screenshot attached):
I had already planned on moving to a drop down and in newer versions of threadfix the team id is no longer required. I also plan on allowing an application connect to multiple threadfix instances.
Would be nice if BoH could fetch the Team Names and Application Names from Threadfix and display them in a dropdown instead of requiring the Team ID and Application ID.
There is currently no easy (read:point and click) way to obtain Team ID and Application ID from ThreadFix. I used the following API call to retrieve the details from ThreadFix to fill up the form in BoH (form screenshot attached):
curl --insecure -H 'Accept: application/json' https://host.com:8443/threadfix/rest/teams?apiKey={apiKey}
The text was updated successfully, but these errors were encountered: