Share via

Simulate MS AD SAML Login from server side code

Onkar Paradkar 1 Reputation point
2022-08-05T08:34:32.7+00:00

We are simulating web application calls to measure certain metrics. Simulator is invoking server calls within web application and first step is authentication.

Application is using SP-Initiated SAML authentication where Service Provider (Microsoft Azure) and Identity provider (unknown).

Simulator to simulate SAML authentication flow but on successful authentication SP(MicroSoft Azure) is redirecting user to IDP with SAMLResponse. Since SAMLResponse is not available within simulator, program cannot proceed with further steps. Also simulator doesn't have SP or IDP metadata to validate SAML response.

Simulator - Java
Note - Simulator does not have any knowledge of application and is just simulating HTTP, XHR, DOC calls etc.

Please let us know if anyone has worked SAML authentication with Azure or any help is welcome

Microsoft Security | Microsoft Entra | Microsoft Entra ID

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.