openid / authzen

Proposed standard for an Authorization API
32 stars 10 forks source link

subject deviceId - unclear definition #47

Open tr33 opened 10 months ago

tr33 commented 10 months ago

The "subject" has a definition for "deviceId":

deviceId: : OPTIONAL. A field, whose value is of type string, which uniquely identifies the device of the Subject

What exactly is „a device“, its syntax and intended use in the context of a policy?

recommendation:

baboulebou commented 10 months ago

This should be left as an open string imho, implementers should be able to use whatever string format here. The provided example has a Mac address, but this could easily be a custom-generated fingerprinting UUID for example, or whatever really.