CN112929391B - Method for realizing cross-platform identity authentication based on single sign-on - Google Patents
Method for realizing cross-platform identity authentication based on single sign-on Download PDFInfo
- Publication number
- CN112929391B CN112929391B CN202110274154.XA CN202110274154A CN112929391B CN 112929391 B CN112929391 B CN 112929391B CN 202110274154 A CN202110274154 A CN 202110274154A CN 112929391 B CN112929391 B CN 112929391B
- Authority
- CN
- China
- Prior art keywords
- service system
- bill
- authentication server
- application address
- tgt
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 39
- 238000012795 verification Methods 0.000 claims abstract description 24
- 230000008569 process Effects 0.000 description 7
- 241000208340 Araliaceae Species 0.000 description 4
- 235000005035 Panax pseudoginseng ssp. pseudoginseng Nutrition 0.000 description 4
- 235000003140 Panax quinquefolius Nutrition 0.000 description 4
- 235000008434 ginseng Nutrition 0.000 description 4
- 230000007246 mechanism Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000003993 interaction Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 230000009191 jumping Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0815—Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a method for realizing cross-platform identity authentication based on single sign-on, relating to the technical field of identity authentication of Web systems; the method comprises the steps of selecting other service systems needing to be logged in by logging in a main service system, sending an authentication request to an authentication server according to the selected service system, obtaining returned TGT bill information, sending a verification request of validity of the TGT bill information and an accessed application address to the authentication server through the main service system, obtaining a TICKET bill through the main service system if the verification is passed, automatically assembling the requested access application address to access the selected service system, intercepting the TICKET bill through the selected service system, requesting analysis to the authentication server, obtaining a user account and a corresponding application address after the analysis, comparing the corresponding application address with the access application address, and automatically assembling context information required by the system according to the user account through the selected service system if the comparison is passed, thereby completing cross-platform logging.
Description
Technical Field
The invention discloses a method, relates to the technical field of identity authentication of Web systems, and particularly relates to a method for realizing cross-platform identity authentication based on single sign-on.
Background
In the process of information-based construction, a plurality of application systems are generally developed and completed at different periods, and due to the fact that design methods, development technologies and development languages of the application systems are different, independent user libraries and user authentication systems are formed. With the development of websites, a user group uses a plurality of application systems of the website, but each application system has an independent account, and before entering each application system, the user needs to log in with the account of the application system. These circumstances cause inconvenience to the user.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a method for realizing cross-platform identity authentication based on single sign-on, which realizes unified management of identity authentication information of web applications with different languages and different architectures, solves the problem that a user needs to perform multiple independent identity authentications when logging in different application systems, and effectively improves the security protection mechanism of sensitive information in the multi-party transmission process by utilizing the security encryption and decryption mechanism of an authentication server.
The specific scheme provided by the invention is as follows:
a method for realizing cross-platform identity authentication based on single sign-on selects other service systems to be logged in by logging in a main service system,
sending an authentication request to the authentication server according to the selected service system, obtaining the returned TGT bill information, sending a verification request of the validity of the TGT bill information and the accessed application address to the authentication server through the main service system,
if the verification is passed, the TICKET bill is obtained through the main service system and the requested access application address is automatically assembled to access the selected service system,
and intercepting the TICKET bill by the selected service system, requesting for analysis from the authentication server, obtaining a user account and a corresponding application address after analysis, comparing the corresponding application address with an access application address, and automatically assembling context information required by the system by the selected service system according to the user account if the comparison is passed, thereby completing cross-platform login.
Further, the method for realizing cross-platform identity authentication based on single sign-on checks a user account, logs in a main service system, and selects other service systems needing to log in according to the user authority of the main service system.
Further, the method for realizing cross-platform identity authentication based on single sign-on obtains a user account from the context information of the main service system according to the selected service system and sends an authentication request to the authentication server, the authentication server accesses the user library according to the user account as a login certificate and returns the encrypted TGT bill information of the corresponding user,
and receiving the TGT bill information through the main service system, assembling the TGT bill information and the accessed application address into JSON format data, and sending a validity check request to the authentication server side.
Further, in the method for realizing cross-platform identity authentication based on single sign-on, the validity of the TGT bill information and the accessed application address is verified through the authentication server, if the verification is passed, the TICKET bill is issued to the main service system, and the information of the TICKET bill is stored in a key value pair format through the main service system.
Further, the selected service system in the method for realizing cross-platform identity authentication based on single sign-on is accidentally closed, the TICKET bill is inquired through the main service system according to the accessed application address, the inquired corresponding TICKET bill is used for verifying the authentication server, and the selected service system is logged in if the verification is passed.
Further, when the selected service system exits the login based on the single sign-on method for realizing the cross-platform identity authentication, the context information of the system is cleared, meanwhile, an exit request is sent to the authentication server, and the TGT bill and the TICKET bill corresponding to the selected service system are deleted through the authentication server.
A system for realizing cross-platform identity authentication based on single sign-on comprises a selection module, a first check access module and a second check assembly module,
the selection module selects other service systems needing to be logged in by logging in the main service system,
the first checking module sends an authentication request to the authentication server according to the selected service system to obtain the returned TGT bill information, sends a checking request of validity of the TGT bill information and the accessed application address to the authentication server through the main service system,
if the verification is passed, the TICKET bill is obtained through the main service system and the requested access application address is automatically assembled to access the selected service system,
and the second check-assembly module intercepts the TICKET bill through the selected service system, requests the authentication server for analysis, acquires the user account and the corresponding application address after analysis, compares the corresponding application address with the access application address, and automatically assembles the context information required by the system according to the user account if the comparison is passed, thereby completing the cross-platform login.
An apparatus for implementing cross-platform identity authentication based on single sign-on comprises at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is configured to invoke the machine readable program to execute the method for implementing cross-platform identity authentication based on single sign-on.
The invention has the advantages that:
the invention provides a method for realizing cross-platform identity authentication based on single sign-on, which integrates user information resources which are dispersed in each application system in the past and have inherent association but are difficult to distinguish on the premise of not damaging the inherent flow and structure of the system, realizes unified management of identity authentication information of web applications with different languages and different architectures, solves the problem that a user needs multiple independent identity authentications when logging in different application systems, effectively promotes the safety protection mechanism of sensitive information in the multi-party transmission process by utilizing the safety encryption and decryption mechanism of an authentication server, and provides a unified login framework for more application systems in the future.
Drawings
FIG. 1 is a schematic flow diagram of the process of the present invention.
Detailed Description
The present invention is further described below in conjunction with the following figures and specific examples so that those skilled in the art may better understand the present invention and practice it, but the examples are not intended to limit the present invention.
The invention provides a method for realizing cross-platform identity authentication based on single sign-on, which selects other service systems needing to be logged on by logging on a main service system,
sending an authentication request to the authentication server according to the selected service system, obtaining the returned TGT bill information, sending a verification request of the validity of the TGT bill information and the accessed application address to the authentication server through the main service system,
if the verification is passed, the principal service system obtains the TICKET bill and automatically assembles the requested access application address to access the selected service system,
and intercepting the TICKET bill by the selected service system, requesting for analysis from the authentication server, obtaining a user account and a corresponding application address after analysis, comparing the corresponding application address with an access application address, and automatically assembling context information required by the system by the selected service system according to the user account if the comparison is passed, thereby completing cross-platform login.
The method of the invention realizes single sign-on and whole network access, and is convenient for the use process of users. The coupling degree between the service systems is low, the inherent flow and structure of the service systems are not damaged by the reconstruction of the service systems, the implementation process of the whole system is safe and smooth, and a uniform login framework is provided for more service systems in the future. The user information resources which are dispersed in each application system in the past and have internal association but are difficult to distinguish are integrated, and a foundation is laid for further user personalized services.
In a specific application, in some embodiments of the present invention, when a user performs cross-platform single sign-on by using the method of the present invention, the process is as follows:
step 1: for example, a user accesses a main service system developed under the spring boot architecture, inputs an account password, logs in to check the validity of the account and the password, if the check fails, jumps back to a main login interface and prompts corresponding access failure warning information, and if the check of the account password succeeds, the main service system jumps to portal display information according to the user authority of a login person.
Step 2: the user can select business systems of other system architectures or languages such as spring MVC and SSH of portal display information, the selected business systems take out user accounts from the context of the main business system and send authentication verification to the authentication server, the authentication server accesses the user library by taking the user accounts as login credentials and returns TGT bill information encrypted by the corresponding user, and the following post example is shown:
POST http://xxxx/cas/v1/tickets
ginseng introduction: username, passscan
And returning: TGT bill
Example (a): http:// xxxx/cas/v 1/tokertussername = XXX & password = XXX
After receiving the TGT bill information, the main service system assembles the TGT bill and the accessed application address into JSON format data and sends a verification request to the authentication server.
And 3, step 3: after the authentication server receives the verification request, the validity of the TGT bill and the application address is automatically verified, after the verification is passed, the authentication server stores encrypted request information as a TICKET bill of a voucher covering the request address, the login account number and other information, and issues the TICKET bill to a requester, wherein the TICKET bill is a post request as follows:
POST http://xxxx/cas/v1/tickets/TGT
ginseng introduction: service = url
And returning: TICKET bill
Example (c): http:// xxxx/cas/v1/tickets/TGTservice = url
After receiving the TICKET bill, the main service system automatically assembles the application address of the request and the TICKET bill for access, and stores the key value pair format of the TICKET bill information into a redis database.
And 4, step 4: after jumping to the selected service system, the interceptor of the service system intercepts the TICKET bill and requests the authentication server to analyze, and the following post request is made:
POST http://xxxx/cas/p3/serviceValidate
ginseng introduction: service = url & TGT = TGT ticket
And (3) returning: xml login information
Example (c): http:// xxxx/cas/p 3/serviceValidatevice = url & TGT = TGT note
And after the authentication server successfully analyzes, returning the analyzed user account and the corresponding application address to the service system, automatically comparing the consistency of the returned address and the access address by the system, if the comparison fails, prompting that the TICKET bill is illegal, and if the comparison passes, automatically assembling context information required by the system by the service system according to the returned user account by the service system to finish the login of the cross-platform service system.
On the basis of the above embodiments, in another embodiment of the method of the present invention, if the selected service system is turned on again after being unexpectedly turned off, the main service system first searches for a tick TICKET from the redis database according to the request address, if the TICKET is not found, then step 4 is performed to perform automatic login, if corresponding tick TICKET information is found, the main service system initiates a verification request to the authentication server according to the TICKET, the authentication server verifies the authenticity and validity of the TICKET, if the verification is legal, the main service system takes the TICKET to perform automatic login, if the verification TICKET is expired, then step 4 is performed to perform a re-login operation, and the code blocks to be logged in again can refer to the following:
and the following code blocks:
in other embodiments of the method of the present invention, if the selected service system exits, the service system clears the context information of the selected service system, and sends an exit request to the authentication server, and after the authentication server receives the request, the TGT TICKET and the tick TICKET corresponding to the service system are deleted, as shown in DELETE as follows:
DELETE http://xxxx/cas/v1/tickets/TGT
and (3) ginseng adding: is free of
And returning: destroyed TGT bill
Example (c): http:// xxxx/cas/v1/tickets/TGT
And (3) the authentication server returns a successful identifier, the main service system automatically deletes the corresponding TICKET bill information from the redis after receiving the identifier, the main service system is still in a login state at the moment, and if the selected service system is accessed again, the corresponding service system only needs to execute the step 2-4 to automatically login. Until the main business system exits to clear all login traces.
The method not only solves the problem that users repeatedly or repeatedly log in due to various reasons that the information system is not constructed synchronously, and each application system does not have the concept of a website user account as a whole because of different design methods, development technologies and development languages, but also utilizes the user authentication information access standard from the authentication server to the application server, unifies the transmission and identification standards of token safety encryption, and provides a unified login framework for more application systems in the future.
The invention also provides a system for realizing cross-platform identity authentication based on single sign-on, which comprises a selection module, a first check access module and a second check assembly module,
the selection module selects other service systems needing to be logged in by logging in the main service system,
the first checking module sends an authentication request to the authentication server according to the selected service system to obtain the returned TGT bill information, sends a checking request of validity of the TGT bill information and the accessed application address to the authentication server through the main service system,
if the verification is passed, the TICKET bill is obtained through the main service system and the requested access application address is automatically assembled to access the selected service system,
and the second check-assembly module intercepts the TICKET bill through the selected service system, requests the authentication server for analysis, acquires the user account and the corresponding application address after analysis, compares the corresponding application address with the access application address, and automatically assembles the context information required by the system according to the user account if the comparison is passed, thereby completing the cross-platform login.
The information interaction, execution process and other contents between the modules in the system are based on the same concept as the method embodiment of the present invention, and specific contents can be referred to the description in the method embodiment of the present invention, and are not described herein again.
The invention also provides a device for realizing cross-platform identity authentication based on single sign-on, which comprises at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is configured to invoke the machine readable program to execute the method for implementing cross-platform identity authentication based on single sign-on.
The contents of information interaction, readable program process execution and the like of the processor in the device are based on the same concept as the method embodiment of the present invention, and specific contents can be referred to the description in the method embodiment of the present invention, and are not described herein again.
It should be noted that not all steps and modules in the above flows and system structure diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution order of the steps is not fixed and can be adjusted as required. The system structures described in the above embodiments may be physical structures or logical structures, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by a plurality of physical entities separately, or some components may be implemented together in a plurality of independent devices.
The above-mentioned embodiments are merely preferred embodiments for fully illustrating the present invention, and the scope of the present invention is not limited thereto. The equivalent substitution or change made by the technical personnel in the technical field on the basis of the invention is all within the protection scope of the invention. The protection scope of the invention is subject to the claims.
Claims (5)
1. A method for realizing cross-platform identity authentication based on single sign-on is characterized in that a main service system is logged in, other service systems needing logging in are selected,
sending an authentication request to an authentication server according to a selected service system, obtaining returned TGT bill information, sending a verification request of the legality of the TGT bill information and an accessed application address to the authentication server through a main service system, wherein the authentication request is sent to the authentication server according to a user account number obtained from context information of the main service system by the selected service system, accessing a user library by the authentication server according to the user account number as a login certificate, returning the encrypted TGT bill information of a corresponding user, receiving the TGT bill information through the main service system, assembling the TGT bill information and the accessed application address into JSON format data, sending the legality verification request to the authentication server,
if the verification is passed, the TICKET bill is obtained through the main service system, wherein the validity of TGT bill information and the accessed application address is verified through the authentication server, if the verification is passed, the TICKET bill is issued to the main service system, the information of the TICKET bill is stored in a key value pair format through the main service system,
and automatically assembling the requested access application address through the main service system to access the selected service system,
intercepting the TICKET bill by the selected service system, requesting for analysis from the authentication server, obtaining a user account and a corresponding application address after analysis, comparing the corresponding application address with an access application address, automatically assembling context information required by the system by the selected service system according to the user account if the comparison is passed, completing cross-platform login,
if the selected service system is closed accidentally, the main service system queries the TICKET bill according to the accessed application address, the corresponding TICKET bill is verified to the authentication server side by using the queried TICKET bill, and the selected service system is logged in if the verification is passed.
2. The method as claimed in claim 1, wherein the method comprises checking user account, logging in main service system, and selecting other service system to be logged according to user authority of the main service system.
3. The method according to claim 1, wherein when a selected service system logs out, context information of the selected service system is cleared, and simultaneously an exit request is sent to the authentication server, and the TGT TICKET and the TICKET corresponding to the selected service system are deleted by the authentication server.
4. A system for realizing cross-platform identity authentication based on single sign-on is characterized by comprising a selection module, a first check access module and a second check assembly module,
the selection module selects other service systems needing to be logged in by logging in the main service system,
the first checking module sends an authentication request to the authentication server according to the selected service system, acquires the returned TGT bill information, sends a check request of the legality of the TGT bill information and the accessed application address to the authentication server through the main service system, wherein the first checking module sends the authentication request to the authentication server according to the user account number obtained from the context information of the main service system by the selected service system, accesses the user library by using the user account number as a login certificate through the authentication server, returns the encrypted TGT bill information corresponding to the user, receives the TGT bill information through the main service system, assembles the TGT bill information and the accessed application address into JSON format data, and sends the legality check request to the authentication server,
if the verification is passed, the TICKET bill is obtained through the main service system, wherein the validity of TGT bill information and the accessed application address is verified through the authentication server, if the verification is passed, the TICKET bill is issued to the main service system, the information of the TICKET bill is stored in a key value pair format through the main service system,
and automatically assembling the requested access application address through the main service system to access the selected service system,
the second check-up assembly module intercepts the TICKET bill through the selected service system and requests the authentication server for analysis, obtains the user account and the corresponding application address after the analysis, compares the corresponding application address with the access application address, automatically assembles the context information required by the system according to the user account if the comparison is passed, completes the cross-platform login,
if the selected service system is accidentally closed, the second check assembly module queries a TICKET bill through the main service system according to the accessed application address, checks the authentication server by using the queried corresponding TICKET bill, and logs in the selected service system if the check is passed.
5. A device for realizing cross-platform identity authentication based on single sign-on is characterized by comprising at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is configured to invoke the machine readable program to execute the method for implementing cross-platform identity authentication based on single sign-on of any one of claims 1 to 3.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110274154.XA CN112929391B (en) | 2021-03-15 | 2021-03-15 | Method for realizing cross-platform identity authentication based on single sign-on |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110274154.XA CN112929391B (en) | 2021-03-15 | 2021-03-15 | Method for realizing cross-platform identity authentication based on single sign-on |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN112929391A CN112929391A (en) | 2021-06-08 |
| CN112929391B true CN112929391B (en) | 2023-03-31 |
Family
ID=76174933
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202110274154.XA Active CN112929391B (en) | 2021-03-15 | 2021-03-15 | Method for realizing cross-platform identity authentication based on single sign-on |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN112929391B (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114297609B (en) * | 2021-12-28 | 2025-09-05 | 北京易华录信息技术股份有限公司 | Single sign-on method, device, electronic device, and computer-readable storage medium |
| CN115484093A (en) * | 2022-09-13 | 2022-12-16 | 中国银行股份有限公司 | Single sign-on method and device |
| CN116032645B (en) * | 2023-01-10 | 2024-12-03 | 西安热工研究院有限公司 | A terminal-based authentication method |
| CN119781876A (en) * | 2024-12-17 | 2025-04-08 | 中国工商银行股份有限公司 | Method and device for calling business software, storage medium and electronic device |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015111440A (en) * | 2015-01-23 | 2015-06-18 | インターデイジタル パテント ホールディングス インコーポレイテッド | Method and apparatus for trusted authentication and log-on |
| CN109587133A (en) * | 2018-11-30 | 2019-04-05 | 武汉烽火众智智慧之星科技有限公司 | A kind of single-node login system and method |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101277234A (en) * | 2007-03-28 | 2008-10-01 | 华为技术有限公司 | A home network and login method |
| CN104579681B (en) * | 2014-12-29 | 2018-04-20 | 华中师范大学 | Identity authorization system between mutual trust application system |
| CN108111473B (en) * | 2016-11-24 | 2020-11-13 | 腾讯科技(深圳)有限公司 | Unified management method, device and system for hybrid cloud |
| CN106790063B (en) * | 2016-12-20 | 2020-07-17 | 兴唐通信科技有限公司 | Method for single sign-on of heterogeneous WEB system |
| CN106685998B (en) * | 2017-02-24 | 2020-02-07 | 浙江仟和网络科技有限公司 | SSO authentication method based on CAS unified authentication service middleware |
| CN107172054B (en) * | 2017-05-26 | 2020-09-22 | 睿智合创(北京)科技有限公司 | Authority authentication method, device and system based on CAS |
| CN109462600A (en) * | 2018-12-13 | 2019-03-12 | 东软集团股份有限公司 | Access method, user equipment, login service device and the storage medium of application |
| CN109639711A (en) * | 2018-12-29 | 2019-04-16 | 成都康赛信息技术有限公司 | A kind of Distributed C AS authentication method based on privately owned chain session id |
| WO2021003751A1 (en) * | 2019-07-11 | 2021-01-14 | 深圳市鹰硕技术有限公司 | Single-account multi-identity login method and apparatus, server, and storage medium |
| CN112153041A (en) * | 2020-09-21 | 2020-12-29 | 南京智数云信息科技有限公司 | Method and system for realizing multisystem single sign-on based on user synchronization |
| CN112468481B (en) * | 2020-11-23 | 2022-09-16 | 西安西热电站信息技术有限公司 | Single-page and multi-page web application identity integrated authentication method based on CAS |
| CN112491881B (en) * | 2020-11-26 | 2023-05-12 | 中国人寿保险股份有限公司 | Cross-platform single sign-on method, system, electronic equipment and storage medium |
-
2021
- 2021-03-15 CN CN202110274154.XA patent/CN112929391B/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015111440A (en) * | 2015-01-23 | 2015-06-18 | インターデイジタル パテント ホールディングス インコーポレイテッド | Method and apparatus for trusted authentication and log-on |
| CN109587133A (en) * | 2018-11-30 | 2019-04-05 | 武汉烽火众智智慧之星科技有限公司 | A kind of single-node login system and method |
Also Published As
| Publication number | Publication date |
|---|---|
| CN112929391A (en) | 2021-06-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN112929391B (en) | Method for realizing cross-platform identity authentication based on single sign-on | |
| US9300653B1 (en) | Delivery of authentication information to a RESTful service using token validation scheme | |
| CN112597472B (en) | Single sign-on method, device and storage medium | |
| RU2710889C1 (en) | Methods and systems for creation of identification cards, their verification and control | |
| US8615794B1 (en) | Methods and apparatus for increased security in issuing tokens | |
| CN105871838B (en) | A kind of log-in control method and customer center platform of third party's account | |
| CN108600203A (en) | Secure Single Sign-on method based on Cookie and its unified certification service system | |
| CN110535884B (en) | Method, device and storage medium for cross-enterprise inter-system access control | |
| CN102624737A (en) | Single sign-on integration method for Form identity authentication in single sign-on system | |
| CN105162775A (en) | Logging method and device of virtual machine | |
| CN109495486B (en) | Single-page Web application integration CAS method based on JWT | |
| CN111818088A (en) | Authorization mode management method and device, computer equipment and readable storage medium | |
| CN114221782B (en) | Authentication method, device, chip and storage medium | |
| JP2007280393A (en) | Apparatus and method for controlling computer login | |
| CN109962892A (en) | A kind of authentication method and client, server logging in application | |
| CN113364798A (en) | Redis-based user access frequency processing device | |
| CN105162774A (en) | Virtual machine login method, virtual machine login method and device for terminal | |
| KR102759240B1 (en) | Electronic Ticket System | |
| CN111343191B (en) | Session checking method and device, storage medium and electronic device | |
| CN102694776A (en) | Authentication system and method based on dependable computing | |
| KR101978898B1 (en) | Web scraping prevention system using characteristic value of user device and the method thereof | |
| US20220321345A1 (en) | Secure exchange of session tokens for claims-based tokens in an extensible system | |
| US11381555B2 (en) | State token based approach to secure web applications | |
| CN110889106A (en) | Configuration method, device, system and computer readable storage medium | |
| CN117077969A (en) | Government affair portal system |
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 | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |