Device Authorization with Entity Authorization
-
I am starting to work on a munging of device authorization and entity permissions so that an IoT device is commissioned using just the device code and entity permissions. Once the code is confirmed, then the entity is authenticated so that the device is given access to the entity with the scopes provided without a user login.
My question is whether this sequence will work. I thought I would pose this question before I get too deep into the solution and to see if an example of it already exists. I was not able to find one.
-
Can you provide a bit more context about how you expecting your app to behave?
A first glance, it would seem that you are attempting to mix the device OAuth Grant flow with the entity management feature; which I would have to check and see that if that is possible.
OAuth endpoints
https://fusionauth.io/docs/v1/tech/oauth/endpoints/Possibly related issue?
https://github.com/FusionAuth/fusionauth-issues/issues/1295Thanks,
Josh