Forum Discussion
vaibhav01
Jun 05, 2026Copper Contributor
Azure AI Foundry Agent Unable to Use Credentials Stored in Key Vault Through Playwright MCP Tool
Hello everyone, I am trying to understand how Azure AI Foundry agents interact with Azure Key Vault when using custom MCP tools, and I would appreciate any guidance from the community. My Setup - ...
Jamony
Jun 27, 2026MCT
Connecting Key Vault to the Azure resource does not automatically pass those secrets into the Playwright MCP tool. The MCP server still needs to retrieve the secret itself, ideally with managed identity and only for the specific action it performs. I would keep the password out of prompts and let the tool do the login step server-side.