Collections:
OpenID Connect - How to Load Test with JMeter from blazemeter
In this article we will describe how to load test one of the relatively new technologies - OpenID Connect, with Apache JMeterâ„¢. OpenID Connect is an add-on for OAuth 2.0, and it defines how OAuth 2.0 should authenticate users. We can explain it with the following expression: Authentication(OpenID) + OAuth 2.0 = OpenID Connect.
With the help of OpenID, some services, for example Disqus, can understand that the user who visited, is a certain Ivan from Google. At the next authentication, Disqus will be able to recognize him again and understand that this is the same Ivan from last time. OAuth also allows you to grant rights to perform actions that Disqus can execute on Google on behalf of Ivan. In this case, after authorization, Ivan does not need to carry out any actions at all. For example, Disqus will be able to independently extract files from Ivan's Google Drive.
✍: blazemeter.com
2017-12-09, 5473🔥, 0💬
Popular Posts:
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...