ADFS SSO Authentication

I’ve been scratching my head for a while on how to use k6 to log on to a web application that uses Active Directory Federation Services (ADFS) as a SSO (Single Sign On) service. Can anyone point me in the right direction of some good resources or have any suggestions?

Thanks!

1 Like

Hello,
For the specifics of how to login with ADFS SSO you need to look at their documentation and it is probably dependant on your configuration. It usually involves calling some API with the user and password as parameters. That will return you either a cookie or a header which you will than need to use to authenticate as the user.

Here I have provided some ideas on how to login and re-login multiple users in case this is needed.

Hi Rylang. Were you able to solve the issue with ADFS authentication?