Hi:
Is there a workaround to use Integrated Windows Authentication in either Browser Synthetic or Synthetic API monitoring? That would be very useful within a corporate network using the private synthetic agent.
Thanks,
Roberto
Hi @Roberto.Barnes,
Thank you for following back up and sharing the solution that worked for you.
Hi,
Our workaround was to add ntlm libraries to the private agent.
Hi Roberto,
Can you please share how you have added the ntlm libraries to the Private Agent ?
Hi Manish,
In the dockerfile for the API PSA we just added:
RUN npm install httpntlm
Regards,
Roberto
Hi Roberto
I believe you would need to use a gMSAAccount for the private Synthetic containers, if you are using a windows container, you can see below. I believe there is a similar method if you installing the agent in Linux container