microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 284 forks source link

Provide authentication for the requests #801

Closed Hrushikar closed 9 months ago

Hrushikar commented 11 months ago

Description

Hi,

I am trying to setup token-based authentication to be used by RESTler to authenticate the requests, but I am not sure how to provide the token and what exactly to be mentioned in the format given in Authentication.md. The requests I am trying to fuzz use a bearer token (JWT) for authentication.

I have searched for if there were any previous cases of users with the same query, but couldn't find any. Can anyone help/guide me to set it up?

Oleggg2000 commented 10 months ago