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
We need a feature to logout the user from all the devices in which he/she has logged in already. With the help of Salesforce SDK, we are able to logout the user from currently logged in device. As per our business requirements (like many other websites/apps already do), we need to provide the following 2 options to the user when they want to logout.
1. Logout
2. Logout from all the devices
Could you please guide us how to do the 2nd operation with current SDK? or Kindly let us know this functionality will be implemented in future releases of SDK?
Version of Mobile SDK Used: 11.1.0
Issue found in Native App or Hybrid App: Native app
OS Version: iOS 18
Device: iPhone
Steps to reproduce:
Actual behavior: We can perform only Logout action
Expected Behavior: We need to Logout from all the active devices as well
Error Log: NA
The text was updated successfully, but these errors were encountered:
In essence, what you want is the ability to revoke all the refresh tokens of the current user for the current connected app. The current auth API that Salesforce provides only allows revoking the refresh token you currently have. We made a note of your enhancement request.
Please fill out the following details:
We need a feature to logout the user from all the devices in which he/she has logged in already. With the help of Salesforce SDK, we are able to logout the user from currently logged in device. As per our business requirements (like many other websites/apps already do), we need to provide the following 2 options to the user when they want to logout.
Could you please guide us how to do the 2nd operation with current SDK? or Kindly let us know this functionality will be implemented in future releases of SDK?
The text was updated successfully, but these errors were encountered: