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, 5909🔥, 0💬
Popular Posts:
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to generate IP Addresses? To help you to obtain some IP addresses for testing purpose, FYIcenter...
Where to find tutorials on Test Management? I want to know how to manage software testing documents ...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...