You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was not necessary in protocol v1 for some reason. In protocol v2 this requirement was loosen for admin registrations (internal discussion) and never was added as a part of normal registration flow, since the docs wasn't reflecting this:
(RSH3a2b) If the local device does not have id or deviceSecret, both are generated locally. The id must be a unique identifier (e.g. UUID, GUID). The deviceSecret must be created using secure random data with sufficient entropy to generate a digest of at least 32 bytes (eg using sha256) and encoding that digest with base64. The local DeviceDetails is updated with the resulting deviceId and deviceSecret. If either the id or the deviceSecret is lost then a new pair must be created.
There should be RSH3a2b1 describing POST/push/deviceRegistrations similar to PUT in RSH3a2a3. Also spec erronously refers to "local DeviceDetails" which should be "LocalDevice details" instead. Issue in spec repo.
It was not necessary in protocol v1 for some reason. In protocol v2 this requirement was loosen for admin registrations (internal discussion) and never was added as a part of normal registration flow, since the docs wasn't reflecting this:
There should be
RSH3a2b1
describingPOST
/push/deviceRegistrations
similar toPUT
in RSH3a2a3. Also spec erronously refers to "localDeviceDetails
" which should be "LocalDevice
details" instead. Issue in spec repo.Needs updating RSH3b3 as well.
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: