C# dotnet - Error while authenticating. Extended authentication handler is not yet supported #1786
-
Hello, I'm encountering an issue while attempting to connect to AWS IoT Core from my C# Web API in .NET 7.0. Interestingly, the same setup was functioning perfectly a few days ago. The error message I'm now receiving is as follows: MQTTnet.Adapter.MqttConnectingFailedException: 'Error while authenticating. Extended authentication handler is not yet supported' My code is as below: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I had the same issue right now and it was caused by two clients having the same client id. Can you check if this is the case? |
Beta Was this translation helpful? Give feedback.
-
Have you got the solution? |
Beta Was this translation helpful? Give feedback.
Yes, this issue has been resolved now. To resolve the IoT connectivity problem, I followed these steps: