Replies: 1 comment 2 replies
-
Currently, we support managed identity credentials for authentication in the IoT hub service client as seen in this sample code. The TokenCredential class allows you to pass in a number of implementations from the Azure Identity package. For more examples of this, see here. We don't have any plans to add similar managed identity support on the IoT hub device client because the service itself does not support that kind of authentication yet. Hope that helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the aure-iot-sdk-java apart from TokenCredential and AzureSasCredential, I could not see API support with managed identity for secure connection. Is there a plan to include them in the future?
Beta Was this translation helpful? Give feedback.
All reactions