Workload Identity Configuration does not comply with the current authentication configuration See: https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/microsoft-authentication-library-configuration-options#workloadidentity Which should translate to : ```Text connections__serviceConnection__settings__authtype=WorkloadIdentity connections__serviceConnection__settings__clientId= connections__serviceConnection__settings__federatedtokenfile=<filelocation> connections__serviceConnection__settings__tenantId= ``` https://github.com/microsoft/Agents-for-js/blob/30723f565db8a4c8cba7700d286573e23c2c8d73/packages/agents-hosting/src/auth/authConfiguration.ts#L198
Workload Identity Configuration does not comply with the current authentication configuration
See: https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/microsoft-authentication-library-configuration-options#workloadidentity
Which should translate to :
Agents-for-js/packages/agents-hosting/src/auth/authConfiguration.ts
Line 198 in 30723f5