Method and system for realizing secure interaction between systems

A system and security technology, applied in the computer field, to achieve the effect of improving scalability

CN108734033AActive Publication Date: 2018-11-02BEIJING JINGDONG SHANGKE INFORMATION TECH CO LTD +1
9 Cites 2 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2018-11-02

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention provides a method and system for realizing secure interaction between systems. After a debugging request is sent to a debugged system by a debugging system, the method comprises the following steps of: receiving the debugging request sent by the debugging system by the debugged system, wherein the debugging request comprises verification information and debugging information of the debugging system; and executing verification logic for the verification information of the debugging system, executing a debugging task for the debugged system according to the verification result, ifthe verification information is successfully verified, executing the debugging task by the debugged system according to the debugging information and returning a debugging result to the debugging system, and otherwise, informing the debugging system that the debugging task fails. According to the method and system, the security problem of debugging interfaces between debugging systems and debuggedsystems in the prior art is solved. Moreover, verification manners can be dynamically extended, so that extensibility of system debugging interfaces is improved under the premise of ensuring the system security and data security of business systems.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the field of computer technology, in particular to a method and device for realizing safe interaction between systems. Background technique

[0002] Existing Internet systems are generally divided into test environment, production environment, etc., and the production environment is the environment accessed by users, so the production environment cannot be changed or modified by developers at will. Many companies will strictly control the online process to ensure the stability of system services in the production environment. However, there are still some anomalies in the system in the production environment, and since they cannot be reproduced in the test environment, it is difficult for developers to find anomalies. When an abnormal situation occurs, it will inevitably lead to an extension of the exception processing time, which will affect the user's access.

[0003] In view of the above situation, the user can enter the d...

Examples

Embodiment

[0059] The present invention will be specifically described below in conjunction with a specific embodiment, but it should be noted that this specific embodiment is only for better describing the present invention, and does not constitute an improper limitation of the present invention.

[0060] Step S201: the user initiates a debugging request, and the debugging system receives the debugging request from the user;

[0061] Step S202: The debugging system acquires the Token value of the debugged system from the local cache, if it does not exist in the local cache, then execute step S203; if it exists, then execute step S204;

[0062] Step S203: The monitoring system obtains the Token value list of the debugged system, finds the Token value of the currently called system, and stores the Token value in the local cache, and then executes Step S204;

[0063] Step S204: Set the acquired Token value of the debugged system into the set in the request header of the debug request, and...