CN107204970B - Single sign-on method and related device - Google Patents

Single sign-on method and related device Download PDF

Info

Publication number
CN107204970B
CN107204970B CN201610944265.6A CN201610944265A CN107204970B CN 107204970 B CN107204970 B CN 107204970B CN 201610944265 A CN201610944265 A CN 201610944265A CN 107204970 B CN107204970 B CN 107204970B
Authority
CN
China
Prior art keywords
single sign
control
protocol
request
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
CN201610944265.6A
Other languages
Chinese (zh)
Other versions
CN107204970A (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.)
Beijing Ultrapower Information Safety Technology Co ltd
Original Assignee
Beijing Ultrapower Information Safety Technology 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 Beijing Ultrapower Information Safety Technology Co ltd filed Critical Beijing Ultrapower Information Safety Technology Co ltd
Priority to CN201610944265.6A priority Critical patent/CN107204970B/en
Publication of CN107204970A publication Critical patent/CN107204970A/en
Application granted granted Critical
Publication of CN107204970B publication Critical patent/CN107204970B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The application provides a single sign-on method and a related device, when a single sign-on control is installed, a single sign-on protocol is actively added into a system registry according to a protocol adding instruction carried by the single sign-on control, and when a single sign-on request is received, the corresponding single sign-on control is started by obtaining the single sign-on protocol; since any browser can acquire the single sign-on protocol by accessing the system registry, the embodiment of the application can realize interaction with the single sign-on control through any browser and realize single sign-on. The method and the device can eliminate the dependence of the single sign-on process on the ActiveX control, and the user can realize the single sign-on through any browser commonly used by the user.

Description

Single sign-on method and related device
Technical Field
The present application relates to the field of network management technologies, and in particular, to a single sign-on method and a related device.
Background
Single Sign On (SSO) means that a user can access any other application resource or system resource within the authority range only by inputting an account password to complete login authentication in a certain resource within the authority range, and login authentication does not need to be repeated; when a user logs in a resource for the first time, the system records account information of the user and the resource which can be logged in within the authority range, so that when the user accesses another resource within the authority range, the system can automatically complete login authentication according to the recorded account information. For example, a certain portal website includes a plurality of sub-websites, after a user completes login authentication by inputting an account password in one of the sub-websites W1, when the user clicks a web page of another sub-website W2, the browser can automatically complete login authentication in W2 through the account input during login W1, and the user does not need to input his own account password again.
The process of single sign-on in the prior art is as follows: when a user accesses a portal website of a multi-resource system for the first time through an IE browser, the browser prompts the user to download and install a corresponding single sign-on control; after the installation of the single sign-on control is finished, when the user accesses the portal website again through the IE browser, the installed single sign-on control can be called up by the ActiveX plug-in of the IE browser, and then the client corresponding to the target sign-on resource is called up through the single sign-on control.
Therefore, according to the prior art, a user can only realize single sign-on resources through the IE browser, so that the method has great limitation and poor user experience sensitivity.
Disclosure of Invention
The application provides a single sign-on method and a related device, which are used for solving the problem that the single sign-on resource can only be realized through an IE browser by relying on an ActiveX plug-in the prior art.
In order to solve the technical problem, the embodiment of the application discloses the following technical scheme:
in a first aspect of the embodiments of the present application, a single sign-on method is provided, including:
downloading a single sign-on control corresponding to the target multi-resource system;
installing the single sign-on control, and writing a single sign-on protocol into a system registry according to a protocol adding instruction carried in the single sign-on control when the single sign-on control is installed;
and starting the single sign-on control according to the single sign-on protocol in the system registry when receiving the single sign-on request corresponding to the target multi-resource system.
Optionally, the single sign-on protocol at least includes installation position information corresponding to the single sign-on control;
starting the single sign-on control according to the single sign-on protocol, comprising:
and starting a corresponding single sign-on control according to the installation position information in the single sign-on protocol.
Optionally, the single sign-on protocol further includes identification information of the single sign-on control.
Optionally, starting the single sign-on control according to the single sign-on protocol in the system registry includes:
detecting the system registry through a browser, and judging whether a single sign-on protocol corresponding to the single sign-on request exists in the system registry;
and when the single sign-on protocol corresponding to the single sign-on request exists in the system registry, starting a corresponding single sign-on control according to the single sign-on protocol.
Optionally, after the single sign-on control is started, the method further includes:
obtaining login request parameters, and transmitting the login request parameters to the single sign-on control so that the single sign-on control can analyze the login request parameters;
and starting a client corresponding to the target login resource according to the analysis result of the single sign-on control.
In a second aspect of the embodiments of the present application, there is provided a single sign-on apparatus, including:
the control downloading unit is used for downloading the single sign-on control corresponding to the target multi-resource system;
the control installation unit is used for installing the single sign-on control and writing a single sign-on protocol into a system registry according to a protocol addition instruction carried in the single sign-on control when the single sign-on control is installed;
and the control starting unit is used for starting the single sign-on control according to the single sign-on protocol in the system registry when receiving the single sign-on request corresponding to the target multi-resource system.
Optionally, the single sign-on protocol at least includes installation position information corresponding to the single sign-on control;
the control activation unit is configured to: and starting a corresponding single sign-on control according to the installation position information in the single sign-on protocol.
Optionally, the single sign-on protocol further includes identification information of the single sign-on control.
Optionally, the control starting unit is configured to:
detecting the system registry through a browser, and judging whether a single sign-on protocol corresponding to the single sign-on request exists in the system registry;
and when the single sign-on protocol corresponding to the single sign-on request exists in the system registry, starting a corresponding single sign-on control according to the single sign-on protocol.
Optionally, the apparatus further comprises:
the parameter processing unit is used for acquiring login request parameters and transmitting the login request parameters to the single sign-on control so that the single sign-on control can analyze the login request parameters;
and the client starting unit is used for starting the client corresponding to the target login resource according to the analysis result of the single sign-on control.
According to the technical scheme, the embodiment of the application does not rely on the ActiveX control to start the single sign-on control, but actively adds the single sign-on protocol in the system registry when the single sign-on control is installed, so that when the single sign-on request is received, the corresponding single sign-on control is started by obtaining the single sign-on protocol; since any browser can acquire the single sign-on protocol by accessing the system registry, the embodiment of the application can realize interaction with the single sign-on control through any browser and realize single sign-on. Therefore, the method and the device can eliminate the dependence of the single sign-on process on the ActiveX control, and the user can realize the single sign-on through any browser commonly used by the user.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a flowchart of a single sign-on method according to an embodiment of the present disclosure;
fig. 2 is a flowchart of another single sign-on method according to an embodiment of the present application;
fig. 3 is a flowchart of another single sign-on method according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a single sign-on device according to an embodiment of the present disclosure.
Detailed Description
In order to make the technical solutions in the embodiments of the present application better understood and make the above objects, features and advantages of the embodiments of the present application more comprehensible, the technical solutions in the embodiments of the present application are described in further detail below with reference to the accompanying drawings.
Fig. 1 is a flowchart of a single sign-on method provided in an embodiment of the present application, where the single sign-on method is applied to various terminal devices such as a desktop computer and a notebook computer, and can implement single sign-on of any sub-resource in any multi-resource system based on any browser installed in the terminal device.
Referring to fig. 1, the single sign-on method includes the steps of:
and S1, receiving an access request of a user, and downloading the single sign-on control corresponding to the target multi-resource system according to the access request.
In this embodiment of the application, when a user accesses the web portal of the target multi-resource system for the first time through any browser, a corresponding access request may be generated, and step S1 is triggered, so that the browser downloads the single sign-on control corresponding to the target multi-resource system to be accessed to the local client of the user according to the access request.
And S2, installing the single sign-on control, and writing a single sign-on protocol into a system registry according to a protocol adding instruction carried in the single sign-on control when the single sign-on control is installed.
Different from a single sign-on control in the prior art, the single sign-on control provided in the embodiment of the present application includes a protocol addition instruction. After the browser downloads the single sign-on control, an automatic installation process can be triggered to install the single sign-on control; in the installation process, a protocol adding instruction carried in the single sign-on control is also read and executed, so that a control installation process is triggered to access a system registry of a user client, and a single sign-on protocol is written in the system registry.
The single sign-on protocol is also a protocol specific to the embodiment of the present application, in which related information of a currently installed single sign-on control is recorded.
And S3, when a single sign-on request corresponding to the target multi-resource system is received, starting the single sign-on control according to the single sign-on protocol in the system registry.
According to the embodiment of the application, when the single sign-on request is received, the system registry is accessed, the single sign-on protocol kept in the system registry is obtained, and then the corresponding single sign-on control is started according to the control information recorded in the single sign-on protocol.
According to the technical scheme, the embodiment of the application does not rely on the ActiveX control to start the single sign-on control, but actively adds the single sign-on protocol in the system registry when the single sign-on control is installed, so that when the single sign-on request is received, the corresponding single sign-on control is started by obtaining the single sign-on protocol; since any browser can acquire the single sign-on protocol by accessing the system registry, the embodiment of the application can realize interaction with the single sign-on control through any browser and realize single sign-on. Therefore, the method and the device can eliminate the dependence of the single sign-on process on the ActiveX control, and the user can realize the single sign-on through any browser commonly used by the user.
In a feasible embodiment of the present invention, the single sign-on protocol written in the system registry in the step S2 may specifically include the installation location information of the single sign-on control, such as the installation path "C:windowsdownloaded Program Files" of the single sign-on control.
Correspondingly, the step S3 of starting the single sign-on control according to the single sign-on protocol may include: and reading the location information from the single sign-on protocol, and starting a corresponding single sign-on control according to the installation location information.
Optionally, in addition to the installation location information, the single sign-on protocol may further include identification information of a single sign-on control; the identification information may be in the form of "control name + suffix" such as "sso. Different identification information corresponds to the single sign-on controls of different multi-resource systems, so that the single sign-on protocol corresponding to the single sign-on can be accurately obtained according to the identification information, the installation position information corresponding to the single sign-on control to be started at this time can be read from the single sign-on protocol, and the corresponding single sign-on control can be accurately started.
Referring to fig. 2, in a possible embodiment of the present application, based on the embodiment shown in fig. 1, after the single sign-on control is started through step S3, the following steps may be further continued:
s4, obtaining login request parameters, and transmitting the login request parameters to the single sign-on control, so that the single sign-on control analyzes the login request parameters.
The login request parameters include a login account (including a user name and a password) input by the user, resource information selected by the user to log in, and the like.
And S5, starting the client corresponding to the target login resource according to the analysis result of the single sign-on control.
For a multi-resource system, the resources contained in the multi-resource system are mainly divided into two categories, namely system resources and application resources. Wherein, the system resource includes: the system comprises a database, a windows host, a Unix host, network equipment and the like, wherein the application resources comprise various webpages. Different access protocols supported by different system resources are different, and different access clients used by different access protocols are also different. For example, for windows resources, the supported access protocols include RDP protocol, SFTP protocol, and FTP protocol access, and the corresponding clients used are mstsc, filezilla, and filezilla, respectively. In view of this, in the embodiment of the present application, the client required for accessing the resource is determined according to the resource information in the login request parameter, so that the client can be started to realize normal access to the resource.
Fig. 3 is a flowchart of a single sign-on method according to another embodiment of the present application. Referring to fig. 3, the method includes:
and S1, receiving an access request of a user, and downloading the single sign-on control corresponding to the target multi-resource system according to the access request.
And S2, installing the single sign-on control, and writing a single sign-on protocol into a system registry according to a protocol adding instruction carried in the single sign-on control when the single sign-on control is installed.
S31, detecting the system registry through a browser when receiving the single sign-on request corresponding to the target multi-resource system;
s32, judging whether the system registry has the single sign-on protocol corresponding to the single sign-on request, if yes, executing step S33, otherwise executing step S34.
And S33, starting the corresponding single sign-on control according to the single sign-on protocol.
And S34, prompting the failure of single sign-on.
The foregoing steps S31 to S34, that is, a specific implementation manner of the step S3 shown in fig. 1, utilize the original detection function of the browser on the system registry to obtain the single sign-on protocol, and further start the corresponding single sign-on control according to the single sign-on protocol, so as to eliminate the dependence on the ActiveX control.
According to the technical scheme, in the installation process of the single sign-on control, the embodiment of the application records the related information (such as the installation position information, the identification information and the like) of the single sign-on control into the system registry in the form of the new protocol (namely the single sign-on protocol), and when the single sign-on request is received, the original system registry detection operation of each browser is utilized to read the new protocol, so that the related information of the single sign-on control recorded in the new protocol can be obtained, and the single sign-on control is started. Therefore, the embodiment of the application does not depend on special controls such as an ActiveX control, so that the limitation of a browser used in single sign-on can be eliminated, and a user can realize single sign-on through any browser commonly used by the user.
Correspondingly, the embodiment of the application also provides a single sign-on device, which can be applied to terminal equipment provided with any browser to realize single sign-on. Referring to the schematic structural diagram shown in fig. 4, the single sign-on apparatus includes:
the control downloading unit 401 is configured to receive an access request of a user, and download a single sign-on control corresponding to a target multi-resource system according to the access request;
a control installation unit 401, configured to install the single sign-on control, and when installing the single sign-on control, write a single sign-on protocol in a system registry according to a protocol addition instruction carried in the single sign-on control;
a control starting unit 403, configured to start the single sign-on control according to the single sign-on protocol in the system registry when receiving the single sign-on request corresponding to the target multi-resource system.
According to the technical scheme, the embodiment of the application does not rely on the ActiveX control to start the single sign-on control, but actively adds the single sign-on protocol in the system registry when the single sign-on control is installed, so that when the single sign-on request is received, the corresponding single sign-on control is started by obtaining the single sign-on protocol; since any browser can acquire the single sign-on protocol by accessing the system registry, the embodiment of the application can realize interaction with the single sign-on control through any browser and realize single sign-on. Therefore, the method and the device can eliminate the dependence of the single sign-on process on the ActiveX control, and the user can realize the single sign-on through any browser commonly used by the user.
In one possible embodiment of the present application, the single sign-on apparatus further includes:
the parameter processing unit is used for acquiring login request parameters and transmitting the login request parameters to the single sign-on control so that the single sign-on control can analyze the login request parameters;
and the client starting unit is used for starting the client corresponding to the target login resource according to the analysis result of the single sign-on control.
According to the resource information in the login request parameters, the client required for accessing the resource is analyzed and determined, so that the client can be started, and the normal access to the resource is realized.
In a possible embodiment of the present application, the single sign-on protocol at least includes installation location information corresponding to the single sign-on control; correspondingly, the control starting unit is configured to: and starting a corresponding single sign-on control according to the installation position information in the single sign-on protocol.
Optionally, the single sign-on protocol further includes identification information of the single sign-on control.
Different identification information corresponds to single sign-on controls of different multi-resource systems; in the embodiment of the application, the standard information and the installation position information of the corresponding single sign-on control are written in the single sign-on protocol at the same time, so that the single sign-on protocol corresponding to the single sign-on can be accurately obtained according to the identification information, the installation position information corresponding to the single sign-on control to be started at this time can be read from the single sign-on protocol, and the corresponding single sign-on control can be started accurately.
In one possible embodiment of the present application, the control activation unit is configured to:
detecting the system registry through a browser, and judging whether a single sign-on protocol corresponding to the single sign-on request exists in the system registry;
and when the single sign-on protocol corresponding to the single sign-on request exists in the system registry, starting a corresponding single sign-on control according to the single sign-on protocol.
Therefore, the embodiment of the application discloses a specific implementation mode for starting the single sign-on control by using the single sign-on protocol added in the system registry, the single sign-on protocol is obtained by using the original detection function of the browser on the system registry, and then the corresponding single sign-on control is started according to the single sign-on protocol, so that the dependence on the ActiveX control is eliminated.
According to the technical scheme, in the installation process of the single sign-on control, the related information (such as the installation position information, the identification information and the like) of the single sign-on control is recorded in the system registry in the form of the new protocol (i.e. the single sign-on protocol), when the single sign-on request is received, the new protocol is read by using the original system registry detection operation of each browser, and then the related information of the single sign-on control recorded in the new protocol can be obtained, so that the single sign-on control is started. Therefore, the embodiment of the application does not depend on special controls such as ActiveX controls, so that the limitation of browsers used in single sign-on can be eliminated, and a user can realize single sign-on through any browser commonly used by the user.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (2)

1. A single sign-on method, comprising:
receiving an access request of a user, and downloading a single sign-on control corresponding to a target multi-resource system according to the access request, wherein the access request is generated when the user accesses a portal website of the target multi-resource system for the first time;
when the single sign-on control is downloaded, the single sign-on control is installed, and when the single sign-on control is installed, a single sign-on protocol is written in a system registry according to a protocol addition instruction carried in the single sign-on control, wherein the single sign-on protocol comprises installation position information and identification information corresponding to the single sign-on control, different identification information corresponds to the single sign-on controls of different multi-resource systems, and the identification information is used for acquiring the single sign-on protocol corresponding to the single sign-on request;
when a single sign-on request corresponding to the target multi-resource system is received, detecting the system registry through a browser, and judging whether a single sign-on protocol corresponding to the single sign-on request exists in the system registry or not;
when a single sign-on protocol corresponding to the single sign-on request exists in the system registry, starting a corresponding single sign-on control according to installation position information in the single sign-on protocol; and the number of the first and second groups,
after the single sign-on control is started, obtaining a sign-on request parameter, and transmitting the sign-on request parameter to the single sign-on control so that the single sign-on control analyzes the sign-on request parameter;
and starting a client corresponding to the target login resource according to the analysis result of the single sign-on control.
2. A single sign-on device, comprising:
the control downloading unit is used for receiving an access request of a user and downloading a single sign-on control corresponding to a target multi-resource system according to the access request, wherein the access request is generated when the user accesses a portal website of the target multi-resource system for the first time;
the control installation unit is used for installing the single sign-on control when the single sign-on control is downloaded, and writing a single sign-on protocol into a system registry according to a protocol addition instruction carried in the single sign-on control when the single sign-on control is installed, wherein the single sign-on protocol comprises installation position information and identification information corresponding to the single sign-on control, different identification information corresponds to the single sign-on controls of different multi-resource systems, and the identification information is used for acquiring the single sign-on protocol corresponding to the single sign-on request;
the control starting unit is used for detecting the system registry through a browser and judging whether a single sign-on protocol corresponding to the single sign-on request exists in the system registry or not when the single sign-on request corresponding to the target multi-resource system is received;
the control starting unit is also used for starting a corresponding single sign-on control according to the installation position information in the single sign-on protocol when the single sign-on protocol corresponding to the single sign-on request exists in the system registry;
the parameter processing unit is used for acquiring login request parameters after the single sign-on control is started, and transmitting the login request parameters to the single sign-on control so that the single sign-on control can analyze the login request parameters;
and the client starting unit is used for starting the client corresponding to the target login resource according to the analysis result of the single sign-on control.
CN201610944265.6A 2016-11-02 2016-11-02 Single sign-on method and related device Active CN107204970B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610944265.6A CN107204970B (en) 2016-11-02 2016-11-02 Single sign-on method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610944265.6A CN107204970B (en) 2016-11-02 2016-11-02 Single sign-on method and related device

Publications (2)

Publication Number Publication Date
CN107204970A CN107204970A (en) 2017-09-26
CN107204970B true CN107204970B (en) 2021-02-23

Family

ID=59904687

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610944265.6A Active CN107204970B (en) 2016-11-02 2016-11-02 Single sign-on method and related device

Country Status (1)

Country Link
CN (1) CN107204970B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107948148B (en) * 2017-11-21 2021-05-07 北京天融信网络安全技术有限公司 Method and device for simulating replacement filling

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101656714A (en) * 2008-08-18 2010-02-24 鼎新电脑股份有限公司 Single login method
CN102377788A (en) * 2011-12-13 2012-03-14 方正国际软件有限公司 Single sign-on (SSO) system and single sign-on (SSO) method
CN102413125A (en) * 2011-11-02 2012-04-11 深圳中兴力维技术有限公司 Single-point login method and system
CN102638454A (en) * 2012-03-14 2012-08-15 武汉理工大学 Plug-in type SSO (single signon) integration method oriented to HTTP (hypertext transfer protocol) identity authentication protocol
CN102857484A (en) * 2011-07-01 2013-01-02 阿里巴巴集团控股有限公司 Method, system and device for implementing single sign-on
CN103188295A (en) * 2011-12-28 2013-07-03 上海格尔软件股份有限公司 WEB single sign-on method completely transparent to user and application
CN105354482A (en) * 2015-12-09 2016-02-24 浪潮(北京)电子信息产业有限公司 Single sign-on method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101656714A (en) * 2008-08-18 2010-02-24 鼎新电脑股份有限公司 Single login method
CN102857484A (en) * 2011-07-01 2013-01-02 阿里巴巴集团控股有限公司 Method, system and device for implementing single sign-on
CN102413125A (en) * 2011-11-02 2012-04-11 深圳中兴力维技术有限公司 Single-point login method and system
CN102377788A (en) * 2011-12-13 2012-03-14 方正国际软件有限公司 Single sign-on (SSO) system and single sign-on (SSO) method
CN103188295A (en) * 2011-12-28 2013-07-03 上海格尔软件股份有限公司 WEB single sign-on method completely transparent to user and application
CN102638454A (en) * 2012-03-14 2012-08-15 武汉理工大学 Plug-in type SSO (single signon) integration method oriented to HTTP (hypertext transfer protocol) identity authentication protocol
CN105354482A (en) * 2015-12-09 2016-02-24 浪潮(北京)电子信息产业有限公司 Single sign-on method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"B/S架构的单点登录系统模型";李旭伟等;《四川大学学报(工程科学版)》;20060320;第38卷(第2期);第132-136页 *
"也谈单点登录之WEB START(网页内启动)";东子1573;《博客园》;20090521;正文第1-2页 *
"基于ActiveX控件技术的B/S模式单点登录方法";A梦先生的专栏;《CSDN》;20120727;正文第1-2页 *
"异构应用的单点登录方法";郑伟等;《计算机系统应用》;20100915;第19卷(第9期);第88-91页 *

Also Published As

Publication number Publication date
CN107204970A (en) 2017-09-26

Similar Documents

Publication Publication Date Title
CN111078331B (en) Adaptive authentication in a spreadsheet interface integrated with a Web service
JP6533871B2 (en) System and method for controlling sign-on to web applications
CN112703713A (en) Automatic single-sign-on configuration for service providers
US9229844B2 (en) System and method for monitoring web service
CN111683047B (en) Unauthorized vulnerability detection method, device, computer equipment and medium
CN107566323B (en) Application system login method and device
US8640213B2 (en) Method and system for automatic authentication
CN109688280A (en) Request processing method, request processing equipment, browser and storage medium
WO2010148075A2 (en) Standard commands for native commands
US9497252B2 (en) On-demand code version switching
US10044694B2 (en) Server, method and system for authenticating application
CN111064708B (en) Authorization authentication method and device and electronic equipment
CN113938886B (en) Identity authentication platform testing method, device, equipment and storage medium
EP3086526A1 (en) Launching a browser in a safe mode if needed
CN111259355A (en) Single sign-on method, portal system and service platform
US10621337B1 (en) Application-to-application device ID sharing
CN112954040A (en) Method, system, device and storage medium for embedding application release server
CN109818972B (en) Information security management method and device for industrial control system and electronic equipment
RU2638779C1 (en) Method and server for executing authorization of application on electronic device
JP2011043924A (en) Web action history acquisition system, web action history acquisition method, gateway device and program
CN107204970B (en) Single sign-on method and related device
WO2020224108A1 (en) Url interception and conversion method, device, and computer apparatus
CN110557507B (en) File transmission method and device, electronic equipment and computer readable storage medium
CN112507271B (en) Webpage evidence obtaining method, device and equipment
CN114915565A (en) Method and system for debugging network

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 813, 8 / F, 34 Haidian Street, Haidian District, Beijing 100080

Applicant after: BEIJING ULTRAPOWER INFORMATION SAFETY TECHNOLOGY Co.,Ltd.

Address before: 100107 Beijing city Haidian District wanquanzhuang Road No. 28 Wanliu new building block A room 604

Applicant before: BEIJING ULTRAPOWER INFORMATION SAFETY TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant