Overview
LoginRadius supports Cross-Device SSO feature. You can establish SSO between two different applications running on two different devices i.e mobile application and web application by using this feature.
For more detailed information regarding Cross-Device SSO refer here.
You can leverage the following APIs to utilize Cross Device SSO feature:
Generate QR Code String: This API is used to get the QR code string.
Get Access Token by QR Code: This API will be triggered by the browser and return the access token attached with the requested QR code string from the Database.
Add QR Token: This API is used to add/insert the QR code string with the access token into the database.