Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

Load testing Azure AEM application

Avatar

Level 2

We have a requirement to load test couple of login scenarios which involves azure and AEM. Any one has done this scenario please share you inputs. 

 

Thanks,

Nithin

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor

Hi @nithinthomas 

You can look at the network requests and try to work on correlation in order to achieve the login flow and the AEM redirection. On a high level you will have to use the cookie manager to pass the necessary cookies to each level also try to extract couple of variables like saml_request , saml response and tokens. Also in case if you have fiddler that will also help in formulating the requests 

 

Please find below couple of URL's that will helps you to understand better and get started with the request chaining

https://www.bounteous.com/insights/2020/10/15/aem-load-testing-jmeter-and-blazemeter

 

The below one have most of the steps and parameters captured

https://learn.microsoft.com/en-us/answers/questions/1319226/jmeter-performance-test-azure-ad-saml-oa...

 

Hope it Helps!

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Réponse correcte par
Community Advisor

Hi @nithinthomas 

You can look at the network requests and try to work on correlation in order to achieve the login flow and the AEM redirection. On a high level you will have to use the cookie manager to pass the necessary cookies to each level also try to extract couple of variables like saml_request , saml response and tokens. Also in case if you have fiddler that will also help in formulating the requests 

 

Please find below couple of URL's that will helps you to understand better and get started with the request chaining

https://www.bounteous.com/insights/2020/10/15/aem-load-testing-jmeter-and-blazemeter

 

The below one have most of the steps and parameters captured

https://learn.microsoft.com/en-us/answers/questions/1319226/jmeter-performance-test-azure-ad-saml-oa...

 

Hope it Helps!

Avatar

Level 2

Thankyou for your response. Yes the links has content to get started