CN111614673A - Operation method of authority authentication system based on CAS - Google Patents

Operation method of authority authentication system based on CAS Download PDF

Info

Publication number
CN111614673A
CN111614673A CN202010432816.7A CN202010432816A CN111614673A CN 111614673 A CN111614673 A CN 111614673A CN 202010432816 A CN202010432816 A CN 202010432816A CN 111614673 A CN111614673 A CN 111614673A
Authority
CN
China
Prior art keywords
user
cas
authority
authentication
server
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.)
Pending
Application number
CN202010432816.7A
Other languages
Chinese (zh)
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN202010432816.7A priority Critical patent/CN111614673A/en
Publication of CN111614673A publication Critical patent/CN111614673A/en
Pending legal-status Critical Current

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
    • 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/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • 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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Storage Device Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a working method of a permission authentication system based on CAS, which comprises the following steps: the CAS server performs user login authentication according to an access request sent by the CAS client, wherein the access request comprises a user name and a password; and when the user is in a logged-in state, the CAS server performs user authority authentication. The method not only solves the problem of single sign-on by using CAS service, but also solves the user authority authentication, and the flow is simple; further, users can log in all systems with authority as long as remembering an application system domain name, and system management and user operation are facilitated.

Description

Operation method of authority authentication system based on CAS
Technical Field
The invention relates to a Central Authentication Service CAS technology, in particular to a working method of an authority Authentication system based on CAS.
Background
With the development of internet services, more and more Web application systems are provided, and besides the need of supporting a single sign-on function, the user also needs to be subjected to authority control. Single Sign-ON (SSO) is a unified authentication and authorization mechanism, which refers to the same user accessing protected resources in different application systems of the same server, and only needs to log ON once, pass security authentication in one application system, and then access protected resources in other application systems, and no re-log-ON verification is needed, that is, the user only needs to log ON once to access all mutually trusted application systems, and no repeated log-ON is needed. Currently, a technology commonly used in the field of single sign-on is a CAS (central Authentication service) technology, where the CAS is an enterprise-level open source project initiated by Yale university and is intended to provide a reliable single sign-on method for a Web application system, but the CAS technology does not provide Authentication for the authority of a login user.
Disclosure of Invention
Aiming at the technical problems, the invention provides a rights control method, a device and a system based on CAS, which can solve the technical problem that the user access cannot be controlled by controlling the user rights because the user rights are not authenticated in the conventional CAS service.
In order to achieve the object of the present invention, the present invention provides a rights authentication method based on a central authentication Service CAS, comprising:
the CAS server performs user login authentication according to an access request sent by the CAS client, wherein the access request comprises a user name and a password;
and when the user is in a logged-in state, the CAS server performs user authority authentication.
Further, the CAS server performs user right authentication, including: the CAS server judges whether a user has the authority to access an application system corresponding to the CAS client according to user authority authentication information stored by the CAS server, wherein the user authority authentication information comprises at least one of the following information: the system name and the link address of the application system which is corresponding to the user name and has the authority to access, and the resource of the application system which is corresponding to the user name and has the authority to access.
Further, the CAS server determines whether the user has the right to access the application system corresponding to the CAS client according to the user right authentication information stored in the CAS server, including:
when the access request is a request for accessing a certain application system, the CAS server judges whether a user has the authority for accessing the resources of the certain application system according to user authority authentication information stored by the CAS server, and if the user has the authority, the user authority authentication is passed.
Further, the CAS server determines whether the user has the right to access the application system corresponding to the CAS client according to the user right authentication information stored in the CAS server, including: when the access request is an access request for requesting to log in an application system corresponding to the CAS client, the CAS server judges whether a user has the authority for accessing the resource of the application system corresponding to the CAS client according to the user authority authentication information stored by the CAS server, and if the user has the authority, the user authority authentication is passed.
Further, the method further comprises:
and when the user authority passes the authentication, the CAS server generates an authentication passing message which is used for informing the CAS client that the user successfully logs in and the authority passes the authentication.
Further, the method further comprises:
when the user authority passes the authentication, the CAS server generates an authentication passing message which is used for informing the CAS client that the user login is successful and the authority authentication is successful, and the system names and the link addresses of all the application systems with the authority login of the user
Further, the method further comprises:
and the CAS client enters the corresponding application system according to the link address selected by the user.
In order to achieve the object of the present invention, the present invention further provides a CAS-based rights authentication apparatus, comprising: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the method of rights authentication as described above.
In order to achieve the object of the present invention, the present invention further provides a CAS-based rights authentication system, including:
a CAS client and a CAS server;
the CAS client sends an access request to the CAS server;
the CAS server performs user login authentication according to the access request;
the CAS server is also used for performing user authority authentication when the user is in a logged-in state.
To achieve the object of the present invention, the present invention also provides a computer readable storage medium having a rights authentication program stored thereon, which when executed by a processor implements the steps of the rights authentication method described above.
The invention provides a method, a device and a system for authority Authentication based on Central Authentication service CAS, wherein the method for authority Authentication comprises the following steps: the CAS server performs user login authentication according to an access request sent by the CAS client, wherein the access request comprises a user name and a password; when the user is in the logged-in state, the CAS server side carries out user authority authentication. The method not only solves the problem of single sign-on by using CAS service, but also solves the user authority authentication, and the flow is simple; further, users can log in all systems with authority as long as remembering an application system domain name, and system authority management and user access operation are facilitated.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a diagram illustrating a basic authentication process of single sign-on in the related art;
FIG. 2 is a flowchart illustrating a method for right authentication according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating an authorization system according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for right authentication according to another embodiment of the present invention;
FIG. 5 is a flowchart illustrating a method for right authentication according to another embodiment of the present invention;
fig. 6 is a schematic structural diagram of a rights authentication device according to an embodiment of the present invention.
Detailed Description
The technical solution of the present invention will be described in more detail with reference to the accompanying drawings and examples.
Fig. 1 is a schematic diagram of a basic authentication process of single sign-on in the related art. As shown in fig. 1, the basic verification process of the existing cas (central authentication service) includes:
step 1, a user initiates an Http access request to a CAS client through a Web browser to access a Web application system;
the CAS client is deployed together with the protected Web application system, protects the protected resources of the Web application system in a Filter manner, filters each Web request from the Web browser obtained by the CAS client,
step 2, the CAS client analyzes whether the HTTP access request contains a request Service certificate, if not, the user is not authenticated and belongs to first login, so that the CAS client redirects the user access request to the CAS server and transmits Service (a target resource address to be accessed) to the CAS server, and step 3 is executed; if the HTTP access request contains the socket information, the user is indicated to log in and can directly access the deployed Web application system;
step 3, the user performs login operation, inputs authentication information such as a user name and a password, and performs user authentication;
step 4, if the user provides correct authentication information, the CAS server randomly generates a Service socket with a certain length, a unique property and no possibility of forging, caches the Service socket for future verification, redirects the user to the Service location address (with the Service socket generated just now), and sets a socket Granted Cookie (TGC) for the Web browser;
step 5, after the CAS client takes Service and a newly generated Ticket, carrying out identity verification with the CAS server;
and 6, the CAS server returns the user information to finish verification so as to ensure the validity of the Service Ticket.
According to an embodiment of the present invention, there is provided a CAS-based rights authentication method, as shown in fig. 2, the method including:
step 201, a CAS server performs user login authentication according to an access request sent by a CAS client, wherein the access request comprises a user name and a password;
the user needs to log in when using the related application system, and the commonly used user login authentication is to verify whether identity information such as a user name, a password, a verification code and the like is correct. After the system verifies the validity of the user identity information, the user can access the resources of the application system. Different users may use different resources and even different user interfaces, which may involve authentication of user rights. The user right can be used for applying the related authorization and the right level by the application system in advance. Even if the user logs in the system, the user must have the access right of the resource to access the resource. The application system can assign different permissions to different users, and set different permission levels, for example, administrator permissions can access and edit all resources of the application system, and ordinary users can access and edit part of resources of the application system. For example, the user login authentication is to verify whether the user exists or not and whether the password is correct or not; after the user logs in, to see what authority the user has, different roles, such as administrator, advanced user, etc., may be first assigned to different users, and then different resources are granted to different users, so that different users have different authorities, and resources that can be used or seen may vary from person to person.
Step 202, when the user is in the logged-in state, the CAS service performs user authority authentication.
Further, the CAS server performs user right authentication, including: the CAS server judges whether a user has the authority to access an application system corresponding to the CAS client according to user authority authentication information stored by the CAS server, wherein the user authority authentication information comprises at least one of the following information: the system name and the link address of the application system which is corresponding to the user name and has the authority to access, and the resource of the application system which is corresponding to the user name and has the authority to access.
Further, the CAS server determines whether the user has the right to access the application system corresponding to the CAS client according to the user right authentication information stored in the CAS server, including:
when the access request is a request for accessing a certain application system, the CAS server judges whether the user has the authority for accessing the resource of the certain application system according to the user authority authentication information stored by the CAS server, and if the user has the authority, the user authority authentication is passed.
Further, the CAS server determines whether the user has the right to access the application system corresponding to the CAS client according to the user right authentication information stored in the CAS server, including: when the access request is an access request for requesting to log in an application system corresponding to the CAS client, the CAS server judges whether a user has the authority for accessing the resource of the application system corresponding to the CAS client according to the user authority authentication information stored by the CAS server, and if the user has the authority, the user authority authentication is passed.
Further, the method further comprises:
and when the user authority passes the authentication, the CAS server generates an authentication passing message which is used for informing the CAS client that the user successfully logs in and the authority passes the authentication.
Further, the method further comprises:
and when the user authority passes the authentication, the CAS server generates an authentication passing message which is used for informing the CAS client that the user successfully logs in and the authority passes the authentication, and the system names and the link addresses of all the application systems which the user has the authority to log in.
Further, the method further comprises:
and the CAS client enters the corresponding application system according to the link address selected by the user.
The method not only solves the problem of single sign-on by using CAS service, but also solves the user authority authentication, and the flow is simple; furthermore, the user can log in all the authorized application systems by only remembering one application system domain name, so that system management and user operation are facilitated.
Example one
FIG. 3 is a diagram illustrating an authorization system according to an embodiment of the present invention; as shown in fig. 3:
the CAS client is deployed together with the plurality of Web application systems, and the protected resources of the plurality of Web application systems are protected in a Filter mode. The user can access the corresponding Web application system through the Web browser of the CAS client, when the user logs in for the first time, the CAS server generates a certificate which is respectively stored in the session of the server and the cookie of the client, and when the user logs in for the subsequent time, the client can automatically bring the certificate data to the server for verification, and the verification is successful and the user logs in automatically. The CAS framework has dealt with security issues as to whether tickets can be forged, since docking systems all need to access using https security protocol, there is no concern that tickets will be forged. For example, when a user logs in a CAS client for the first time or accesses a Web application system, for example, the Web application system 1, the user may automatically jump to a login page, and enter a CAS client user interface or enter the Web application system 1 after the login is successful. As long as the browser is not closed or the browser cache (cookie information) is not cleared, when the user logs in the CAS client or accesses another Web application system, such as the Web application system 2, the user can automatically skip the login interface and directly enter the CAS client user interface or the Web application system 2, which is convenient and fast.
The CAS server comprises a CAS authentication server and a CAS background management system.
The CAS background management system stores user login authentication information and user authority authentication information, the user login authentication information comprises at least one of a user name, a login password, a certificate and the like corresponding to a user ID, and the user authority authentication information comprises at least one of the following: the system names and link addresses of all Web application systems with authority login corresponding to the user ID and other authority information, wherein the other authority information comprises user roles, authority information corresponding to each role, resources of the application systems with authority access and other information, such as administrator authority or ordinary user authority. The user login authentication information and the user authority authentication information can be stored in a form of a comparison relation table. The administrator of the CAS backend management system can edit the comparison relation table, and can also automatically generate the comparison relation table according to the user account opening information of the CAS authorization system. The CAS authorization system is used for opening an account for the user, distributing a user name ID, a user name and a password for logging in the CAS client, allowing access to which Web application systems, authority level and other account opening information, and storing the account opening information to the CAS background management system.
The CAS authentication server interacts with the CAS client and the CAS background management system, calls user login authentication information and user right authentication information stored by the CAS background management system according to authentication information input by a user, performs user login authentication and user right authentication, and returns an authentication passing message to the CAS client after the user successfully logs in and passes the right authentication to complete verification. The authentication pass message includes at least one of: the login success information and the authentication success information can also comprise system names of all Web application systems with authority login corresponding to the user name ID and corresponding URL links thereof, and other authority information.
Example two
As shown in fig. 4, an authority authentication method provided in an embodiment of the present invention includes:
step 401, a CAS client receives an access request sent by a user through a Web browser;
the access request may be a request for accessing a certain Web application system, for example, a certain Web application system address is directly input in a Web browser address, or an access request for accessing an application system corresponding to the CAS client.
Step 402, the CAS client directly receives the CAS server to perform user login authentication, and the CAS server judges whether the user has logged in; if the user logs in for the first time, performing steps 1-5 in the prior art single sign-on flow shown in fig. 1 and then performing step 403, and if the user is in a logged-in state, directly performing step 403;
step 403, when the user is in a logged-in state, the CAS server performs user right authentication;
the user authority authentication specifically comprises the following steps:
when the user access request is to request to access a certain Web application system, the CAS server judges whether the user has the authority to access the resources of the certain Web application system according to the user authority authentication information stored by the CAS server, if so, the user passes the authentication, and the user authority passes the authentication. And when the user authority passes the authentication, the CAS server generates an authentication passing message which is used for informing the CAS client that the user successfully logs in and the authority passes the authentication.
Then step 404 and step 405 are performed;
when the access request is an access request for requesting to log in an application system corresponding to the CAS client, the CAS server judges whether a user has the authority for accessing the resource of the application system corresponding to the CAS client according to the user authority authentication information stored by the CAS server, and if the user has the authority, the user authority authentication is passed. When the user authority passes the authentication, the CAS server generates an authentication passing message which is used for informing the CAS client that the user login is successful and the authority authentication is successful, and the system names and the link addresses of all the application systems with the authority login of the user
Then step 404, step 406 and step 407 are performed;
step 404, the CAS server sends the authentication passing message to the CAS client;
step 405, the CAS client directly enters the Web application system requesting access according to the authentication passing message;
step 406, the CAS client displays the system names and the link addresses of all the Web application systems authorized to log in on the CAS client user interface according to the authentication passing message;
step 407, entering the selected Web application system according to the URL link address selected by the user.
Through the authority authentication method, the user only needs to remember the domain name of the application system of one CAS client, and does not need to remember the domain names of all the application systems with authority to log in, so that the user can log in all the systems with authority only by remembering one system domain name. For example, many system managers have access rights of multiple application systems, and by adopting the right authentication method, a user can list all application systems which can be accessed by the user only by logging in an internal account system (equivalent to a CAS client), and the application systems can be accessed by directly clicking, so that the method is convenient and fast.
EXAMPLE III
The CAS has the core function of realizing single sign-on of a plurality of application systems, namely, a user can generate a fixed ticket when logging in for the first time, the ticket is a certificate for logging in other application systems, but the CAS does not provide authority control for the logging-in user. And realizing the authority control of single sign-on. When a user logs in, the user name and the password are firstly verified, the authority of the user for accessing the application system is continuously verified after the user logs in, if the authority does not exist, a ticket is not generated, the user continuously returns to a login interface, and the user is prompted to have no access authority. If the user logs in the application system with the authority, and then logs in the application system without the authority, the ticket is generated at the moment, the user is still in a login state, when the ticket is taken to access other application systems, the ticket is checked, the authority of the user needs to be checked continuously, and the page which prompts no authority can be jumped to if no authority exists.
Fig. 5 is a schematic flow chart of an authority authentication method according to another embodiment of the present invention, as shown in fig. 5, in this process, a flow of user authority control needs to be added on the basis of an original single sign-on flow, first, a relationship between a user and an authority needs to be established, and a table comparison manner may be adopted. Therefore, a server can be directly arranged in the CAS server end and is connected with the original single sign-on CAS authentication server, the original single sign-on CAS authentication server is added with the user authority authentication function, a server can also be separately arranged outside and is connected with the CAS server end, the server stores a comparison relation table of the user and the authority, the comparison relation table can be edited by the whole internal account system administrator, and the comparison relation table comprises information such as a user name ID, a password, a role, an authority level, a system name and a link address of an application system with authority access, and resources of the application system with the authority access of the user. In the following, a project management system (which is equivalent to a system composed of a CAS client, a plurality of application systems deployed jointly, and a CAS server) of an enterprise is taken as an example and explained with reference to fig. 5:
the user clicks to log in the project management system, and then directly jumps to a CAS (content addressable server) server for login verification;
the project management system judges whether the user logs in, when the user is judged to log in, whether the user has the authority of accessing the resource of the project management system is continuously judged, if the user does not have the authority, corresponding prompt information is given to the user and is stopped at a successful login interface, if the user has the authority, the project management system jumps back, and the project management system is successfully logged in;
and when the user is judged not to log in, displaying a unified login interface, inputting a user name and a password by the user, clicking to log in, if the user name and the password are correct and have the authority of accessing the corresponding resource of the project management system, jumping back to the project management system, and at the moment, successfully logging in, if the user name and the password are incorrect or do not have the authority of accessing the resource of the project management system, giving corresponding prompt information to prompt the user that the user name and the password are incorrect or do not have the authority of accessing the project management system, and turning back to the unified login interface to re-input the user name and the password or apply for new authority.
After the project management system is jumped back to successfully log in, system names and URL links of a plurality of subsystems which the user has authority to access can be displayed on an interface of the project management system, and the user can click the links to directly enter the specific subsystems.
According to an embodiment of the present invention, there is provided a CAS-based rights authentication apparatus, as shown in fig. 6, including: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing the CAS-based privilege authentication method described above.
According to still another embodiment of the present invention, there is provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the CAS-based privilege authentication method described above.
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 apparatus 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 apparatus. 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 apparatus 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 solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as 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.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (3)

1. An operating method of a CAS-based privilege authentication system, the privilege authentication system comprising:
a CAS client and a CAS server;
the working method comprises the following steps:
the CAS client sends an access request to the CAS server;
the CAS server performs user login authentication according to the access request;
when the user is in a logged-in state, the CAS server performs user authority authentication, including:
the CAS server judges whether the user has the authority to access the application system corresponding to the CAS client according to the user authority authentication information stored by the CAS server, wherein the user authority authentication information comprises: the user authority authentication information includes at least one of: the system names and the link addresses of all the Web application systems with the authority to log in corresponding to the user ID and other authority information, wherein the other authority information comprises user roles, authority information corresponding to each role and resource information of the application systems with the authority to access;
when the access request is an access request for requesting to log in an application system corresponding to the CAS client, the CAS server judges whether a user has the authority for accessing the resource of the application system corresponding to the CAS client according to the user authority authentication information stored by the CAS server, and if the user has the authority, the user authority authentication is passed.
2. The working method of claim 1, wherein when the user authority authentication passes, the CAS server generates an authentication pass message, and the authentication pass message is used to notify the CAS client that the user login is successful and the authority authentication is successful, and the system names and their link addresses of all the application systems that the user has authority to login.
3. The operating method of claim 2, wherein the CAS client accesses the corresponding application system according to the link address selected by the user.
CN202010432816.7A 2017-05-26 2017-05-26 Operation method of authority authentication system based on CAS Pending CN111614673A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010432816.7A CN111614673A (en) 2017-05-26 2017-05-26 Operation method of authority authentication system based on CAS

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710385567.9A CN107172054B (en) 2017-05-26 2017-05-26 Authority authentication method, device and system based on CAS
CN202010432816.7A CN111614673A (en) 2017-05-26 2017-05-26 Operation method of authority authentication system based on CAS

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201710385567.9A Division CN107172054B (en) 2017-05-26 2017-05-26 Authority authentication method, device and system based on CAS

Publications (1)

Publication Number Publication Date
CN111614673A true CN111614673A (en) 2020-09-01

Family

ID=59822309

Family Applications (3)

Application Number Title Priority Date Filing Date
CN202010432816.7A Pending CN111614673A (en) 2017-05-26 2017-05-26 Operation method of authority authentication system based on CAS
CN201710385567.9A Expired - Fee Related CN107172054B (en) 2017-05-26 2017-05-26 Authority authentication method, device and system based on CAS
CN202010432810.XA Pending CN111614672A (en) 2017-05-26 2017-05-26 CAS basic verification method and CAS-based authority authentication device

Family Applications After (2)

Application Number Title Priority Date Filing Date
CN201710385567.9A Expired - Fee Related CN107172054B (en) 2017-05-26 2017-05-26 Authority authentication method, device and system based on CAS
CN202010432810.XA Pending CN111614672A (en) 2017-05-26 2017-05-26 CAS basic verification method and CAS-based authority authentication device

Country Status (1)

Country Link
CN (3) CN111614673A (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107707570A (en) * 2017-11-13 2018-02-16 山东省农村信用社联合社 Cross-domain single logs in integrated approach and system
CN109802927B (en) * 2017-11-17 2021-06-11 航天信息股份有限公司 Security service providing method and device
CN107911379B (en) * 2017-11-29 2020-02-21 贝壳找房(北京)科技有限公司 CAS server
CN111107044A (en) * 2018-10-26 2020-05-05 珠海格力电器股份有限公司 Data security management method and information management platform
CN110519285A (en) * 2019-08-30 2019-11-29 浙江大搜车软件技术有限公司 User authen method, device, computer equipment and storage medium
CN110706143A (en) * 2019-09-26 2020-01-17 中电万维信息技术有限责任公司 Identity authentication method and device based on government affair service
CN112580018A (en) * 2019-09-29 2021-03-30 北京国双科技有限公司 User management mode switching method and device
CN111200596B (en) * 2019-12-25 2022-09-02 曙光信息产业(北京)有限公司 File service system based on Web technology and design method thereof
CN111343189A (en) * 2020-03-05 2020-06-26 安徽科大国创软件科技有限公司 Method for realizing unified login of multiple existing web systems
CN111586054A (en) * 2020-05-09 2020-08-25 山东健康医疗大数据有限公司 Single sign-on implementation method based on Internet architecture
CN112182450A (en) * 2020-09-15 2021-01-05 中信银行股份有限公司 Method, system and storage medium for integrating pages of bank system
CN112153041A (en) * 2020-09-21 2020-12-29 南京智数云信息科技有限公司 Method and system for realizing multisystem single sign-on based on user synchronization
CN112613010A (en) * 2020-12-28 2021-04-06 北京世纪互联宽带数据中心有限公司 Authentication service method, device, server and authentication service system
CN114765547A (en) * 2020-12-31 2022-07-19 北京千里日成科技有限公司 Business system access method, device, equipment and storage medium
CN112929391B (en) * 2021-03-15 2023-03-31 浪潮云信息技术股份公司 Method for realizing cross-platform identity authentication based on single sign-on
CN113656787B (en) * 2021-08-12 2023-10-27 青岛海信智慧生活科技股份有限公司 Service providing device, terminal, authentication device, resource access method and system
CN114584353A (en) * 2022-02-23 2022-06-03 上海外服云信息技术有限公司 Single sign-on method for mobile terminal to access CAS

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070277235A1 (en) * 1999-04-22 2007-11-29 Barrett Paul D System and method for providing user authentication and identity management
CN102571822A (en) * 2012-02-27 2012-07-11 杭州闪亮科技有限公司 Single sign-on system and implementation method thereof
CN103259663A (en) * 2013-05-07 2013-08-21 南京邮电大学 User unified authentication method in cloud computing environment
CN103685305A (en) * 2013-12-25 2014-03-26 乐视网信息技术(北京)股份有限公司 Method and system for logging multiple business application system by single point

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101546261B (en) * 2008-10-10 2011-07-20 华中科技大学 Secure web page tag library system supported by multiple strategies
US8997252B2 (en) * 2009-06-04 2015-03-31 Google Technology Holdings LLC Downloadable security based on certificate status
CN101594386B (en) * 2009-06-29 2012-07-04 北京航空航天大学 Method and device for constructing reliable virtual organization based on distributed strategy verification
CN105592026A (en) * 2014-11-14 2016-05-18 国家电网公司 Multi-network-segment multi-system single sign on method
CN106713271B (en) * 2016-11-25 2020-05-22 国云科技股份有限公司 Web system login constraint method based on single sign-on

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070277235A1 (en) * 1999-04-22 2007-11-29 Barrett Paul D System and method for providing user authentication and identity management
CN102571822A (en) * 2012-02-27 2012-07-11 杭州闪亮科技有限公司 Single sign-on system and implementation method thereof
CN103259663A (en) * 2013-05-07 2013-08-21 南京邮电大学 User unified authentication method in cloud computing environment
CN103685305A (en) * 2013-12-25 2014-03-26 乐视网信息技术(北京)股份有限公司 Method and system for logging multiple business application system by single point

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
梁晓娜: "《基于CAS的单点登录与授权管理模型研究》", 《中国优秀硕士论文全文数据库》 *

Also Published As

Publication number Publication date
CN107172054A (en) 2017-09-15
CN111614672A (en) 2020-09-01
CN107172054B (en) 2020-09-22

Similar Documents

Publication Publication Date Title
CN107172054B (en) Authority authentication method, device and system based on CAS
CN111131242B (en) Authority control method, device and system
CN112597472B (en) Single sign-on method, device and storage medium
US10015157B2 (en) Multi-domain applications with authorization and authentication in cloud environment
CN106998551B (en) Method, system, device and terminal for application access authentication
CN102281286B (en) Flexible end-point compliance and strong authentication method and system for distributed hybrid enterprises
EP3468103B1 (en) Single set of credentials for accessing multiple computing resource services
JP6426189B2 (en) System and method for biometric protocol standard
CN111416822B (en) Method for access control, electronic device and storage medium
CN113536258A (en) Terminal access control method and device, storage medium and electronic equipment
US20090049183A1 (en) Method of Client-Side Form Authentication
CN107690792A (en) The single-sign-on of mobile device without management
US20170187705A1 (en) Method of controlling access to business cloud service
CN113381979A (en) Access request proxy method and proxy server
CN108092988A (en) Unaware Certificate Authority network system and method based on dynamic creation temporary password
CN111062023A (en) Method and device for realizing single sign-on of multiple application systems
CN109962892A (en) A kind of authentication method and client, server logging in application
CN105656856A (en) Resource management method and device
CN112187725A (en) Cloud computing resource access method and device, service line service and gateway
CN109861982A (en) A kind of implementation method and device of authentication
KR101637155B1 (en) A system providing trusted identity management service using trust service device and its methods of operation
CN107911379B (en) CAS server
CN103856942A (en) Single sign-on method and device for smart phone operating system
TWI773025B (en) Processes and method for safe of use, monitoring and management of device accounts in terminal manner
US11533306B2 (en) Processes and method for safe of use, monitoring and management of device accounts in terminal manner

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200901