¶ Implement Single Sign-on on Mobile
Mobile application single sign-on (SSO) is similar to traditionalWeb application SSO, which means that in multiple application systems, users only need to log in once to access all trusted application systems.
Authing currently supports two forms of mobile SSO:
- Automatically detect the login status of associated apps on the same device.
- Invoke associated apps to exchange user information.
¶ Automatic detection method
The automatic detection method is similar to the Meituan App. As long as one of the mutual trust systems on the same device is logged in, it can detect the relevant user and prompt the user whether to log in with this account, thereby achieving single sign-on.
As shown below:
You can view the demo of this video:
¶ The way of invoking App
The method of awakening the App refers to awakening application B in application A, the user agrees to log in in application B, and then redirect to application A, and the application A obtains user information in some way. This model is under development.