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:

  1. can send authorization http header containing token
  2. preferably have mechanism automatically or semi-automatically token

check out example:


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -