Hi,
We are using authentication api to authenticate users using social logins. Once the users logs in we want to link device to that particular user. I think that should be the default behaviour once users logs in. But in devices tab, the device list is empty. Is there any way that we can manually link device to user after login.
First can you confirm you’re performing a Device Authorization Flow, and are you using Auth0 Dev Keys for the social logins? If so you may have run into some of the current limitations around that flow.
I’m not sure of a manual way to link the device for a given user, however you could force the user to reauthorize the device by manually unlinking them which could then correctly set the device to the user.
Hi @colin.coutts,
I’m not performing Device Authorization Flow, and I’m using Auth0 dev keys for social logins. Our use case is simple, We want user to login using our app, once logged in, users device should be registered and all the devices user used to log into our app should be listed in devices tab.
Would you mind providing me the documentation you’re reviewing related to getting user devices? To my knowledge a normal user profile will not return the end users device, when authenticating through a standard authentication protocol. However happy to review your materials, as I may be missing something in my understanding.
I have the same biz requirement now for this use case. It look like device management for user in Auth0.
I don’t think Auth0 have this module / features now.
our detail case is: if customer login on other device, a push message or email will be sent to main device for alerting, warning … , the same way of google / apple do now for their own customer accounts.