Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Additional functionality for authentication Azure IoT Hub via X509 certificates for the ESP8266 chip #2319

Open
Vitomir2 opened this issue Aug 22, 2022 · 3 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. IoT question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@Vitomir2
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently, in the sample sketches for the ESP8266, in azure-sdk-for-c-arudino, there is no option for using X509 Certificates for the authentication with the Azure IoT Hub.

However, it looks like there is such option for the ESP32, thus, it will be awesome this to be added for the ESP8266 sample, too.

If-statement in the ESP32 example:
image

iot_configs.h file:
image

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Aug 22, 2022
@RickWinter RickWinter added Client This issue points to a problem in the data-plane of the library. IoT labels Aug 23, 2022
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Aug 23, 2022
@david-it
Copy link

Hi @Vitomir2,

I'm also looking for a minimal working example for ESP8266 of Azure IoT Hub authentication via x509.
Did you find anything meanwhile?

@Vitomir2
Copy link
Author

Hi @david-it,

No, I have not and did a workaround by just using an auto-generated X509 certificate, in order to finish my tests for the thesis project, because I did not have much of time till the deadline. I was planning to start making this example and suggesting it as a PR, but did not find time for this.

@Rowr21
Copy link

Rowr21 commented May 13, 2024

Hi @Vitomir2, I hope you are all well.

Is there any plan to introduce this yet? I am currently only connecting via Sas token. But creating X509 certs would be preferable due to my requirements,

Thanks a lot!

Rowan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. IoT question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

6 participants