Feature:
Enable querystring / body parameters processing for Device Flow
Description:
I’m trying to use the device flow to implement authentication on our devices.
I managed to make it work by first calling the /device/code endpoint to get the device code and then autenticate the user with /token endpoint passing the device_code from the previous call.
According to https://community.auth0.com/t/device-flow-with-querystring-parameters/64291 topic using querystring parameters in Rules/Actions to create custom claims is not possible at the moment.
Use-case:
This feature would enable to create custom dynamic claims whose value are only available at runtime.
In our case, we would be able to add a custom claim containing an RFID tag value read by the machine and have it added as a custom claim in the token.