cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Integrated Windows Authentication on either browser synthetic monitoring or synthetic API monitoring

Roberto.Barnes
Builder

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

5 REPLIES 5

Mario.Morelli
Architect

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

https://learn.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/manage-servicea...



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A

Roberto.Barnes
Builder

Hi,

Our workaround was to add ntlm libraries to the private agent.

Ryan.Paredez
Community Manager

Hi @Roberto.Barnes,

Thank you for following back up and sharing the solution that worked for you. 


Thanks,

Ryan, Cisco AppDynamics Community Manager




Found something helpful? Click the Accept as Solution button to help others find answers faster.

Liked something? Click the Thumbs Up button.



Check out Observabiity in Action

new deep dive videos weekly in the Knowledge Base.

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