Skip to content

Support AUTH packet exchange while connecting MqttClient #2029

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
vishnureddy17 opened this issue Jun 26, 2024 · 1 comment
Open

Support AUTH packet exchange while connecting MqttClient #2029

vishnureddy17 opened this issue Jun 26, 2024 · 1 comment
Labels
feature-request New feature or request

Comments

@vishnureddy17
Copy link

Currently, it appears that if the client sends a CONNECT packet using MQTT 5 extended authentication (i.e., it sets the Authentication Method) and it receives an AUTH packet from the server instead of a CONNACK packet, it will throw an exception:

case MqttAuthPacket _:
{
throw new NotSupportedException("Extended authentication handler is not yet supported");
}

This means that the client cannot connect using extended authentication with AUTH packets being exchanged. It looks like this feature gap is not being tracked, so I am opening this issue to track it.

@vishnureddy17 vishnureddy17 added the feature-request New feature or request label Jun 26, 2024
@BillArmstrong
Copy link

This is related to issue #2095. That issue is closed and resolved with pull request #2132. This issue should be closed as it is resolved by the same pull request.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants