…you use the client credentials grant, giving each IoT device its own client ID and client secret
I can’t find a way to give each IoT device it’s own client ID and secret without creating a whole new machine-to-machine application, which seems like an odd organizational structure and makes it possible to accidentally give different devices different scopes. How is this use case expected to be supported?
Thanks, all. Client credentials grant is definitely the correct flow based on our situation. Sounds like the admin UI makes our situation a bit clunky, but we could script or write our own API for it using the management API.