Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
223 stars 72 forks source link

Ying/features aad #543

Closed YingXue closed 2 years ago

YingXue commented 2 years ago

This PR enables AAD auth flow. We will give user a login screen to pick an auth method. If they picked aad, after login, we will show an subscription list, from where users can pick an iot hub, which converges back to the exisiting ui flow.

General Guidelines