openid - Options for performing load testing with identity tokens -
i have api expecting openid connect user tokens generated identityserver3 instance manage. need perform load testing on api, , not sure of best way go this.
the non-protected parts of api easy test. however, several api methods require user authenticated bearer token.
are there standard approaches load testing when using openid connect tokens, or identityserver3 in particular?
given bearer token
seems application uses oauth2 need load testing tool which:
- can send authorization http header containing token
- preferably have mechanism automatically or semi-automatically token
check out example:
Comments
Post a Comment