¶ Implementing Single Sign-On on Mobile
Mobile Application Single Sign-On (Single Sign On) is similar to traditional Web-side SSO, which means that in multiple application systems, users only need to log in once to access all mutually trusted application systems.
GenAuth currently supports two forms of mobile terminal single sign-on:
- Automatically detect the login status of associated applications on the same device
- Invoke associated apps to exchange user information
¶ Automatic detection method
The automatic detection method, similar to the Meituan App, can detect the relevant user as long as one of all mutually trusted systems on the same device is in the login state, and prompt the user whether to use the account to log in, thereby achieving single sign-on.
As shown below:

You can view the demonstration in this video:
For specific access methods, please see: Automatic detection and login on mobile terminals.
¶ App-awakening method
App-awakening method refers to calling application B in application A, and the user agrees to authorize login in application B, and then jumps to application A, and application A obtains user information in some way. This mode is under development.
