Account linking not happening with teams integration for self-configured botIssue Account linking does not happen after teams integration with self-configured bot. When a conversation is initiated, the account is not being linked and there is no response received in the teams bot. SymptomsConversation record sys_cs_conversation is created. However, the outbound conversation message with conversation task "_link_account_adapter_" is in error status. Outbound http logs show that there is 401 error when logging into "login.microsoftonline.com". "error":"invalid_client","error_description":"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID Below is observed in logs. OAuthTokenRequestor WARNING *** WARNING *** failed to get access token from remote oauth server ProviderAppAuthenticator SEVERE *** ERROR *** ExternalAuth: Failed to get oauth access-token ReleaseXanadu Patch 4b CauseThe client secret is incorrectly updated in the Oauth entity profile record. "provider_auth" record - > Outbound message creation - > Oauth entity profile - > Oauth providerResolution1. Check the client secret value in the Oauth entity record.2. Verify the client secret value in the Azure portal for the correct application. Sometimes users can incorrectly copy and save the client secret ID value instead of client secret value. 3. Update the correct client secret value in the Oauth entity record.4. Save the record.