CN107040543B - Single sign-on method, terminal and storage medium - Google Patents

Single sign-on method, terminal and storage medium Download PDF

Info

Publication number
CN107040543B
CN107040543B CN201710293336.5A CN201710293336A CN107040543B CN 107040543 B CN107040543 B CN 107040543B CN 201710293336 A CN201710293336 A CN 201710293336A CN 107040543 B CN107040543 B CN 107040543B
Authority
CN
China
Prior art keywords
logged
webpage
mobile terminal
information
single sign
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710293336.5A
Other languages
Chinese (zh)
Other versions
CN107040543A (en
Inventor
黄琼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Emerson Network Technology (Shanghai) Co.,Ltd.
Original Assignee
Emerson Network Technology Shanghai Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Emerson Network Technology Shanghai Co ltd filed Critical Emerson Network Technology Shanghai Co ltd
Priority to CN201710293336.5A priority Critical patent/CN107040543B/en
Publication of CN107040543A publication Critical patent/CN107040543A/en
Application granted granted Critical
Publication of CN107040543B publication Critical patent/CN107040543B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/148Migration or transfer of sessions

Abstract

The invention discloses a single sign-on method, a terminal and a storage medium, wherein the single sign-on method comprises the following steps: receiving a switching skip request of a webpage to be logged, which is sent by a mobile terminal and is triggered based on a logged webpage; replacing the session access identification of the webpage to be logged with the session access identification of the logged webpage in the switching skip request; acquiring user access information in a database according to the replaced session access identifier, and converting the user access information according to a preset conversion rule; and logging in the webpage to be logged in according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the webpage to be logged in successfully logs in based on the login completion information. The invention can improve the code coupling degree of the existing single sign-on mode and realize the synchronization of all the mutual trust web pages.

Description

Single sign-on method, terminal and storage medium
Technical Field
The present invention relates to the field of communications, and in particular, to a single sign-on method, a terminal, and a storage medium.
Background
Single Sign On (SSO) is an authentication method, and a user can access a plurality of applications, systems, or Web sites that are trusted with each other only by logging On once. The single sign-on mainly comprises single sign-on among web pages, single sign-on among application programs and single sign-on among the web pages and the application programs.
The traditional single sign-on between web pages is realized by storing the session information in a JVM memory, sharing the session information, and for a large-scale website, the sharing of the session information can be realized only by building a cluster, but the memory requirement for storing the session information is higher, so that the sharing of the session information based on a servlet container plug-in is proposed in the prior art to realize the single sign-on between web pages.
However, the existing session information sharing is implemented based on servlet containers, the code coupling degree with other types of containers is not high, and besides, all mutually trusted web pages cannot keep synchronization, that is, when a user switches a current web page to another web page, if the user does not operate the web page before switching within a timeout period, the web page before switching will exit from a login state, and the user needs to log in again. Therefore, the existing single sign-on method between web pages has the problems that the code coupling degree is not high and the mutual trusting web pages can not keep synchronization.
Disclosure of Invention
The invention mainly aims to provide a single sign-on method, a terminal and a storage medium, aiming at solving the technical problems that the code coupling degree is not high and all mutually trusted web pages cannot keep synchronization in the existing single sign-on mode among the web pages.
In order to achieve the above object, the present invention provides a single sign-on method, comprising the steps of:
receiving a switching skip request of a webpage to be logged, which is sent by a mobile terminal and is triggered based on a logged webpage;
replacing the session access identification of the webpage to be logged with the session access identification of the logged webpage in the switching skip request;
acquiring user access information in a database according to the replaced session access identifier, and converting the user access information according to a preset conversion rule;
and logging in the webpage to be logged in according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the webpage to be logged in successfully logs in based on the login completion information.
Optionally, after the step of logging in the web page to be logged in according to the converted user access information and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the web page to be logged in successfully logs in based on the login completion information, the single sign-on method further includes:
and when receiving the page operation which is sent by the mobile terminal and based on the successfully logged-in page of the to-be-logged-in web page or the logged-in web page, synchronously updating the successfully logged-in page of the to-be-logged-in web page and the timeout time limit of the logged-in web page.
Optionally, the single sign-on method further includes:
when a triggered modification request of the single sign-on object is received, displaying a modification interface of the single sign-on object;
and when a modification instruction triggered based on the modification interface is received, modifying the single sign-on object according to the modification instruction.
Optionally, the single sign-on method further includes:
receiving a user exit request which is sent by a mobile terminal and is triggered based on the logged-in webpage or the webpage after the login of the webpage to be logged in is successful;
and feeding back log-out information to the mobile terminal according to the user log-out request so that the mobile terminal logs out of the logged-in webpage and the page after the login of the webpage to be logged in is successful based on the log-out information.
Optionally, the single sign-on method further includes:
and when the access request sent by the mobile terminal is not received within the preset time, sending login failure information to the mobile terminal so that the mobile terminal can quit the current page based on the login failure information and displaying a user login interface.
Optionally, before the step of replacing the session access identifier of the to-be-logged-in web page with the session access identifier of the logged-in web page in the switch skip request, the single sign-on method further includes:
judging whether the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the webpage to be logged in are the same root directory or not;
if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged-in webpage are the same root directory, replacing the session access identifier of the to-be-logged-in webpage with the session access identifier of the logged-in webpage in the switching skip request;
and if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged-in webpage are different root directories, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the to-be-logged-in webpage.
Optionally, before the step of logging in the web page to be logged in according to the converted user access information and returning login completion information to the mobile terminal, the single sign-on method further includes:
judging whether the converted user access information is valid;
if the converted user access information is valid, logging in the webpage to be logged according to the converted user access information, and returning login completion information to the mobile terminal so that the mobile terminal can display the page after the webpage to be logged in successfully logs in based on the login completion information;
and if the converted user access information is invalid, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the webpage to be logged in.
Optionally, the step of logging in the web page to be logged in according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the web page to be logged in successfully logs in based on the login completion information includes:
and logging in the webpage to be logged according to the converted user access information, and returning login completion information and the page information of the logged webpage in the switching skip request to the mobile terminal, so that the mobile terminal displays the page information while displaying the page of the webpage to be logged in after successful login.
In addition, to achieve the above object, the present invention further provides a single sign-on terminal, including: a memory, a processor, and a single sign-on program stored on the memory and executable on the processor, the single sign-on program when executed by the processor implementing the steps of the method as described above.
The present invention also provides a computer readable storage medium having stored thereon a single sign-on program which, when executed by a processor, implements the steps of the single sign-on method as described above.
The invention receives a switching jump request of a to-be-logged webpage triggered based on a logged webpage sent by a mobile terminal, replaces a session access identifier of the to-be-logged webpage with a session access identifier of the logged webpage in the switching jump request, acquires user access information in a database according to the replaced session access identifier, converts the user access information according to a preset conversion rule, logs in the to-be-logged webpage according to the converted user access information, and returns login completion information to the mobile terminal, so that the mobile terminal displays a page after the to-be-logged webpage successfully logs in based on the login completion information, the scheme can realize user login-free by replacing the session access identifier of the to-be-logged webpage with the session access identifier of the logged webpage, simultaneously converts the user access information according to the preset conversion rule, and is convenient for a plurality of webpages to use the user access information, the transitivity of the object is decoupled, and the code coupling degree is improved.
Drawings
Fig. 1 is a schematic structural diagram of a mobile terminal in a hardware operating environment according to an embodiment of the present invention;
fig. 2 is a diagram of a communication network system architecture according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a single sign-on method according to a first embodiment of the present invention;
FIG. 4 is a flowchart illustrating a single sign-on method according to a second embodiment of the present invention;
FIG. 5 is a flowchart illustrating a single sign-on method according to a third embodiment of the present invention;
FIG. 6 is a flowchart illustrating a single sign-on method according to a fourth embodiment of the present invention;
FIG. 7 is a flowchart illustrating a fifth embodiment of a single sign-on method according to the present invention;
FIG. 8 is a flowchart illustrating a sixth embodiment of a single sign-on method according to the present invention;
FIG. 9 is a flowchart illustrating a single sign-on method according to a seventh embodiment of the present invention;
fig. 10 is a schematic structural diagram of a single sign-on terminal in a hardware operating environment according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Because the existing session information sharing is realized based on servlet containers, the code coupling degree with other types of containers is not high, and besides, all the mutually trusted webpages can not keep synchronization, namely when a user switches the current webpage to other webpages, if the user does not operate the webpage before switching within a timeout period, the webpage before switching can quit the login state, the user needs to log in again, and the problems that the code coupling degree is not high and all the mutually trusted webpages can not keep synchronization exist.
In order to solve the problems, the invention provides a single sign-on method, which can realize the log-on-free of a user by replacing the session access identifier of the webpage to be logged in with the session access identifier of the logged-in webpage, and simultaneously converts the user access information according to the preset conversion rule, thereby facilitating the use of the user access information by a plurality of webpages, decoupling the transitivity of objects and improving the code coupling degree.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly. Fig. 1 is a schematic structural diagram of a mobile terminal in a hardware operating environment according to an embodiment of the present invention, and as shown in fig. 1, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the Radio Frequency unit 101 may be configured to receive and transmit signals during a message transmission or call, specifically, receive downlink information of a base station and then process the received downlink information to the processor 110, and transmit uplink data to the base station, in General, the Radio Frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like, and in addition, the Radio Frequency unit 101 may further communicate with a network and other devices through wireless communication, and the wireless communication may use any communication standard or protocol, including, but not limited to, GSM (Global System of Mobile communication), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access ), TD-SCDMA (Synchronous Time Division Multiple Access, Code Division Multiple Access, Time Division Multiple Access, etc., TDD — Time Division Multiple Access, L Time Division Multiple Access, etc.
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a liquid Crystal Display (L acquired Crystal Display, L CD), an Organic light-Emitting Diode (O L ED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, the communication Network system is L TE system of universal mobile telecommunications technology, and the L TE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving gateway) 2034, a PGW (PDN gateway) 2035, and a PCRF (Policy and charging functions Entity) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although L TE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to L TE system, but also applicable to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Referring to fig. 3, fig. 3 is a flowchart illustrating a single sign-on method according to a first embodiment of the present invention.
In this embodiment, the single sign-on method includes:
step S101, receiving a switching skip request of a webpage to be logged, which is sent by a mobile terminal and is triggered based on a logged webpage;
step S102, replacing the session access identification of the webpage to be logged with the session access identification of the logged webpage in the switching skip request;
the single sign-on method is applied to a server, which may be implemented in various forms, for example, a terminal described in the present invention may include mobile devices such as a mobile phone, a tablet computer, a notebook computer, a palm computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and fixed devices such as a digital TV, a desktop computer, and the like. The server performs data interaction with the mobile terminal through a network interface, namely the network interface can be connected with the server and performs data communication with the server, and the network interface can be connected with the mobile terminal (user side) and performs data communication with the mobile terminal. The mobile terminal is the terminal 100 shown in fig. 1, and will not be described in detail here.
The mobile terminal is provided with a browser or a client, a user controls the mobile terminal to open the browser or the client, at the moment, the user can open a plurality of browser windows, when the user triggers a login request of a website in one browser window, the login request is sent to a server, the server receives the login request triggered by the user sent by the mobile terminal and performs login verification on user access information in the login request, when the login verification of the user access information passes, a session access identifier in the login request is obtained, the session access identifier is rewritten according to a preset format, the user access information is converted according to a preset conversion rule, the converted user access information is stored in a database, the successful login information and the rewritten session access identifier are sent to the mobile terminal, so that the mobile terminal displays a page after successful login based on the successful login information, and storing the session access identifier, namely displaying the page after login completion on the browser window by the mobile terminal. In specific implementation, the session access identifiers are rewritten according to a preset format, so that the session access identifiers of the webpages in the same project are consistent, the user can log in any webpage when the user login information of each webpage in the project is the same, and after the login is completed, the user does not need to log in other webpages in the project manually, but logs in automatically, namely, the login-free of each webpage in the project is realized.
The user login information comprises a user name, a user password, a user login state, a life cycle and the like. In this embodiment, the user login information is cookie information, a session ID is stored in the cookie information, the session access identifier is a session ID, the user access information is session information, and the session ID is a file name of the session information.
The cookie information is stored in a local memory of the mobile terminal, when a user triggers any request, the cookie information is read from the local memory, the cookie information is path-oriented, and when the path attribute is default, the server automatically transmits the current path to the mobile terminal. The cookie information comprises information such as a life cycle, a user name, terminal equipment identification information, browsed webpages and stay time, and is cleared when the cookie information exceeds the life cycle, the life cycle of cookie information of some pages is zero or negative, and the cookie information is cleared when quitting. In the concrete implementation, can set up this cookie information can not be read by the script, encrypt cookie information, embed the timestamp before encrypting, guarantee that the ciphertext after encrypting every time is all different, when the mobile terminal requests, every time or regularly update cookie information (from new encryption), write in the timestamp to authentication information every time, the database need record last timestamp, when the mobile terminal submits cookie information, decrypt earlier, then check up the timestamp, if the timestamp is less than record in the data database, mean promptly that attack takes place, through the above-mentioned processing to cookie information, can effectual improvement cookie information's security.
The mobile terminal displays a logged-in webpage on the browser window, a user can trigger a switching and skipping request of other webpages based on the logged-in webpage displayed on the browser window, namely the user clicks controls in the logged-in webpage to trigger the switching and skipping request of other webpages, the mobile terminal sends the switching and skipping request to a server, the server receives the switching and skipping request and creates user session information and session access identification for the to-be-logged webpage, and if the user account information of the to-be-logged webpage is the same as that of the logged-in webpage, the session access identification of the to-be-logged webpage is replaced by the session access identification of the logged-in webpage in the switching and skipping request, so that the logged-in webpage and the to-be-logged webpage are synchronous.
In specific implementation, the switching skip request carries mobile terminal identification information, a website of a logged-in webpage, a website of a to-be-logged-in webpage and the like, whether the to-be-logged-in webpage has login-free permission or not is determined according to the website of the logged-in webpage and the website of the to-be-logged-in webpage, whether account information of a user is the same or not is determined, if the account information of the user is the same and has the login-free permission, the to-be-logged-in webpage is logged in, and a browser window is newly built to display a page of the to-be-logged.
In another specific implementation, the unique user login identification of the logged-in webpage can be sent to the server, when the server receives a switching skip request of the webpage to be logged in, the server acquires user login information from the switching skip request, and if the user information of the logged-in webpage is the same as that of the webpage to be logged in, the webpage to be logged in is marked according to the unique user login identification, so that the webpage to be logged in can be free from logging in.
Step S103, acquiring user access information in a database according to the replaced session access identifier, and converting the user access information according to a preset conversion rule;
after the server replaces the session access identifier of the webpage to be logged with the session access identifier of the logged webpage in the switching skip request, user access information in the database is obtained according to the replaced session access identifier, namely the logged webpage to be logged shares the user access information, and the user access information is converted according to a preset conversion rule, namely the character string type user access information is converted into a Java object, so that the server can conveniently identify the user access information. The specific principle is that a group of data represented in the JavaScript object can be converted into a character string through the JSON, and then the character string can be conveniently transmitted between networks or programs, and the character string is reduced to a data format supported by each programming language when needed, so that the code coupling degree is improved.
The Servlet container is operated in the way that when the mobile terminal sends a request to the server, the Servlet container encapsulates the request information by using a Servlet request object, then invokes the life cycle of the Servlet defined in a Java Servlet API to complete the execution of the Servlet, encapsulates the result of the Servlet execution to be returned to the mobile terminal into a Servlet response object, finally returns the encapsulated result to the mobile terminal, completes the Service process, each Servlet class executes the Servlet, executes the automatic invocation of three functions of the Servlet, the Servlet response object and the destruction of the Servlet response function, and when the Servlet response object is started, the Servlet response object initializes the Servlet response function once to destroy the Servlet response function, and when the Servlet response object receives the Servlet response function, the Servlet response function is executed once.
And step S104, logging in the webpage to be logged according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal can display the page after the webpage to be logged in successfully logs in based on the login completion information.
The method comprises the steps that after a server side converts user access information according to a preset conversion rule, an object which can be identified by the server side is obtained, then according to the converted user access information, if the user login state in the user access information is the logged-in state, a webpage to be logged in is automatically logged in, login success information is returned to a mobile terminal, the mobile terminal establishes a browser window, a page after the webpage to be logged in successfully logs in is displayed in the newly established browser window, the server side issues a user session identifier and the user login information to the mobile terminal, the mobile terminal receives the user session identifier and the user login information and stores the user session identifier and the user login information under a preset path; and if the user login state in the user access information is a non-login state, returning a login interface display request to the mobile terminal, building a browser window by the mobile terminal based on the display request, and displaying the login interface of the webpage to be logged in the newly built browser window to remind the user of manually logging in. In a specific implementation, the present invention can also log in multiple users in the same browser, and the multiple users all log in the same website, for example, the browser window a can log in user a on website a, and the browser B can log in user B on website a, so as to realize that different users log in the same website in the same browser.
In this embodiment, the present invention receives a switching skip request of a to-be-logged web page triggered by a logged-in web page sent by a mobile terminal, replaces a session access identifier of the to-be-logged web page with a session access identifier of the logged-in web page in the switching skip request, then acquires user access information in a database according to the replaced session access identifier, converts the user access information according to a preset conversion rule, then logs in the to-be-logged web page according to the converted user access information, and returns login completion information to the mobile terminal, so that the mobile terminal displays a page after the successful login of the to-be-logged web page based on the login completion information, by replacing the session access identifier of the to-be-logged-in web page with the session access identifier of the logged-in web page, the login-free of the user can be achieved, and at the same time, converts the user access information according to the, the method is convenient for a plurality of webpages to use user access information, decouples the transferability of objects, and improves the code coupling degree.
Further, referring to fig. 4, a second embodiment of the single sign-on method of the present invention is proposed based on the first embodiment, and the difference from the foregoing embodiment is that after step S104, the single sign-on method further includes:
step S105, when receiving the page operation which is sent by the mobile terminal and based on the page after the successful login of the webpage to be logged in or the logged-in webpage, synchronously updating the page after the successful login of the webpage to be logged in and the timeout time limit of the logged-in webpage.
And when the server receives the page operation of the user based on the successfully logged-in webpage or the logged-in webpage sent by the mobile terminal, synchronously updating the page of the successfully logged-in webpage and the overtime time limit of the logged-in webpage.
In the embodiment, the page after the successful login of the webpage to be logged in and the timeout time limit of the logged-in webpage are synchronously updated, so that the timeout time limit is updated when a user operates any webpage, and the condition that the login state of the user is invalid and the user needs to log in again is prevented.
Further, referring to fig. 5, a third embodiment of the single sign-on method of the present invention is proposed based on the first or second embodiment, and the difference from the foregoing embodiment is that the single sign-on method further includes:
step S106, when a modification request of the triggered single sign-on object is received, a modification interface of the single sign-on object is displayed;
and S107, when a modification instruction triggered based on the modification interface is received, modifying the single sign-on object according to the modification instruction.
The method comprises the steps that when a server receives a modification request of a single sign-on object triggered by a manager, a modification interface of the single sign-on object is displayed, and when a modification instruction triggered by the manager based on the modification interface is received, the single sign-on object is modified according to the modification instruction.
In this embodiment, the single sign-on object in the server can be modified, that is, the single sign-on object is added or deleted, so that the operation of a manager is facilitated.
Further, referring to fig. 6, a fourth embodiment of the single sign-on method of the present invention is proposed based on the first, second or third embodiment, and the difference from the foregoing embodiment is that the single sign-on method further includes:
step S108, receiving a user exit request which is sent by the mobile terminal and is triggered based on the logged-in webpage or the webpage after the login of the webpage to be logged in is successful;
step S109, feeding back log-out information to the mobile terminal according to the user log-out request, so that the mobile terminal logs out the logged-in webpage and the webpage after the login of the webpage to be logged in is successful based on the log-out information.
The method comprises the steps that a user triggers a user quitting request based on a logged-in webpage or a webpage after the logged-in webpage successfully logs in, the user quitting request is sent to a server side, the server side logs out of the logged-in webpage when receiving the user quitting request sent by a mobile terminal, and quitting completion information is sent to the mobile terminal, so that the mobile terminal displays a login interface in a current browser window. In specific implementation, when a user log-out request is received, all logged-in webpages of the user are acquired, and the user logs out.
In the embodiment, the invention can realize the functions of logging out one webpage and logging out all logged-in webpages, and a user does not need to log out one webpage individually, thereby being convenient for the user to use.
Further, when the server side does not receive the access request sent by the mobile terminal within the preset time, login failure information is sent to the mobile terminal, so that the mobile terminal can quit the current page based on the login failure information, a user login interface is displayed, the mobile terminal can quit automatically after a certain time, and the safety is improved.
Further, referring to fig. 7, a fifth embodiment of the single sign-on method of the present invention is proposed based on the first, second, third or fourth embodiment, and is different from the foregoing embodiments in that before the step S102, the single sign-on method further includes:
step S110, judging whether the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the webpage to be logged in are the same root directory;
if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the webpage to be logged in are the same root directory, executing step S102, namely replacing the session access identifier of the webpage to be logged in with the session access identifier of the logged-in webpage in the switching skip request;
step S111, if the storage paths of the session access identifier of the logged-in web page and the session access identifier of the to-be-logged-in web page are different root directories, sending a display request of a user login interface to the mobile terminal, so that the mobile terminal can display the user login interface of the to-be-logged-in web page.
When receiving a switching and skipping request of a to-be-logged webpage, triggered by a logged webpage, of a user through the logged webpage, a server side judges whether the storage paths of the session access identifier of the logged webpage and the session access identifier of the to-be-logged webpage are the same root directory or not, if the storage paths of the session access identifier of the logged webpage and the session access identifier of the to-be-logged webpage are the same root directory, the session access identifier of the to-be-logged webpage is replaced by the session access identifier of the logged webpage in the switching and skipping request, and if the storage paths of the session access identifier of the logged webpage and the session access identifier of the to-be-logged webpage are different root directories, a display request of a user login interface is sent to the mobile terminal so that the mobile terminal can display the user login interface of the to-be-logged webpage.
In this embodiment, the method and the device can quickly identify whether the to-be-logged webpage has the login-free permission by verifying whether the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged webpage are the same root directory.
Further, referring to fig. 8, a sixth embodiment of the single sign-on method of the present invention is proposed based on the first, second, third, fourth or fifth embodiment, and the difference from the foregoing embodiments is that before the step S104, the single sign-on method further includes:
s112, judging whether the converted user access information is valid;
if the converted user access information is valid, executing step S104, namely logging in the webpage to be logged according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal displays the page of the webpage to be logged after the webpage to be logged is successfully logged in based on the login completion information;
and S113, if the converted user access information is invalid, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the webpage to be logged in.
The mobile terminal judges whether the converted user access information is valid or not after converting the user access information according to the conversion rule, if the converted user access information is valid, the mobile terminal logs in the webpage to be logged in according to the converted user access information and returns login completion information to the mobile terminal so that the mobile terminal can display the page of the webpage to be logged in after the webpage is successfully logged in based on the login completion information, and if the converted user access information is invalid, a display request of a user login interface is sent to the mobile terminal so that the mobile terminal can display the user login interface of the webpage to be logged in.
In this embodiment, the server side sends a request for re-login to the mobile terminal when the user access information fails by verifying the converted user access information, and the mobile terminal displays a user login interface of the web page to be logged in, so that the user can log in again.
Further, referring to fig. 9, a seventh embodiment of the single sign-on method of the present invention is proposed based on the first, second, third, fourth, fifth or sixth embodiment, and the difference from the previous embodiments is that the step S104 includes:
and step S1041, logging in the webpage to be logged in according to the converted user access information, and returning login completion information and the page information of the logged webpage in the switching skip request to the mobile terminal, so that the mobile terminal displays the page information while displaying the page after the webpage to be logged in successfully logs in.
The user selects page information in the logged-in webpage, and when the switching jump request is triggered, the mobile terminal adds the page information to the switching jump request, wherein the page information can comprise any information in the logged-in webpage, such as information of pictures, characters and the like. And when receiving the switching skip request, the server acquires the page information of the logged-in webpage in the switching skip request, and sends the page information while returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the webpage to be logged in successfully logs in and displays the page information.
In the embodiment, the data interaction between the webpages of different domains can be realized.
The invention also provides a single sign-on terminal.
As shown in fig. 10, fig. 10 is a schematic structural diagram of a single sign-on terminal in a hardware operating environment according to an embodiment of the present invention.
The single sign-on terminal of the embodiment of the invention can be a PC, and can also be a mobile terminal device with a display function, such as a smart phone, a tablet computer, a portable computer and the like.
As shown in fig. 3, the single sign-on terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the single sign-on terminal configuration shown in fig. 10 does not constitute a limitation of a single sign-on terminal and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
As shown in fig. 10, the memory 1005 may include an operating system, a network communication module, a user interface module, and a single sign-on program.
In the single sign-on terminal shown in fig. 10, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to invoke the single sign-on program stored in the memory 1005 and perform the following operations:
receiving a switching skip request of a webpage to be logged, which is sent by a mobile terminal and is triggered based on a logged webpage;
replacing the session access identification of the webpage to be logged with the session access identification of the logged webpage in the switching skip request;
acquiring user access information in a database according to the replaced session access identifier, and converting the user access information according to a preset conversion rule;
and logging in the webpage to be logged in according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the webpage to be logged in successfully logs in based on the login completion information.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
and when receiving the page operation which is sent by the mobile terminal and based on the successfully logged-in page of the to-be-logged-in web page or the logged-in web page, synchronously updating the successfully logged-in page of the to-be-logged-in web page and the timeout time limit of the logged-in web page.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
when a triggered modification request of the single sign-on object is received, displaying a modification interface of the single sign-on object;
and when a modification instruction triggered based on the modification interface is received, modifying the single sign-on object according to the modification instruction.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
receiving a user exit request which is sent by a mobile terminal and is triggered based on the logged-in webpage or the webpage after the login of the webpage to be logged in is successful;
and feeding back log-out information to the mobile terminal according to the user log-out request so that the mobile terminal logs out of the logged-in webpage and the page after the login of the webpage to be logged in is successful based on the log-out information.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
and when the access request sent by the mobile terminal is not received within the preset time, sending login failure information to the mobile terminal so that the mobile terminal can quit the current page based on the login failure information and displaying a user login interface.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
judging whether the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the webpage to be logged in are the same root directory or not;
if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged-in webpage are the same root directory, replacing the session access identifier of the to-be-logged-in webpage with the session access identifier of the logged-in webpage in the switching skip request;
and if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged-in webpage are different root directories, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the to-be-logged-in webpage.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
judging whether the converted user access information is valid;
if the converted user access information is valid, logging in the webpage to be logged according to the converted user access information, and returning login completion information to the mobile terminal so that the mobile terminal can display the page after the webpage to be logged in successfully logs in based on the login completion information;
and if the converted user access information is invalid, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the webpage to be logged in.
Further, the processor 1001 may call the single sign-on program stored in the memory 1005, and further perform the following operations:
and logging in the webpage to be logged according to the converted user access information, and returning login completion information and the page information of the logged webpage in the switching skip request to the mobile terminal, so that the mobile terminal displays the page information while displaying the page of the webpage to be logged in after successful login.
The specific embodiment of the single sign-on terminal of the present invention is basically the same as the embodiments of the single sign-on method described above, and will not be described herein again.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, where a single sign-on program is stored on the computer-readable storage medium, and the single sign-on program, when executed by a processor, implements the steps of the single sign-on method described above.
The specific embodiment of the computer-readable storage medium of the present invention is substantially the same as the embodiments of the single sign-on method described above, and will not be described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A single sign-on method, comprising the steps of:
receiving a switching skip request of a webpage to be logged, which is sent by a mobile terminal and is triggered based on a logged webpage;
replacing the session access identification of the webpage to be logged with the session access identification of the logged webpage in the switching skip request;
acquiring user access information in a database according to the replaced session access identifier, wherein the data type of the user access information is a character string type, and converting the user access information of the character string type into a Java Object according to a preset conversion rule, wherein the preset conversion rule is JavaScript Object Notation;
and logging in the webpage to be logged in according to the converted user access information, and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the webpage to be logged in successfully logs in based on the login completion information.
2. The single sign-on method according to claim 1, wherein after the step of logging on the web page to be logged on according to the converted user access information and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the web page to be logged on successfully logs on based on the login completion information, the single sign-on method further comprises:
and when receiving the page operation which is sent by the mobile terminal and based on the successfully logged-in page of the to-be-logged-in web page or the logged-in web page, synchronously updating the successfully logged-in page of the to-be-logged-in web page and the timeout time limit of the logged-in web page.
3. The single sign-on method of claim 1, further comprising:
when a triggered modification request of the single sign-on object is received, displaying a modification interface of the single sign-on object;
and when a modification instruction triggered based on the modification interface is received, modifying the single sign-on object according to the modification instruction.
4. The single sign-on method of claim 1, further comprising:
receiving a user exit request which is sent by a mobile terminal and is triggered based on the logged-in webpage or the webpage after the login of the webpage to be logged in is successful;
and feeding back log-out information to the mobile terminal according to the user log-out request so that the mobile terminal logs out of the logged-in webpage and the page after the login of the webpage to be logged in is successful based on the log-out information.
5. The single sign-on method of claim 1, further comprising:
and when the access request sent by the mobile terminal is not received within the preset time, sending login failure information to the mobile terminal so that the mobile terminal can quit the current page based on the login failure information and displaying a user login interface.
6. The single sign-on method of any one of claims 1 to 5, wherein before the step of replacing the session access identifier of the web page to be logged in with the session access identifier of the web page already logged in the switch jump request, the single sign-on method further comprises:
judging whether the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the webpage to be logged in are the same root directory or not;
if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged-in webpage are the same root directory, replacing the session access identifier of the to-be-logged-in webpage with the session access identifier of the logged-in webpage in the switching skip request;
and if the storage paths of the session access identifier of the logged-in webpage and the session access identifier of the to-be-logged-in webpage are different root directories, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the to-be-logged-in webpage.
7. The single sign-on method according to any one of claims 1 to 5, wherein before the step of logging in the web page to be logged on according to the converted user access information and returning login completion information to the mobile terminal, the single sign-on method further comprises:
judging whether the converted user access information is valid;
if the converted user access information is valid, logging in the webpage to be logged according to the converted user access information, and returning login completion information to the mobile terminal so that the mobile terminal can display the page after the webpage to be logged in successfully logs in based on the login completion information;
and if the converted user access information is invalid, sending a display request of a user login interface to the mobile terminal so that the mobile terminal can display the user login interface of the webpage to be logged in.
8. The single sign-on method of any one of claims 1 to 5, wherein the step of logging in the web page to be logged in according to the converted user access information and returning login completion information to the mobile terminal, so that the mobile terminal displays the page after the web page to be logged in successfully logs in based on the login completion information comprises:
and logging in the webpage to be logged according to the converted user access information, and returning login completion information and the page information of the logged webpage in the switching skip request to the mobile terminal, so that the mobile terminal displays the page information while displaying the page of the webpage to be logged in after successful login.
9. A single sign-on terminal, comprising: memory, a processor and a single sign-on program stored on the memory and executable on the processor, the single sign-on program when executed by the processor implementing the steps of the method of any one of claims 1 to 8.
10. A computer-readable storage medium, having stored thereon a single sign-on program which, when executed by a processor, performs the steps of the single sign-on method of any one of claims 1 to 8.
CN201710293336.5A 2017-04-26 2017-04-26 Single sign-on method, terminal and storage medium Active CN107040543B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710293336.5A CN107040543B (en) 2017-04-26 2017-04-26 Single sign-on method, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710293336.5A CN107040543B (en) 2017-04-26 2017-04-26 Single sign-on method, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN107040543A CN107040543A (en) 2017-08-11
CN107040543B true CN107040543B (en) 2020-08-04

Family

ID=59538656

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710293336.5A Active CN107040543B (en) 2017-04-26 2017-04-26 Single sign-on method, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN107040543B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107995214B (en) * 2017-12-19 2021-07-20 深圳市创梦天地科技有限公司 Website login method and related equipment
CN108040065B (en) * 2017-12-22 2021-02-19 平安养老保险股份有限公司 Login-free method and device after webpage skipping, computer equipment and storage medium
CN109359446B (en) * 2018-09-27 2019-11-05 天涯社区网络科技股份有限公司 A kind of cross-domain login validation method in internet
CN109740386B (en) * 2018-12-25 2020-12-08 星潮闪耀移动网络科技(中国)有限公司 Method and device for detecting static resource file
CN109862078B (en) * 2019-01-08 2021-11-19 腾讯科技(深圳)有限公司 Client login method, device and system, storage medium and electronic device
CN111435382B (en) * 2019-01-14 2022-10-18 福建天泉教育科技有限公司 Login checking method of page and terminal
CN110765443A (en) * 2019-10-24 2020-02-07 深圳前海环融联易信息科技服务有限公司 Single sign-on method and device, computer equipment and storage medium
CN113868689B (en) * 2021-12-02 2022-03-01 飞狐信息技术(天津)有限公司 Application method and device of background system
CN114579193B (en) * 2022-03-08 2024-01-12 国泰新点软件股份有限公司 Multi-system loading method, device, equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1761188A (en) * 2005-09-09 2006-04-19 中国移动通信集团公司 Simple point logging in method and simple point logging out method

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739603B (en) * 2011-03-31 2015-10-21 国际商业机器公司 The method and apparatus of single-sign-on
CN102857484B (en) * 2011-07-01 2015-11-25 阿里巴巴集团控股有限公司 A kind of method, system and device realizing single-sign-on
CN103236969B (en) * 2013-04-03 2016-07-06 中国科学院合肥物质科学研究院 A kind of gateway system for cloud service accounting management and method
US9787665B2 (en) * 2013-07-02 2017-10-10 Verizon Patent And Licensing Inc. System and method for providing single sign on interface for applications on mobile devices
CN105337949B (en) * 2014-08-13 2019-03-15 中国移动通信集团重庆有限公司 A kind of SSO authentication method, web server, authentication center and token verify center
CN104158818B (en) * 2014-08-25 2018-09-11 中国联合网络通信集团有限公司 A kind of single-point logging method and system
CN104836803B (en) * 2015-04-24 2018-04-17 北京工商大学 Single-point logging method based on session mechanism
CN105007280B (en) * 2015-08-05 2018-06-05 郑州悉知信息科技股份有限公司 A kind of application login method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1761188A (en) * 2005-09-09 2006-04-19 中国移动通信集团公司 Simple point logging in method and simple point logging out method

Also Published As

Publication number Publication date
CN107040543A (en) 2017-08-11

Similar Documents

Publication Publication Date Title
CN107040543B (en) Single sign-on method, terminal and storage medium
CN109257740B (en) Profile downloading method, mobile terminal and readable storage medium
CN107038245B (en) Page switching method, mobile terminal and storage medium
CN108616499B (en) Authentication method of application program, terminal and computer readable storage medium
CN108768775B (en) Information processing method, electronic device, and computer storage medium
CN109600740B (en) File downloading method and device and computer readable storage medium
CN109033801B (en) Method for verifying user identity by application program, mobile terminal and storage medium
WO2020164526A1 (en) Control method for nodes in distributed system and related device
CN109379735B (en) eSIM card operation method, mobile terminal and eSIM card device
CN107147656B (en) Method and system for establishing remote control and readable storage medium
CN108075899B (en) Identity authentication method, mobile terminal and computer readable storage medium
CN107276991B (en) Method and device for loading Web page and computer readable storage medium
CN108600516B (en) Data acquisition method, mobile terminal and computer readable storage medium
CN108549826B (en) Application program checking method, terminal, server and readable storage medium
CN108810833B (en) Mobile phone number binding information management method and device and computer readable storage medium
CN107682540B (en) Picture processing method, terminal and computer readable storage medium
CN107124466B (en) Method and device for preventing cache from penetrating and computer readable storage medium
CN108601062B (en) WiFi connection sharing method, terminal and computer storage medium
CN108012270B (en) Information processing method, equipment and computer readable storage medium
CN108446574B (en) Data query method, terminal and computer readable storage medium
CN107302526B (en) System interface calling method, device and computer readable storage medium
KR20220164017A (en) Gateway access method and electronic device
CN111427709A (en) Application program body-separating control method and device and computer readable storage medium
CN108629863B (en) Method for automatically signing in application program, mobile terminal and readable storage medium
CN108040116B (en) Message pushing method, router and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200708

Address after: Room 165, building 1, No. 886, Hongqi village, Hengsha Township, Chongming District, Shanghai 202150 (Shanghai Hengtai Economic Development Zone)

Applicant after: Emerson Network Technology (Shanghai) Co.,Ltd.

Address before: 518057 Guangdong Province, Shenzhen high tech Zone of Nanshan District City, No. 9018 North Central Avenue's innovation building A, 6-8 layer, 10-11 layer, B layer, C District 6-10 District 6 floor

Applicant before: NUBIA TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant