CN114138375A - Internet of things service cloud architecture and radio frequency test system applying same - Google Patents

Internet of things service cloud architecture and radio frequency test system applying same Download PDF

Info

Publication number
CN114138375A
CN114138375A CN202111680599.4A CN202111680599A CN114138375A CN 114138375 A CN114138375 A CN 114138375A CN 202111680599 A CN202111680599 A CN 202111680599A CN 114138375 A CN114138375 A CN 114138375A
Authority
CN
China
Prior art keywords
service
server
information
cloud architecture
user
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
CN202111680599.4A
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.)
Gaoxing Zhilian Technology Co ltd
Original Assignee
Gaoxing Zhilian 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 Gaoxing Zhilian Technology Co ltd filed Critical Gaoxing Zhilian Technology Co ltd
Priority to CN202111680599.4A priority Critical patent/CN114138375A/en
Publication of CN114138375A publication Critical patent/CN114138375A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K7/00Methods or arrangements for sensing record carriers, e.g. for reading patterns
    • G06K7/10Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
    • G06K7/10009Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation sensing by radiation using wavelengths larger than 0.1 mm, e.g. radio-waves or microwaves

Abstract

The invention provides an Internet of things service cloud architecture and a radio frequency test system applying the cloud architecture, which comprise an API gateway, a service gateway and a service gateway, wherein the API gateway is used for receiving an access request of a user, authenticating the identity of the user through an authentication unit, and forwarding the access request to a corresponding service according to the mapping relation between the access request and the service; the system management unit is used for carrying out authority distribution by an administrator according to the user role information and carrying out unified distribution on the access requests through the configuration center; the configuration center is used for registering the service to the service registration center, creating a configuration file with configuration information, and correspondingly matching the stored address, the user name and the password according to the configuration information; the service registration center is used for registering the service to the Eureka Server of the service registration center, storing the registration information into the database, acquiring the configuration information by accessing the Eureka Server, and calling the remote service according to the configuration information to realize the access to the service. The invention provides a unified access platform, which solves the problems that account numbers of systems are independent and difficult to interconnect and intercommunicate.

Description

Internet of things service cloud architecture and radio frequency test system applying same
Technical Field
The invention relates to the technical field of cloud architectures, in particular to an Internet of things service cloud architecture and a radio frequency test system applying the cloud architecture.
Background
Because the services of the system are very numerous, each service can deploy a plurality of nodes, and the traditional mode is to write the configuration information into the configuration file of the service, so when the configuration information needs to be updated, the configuration information of each service instance needs to be modified and then relocated, which is very troublesome. Therefore, it is desirable to provide a structure capable of unified configuration information management.
Disclosure of Invention
In view of this, the present invention provides an internet of things service cloud framework and a radio frequency test system using the cloud framework.
In order to solve the technical problems, the invention adopts the technical scheme that: an Internet of things service cloud architecture and a radio frequency test system applying the cloud architecture comprise:
the API gateway is used for receiving an access request of a user, authenticating the identity of the user through the authentication unit, and forwarding the access request to a corresponding service according to the mapping relation between the access request and the service;
the system management unit is used for carrying out authority distribution by an administrator according to the user role information and carrying out unified distribution on the access requests through the configuration center;
the configuration center is used for registering the service to the service registration center, creating a configuration file with configuration information, and correspondingly matching the stored address, the user name and the password according to the configuration information;
the service registration center is used for registering the service to the Eureka Server of the service registration center, storing the registration information into the database after the registration is successful, acquiring the configuration information by accessing the Eureka Server, and calling the remote service according to the configuration information to realize the access to the service.
In the present invention, preferably, the authentication unit includes a client, an authentication server and a resource server, when a user opens a client of the third-party application software, the user receives an authorization request and sends back authorization information to the client, the client requests a token of access data to the authentication server according to the authorization information, the authentication server verifies the authorization information, sends the token to the client after verification, the client carries the token to send the access request to the resource server, the token is verified by the resource server to determine whether the access request is correct, and if the access request is correct, the relevant data is fed back to the client.
In the present invention, preferably, the authorization request is configured with a storage path, client information, and an operation type.
In the present invention, preferably, the configuration information includes a service name and a service address.
In the present invention, preferably, the database stores a white list containing server IP information, filters the server IP information accessed maliciously, and determines whether the server IP information is in the white list when the access request passes through the API gateway, if so, the access request is passed through, otherwise, the access request is intercepted.
In the present invention, preferably, the invoking of the remote service specifically finds out an address of service deployment according to the service name by the feign, and when the address of service deployment changes, automatically registers the updated address of service deployment to the service registration center.
In the present invention, preferably, the service name is used for calling between services, and the configuration information is obtained by the service name, so as to find the service corresponding to the service.
In the present invention, preferably, when a user accesses a protected page of a front-end server through a browser, single sign-on is performed through an authentication protocol.
In the present invention, preferably, the authentication protocol is set as OAuth or CAS.
A radio frequency test system applies an Internet of things service cloud framework and comprises an RFID client used for starting an application program, a reader-writer is controlled to carry out data acquisition on test points according to a test task to obtain test point states and test data corresponding to the test points, a network server is called to carry out data transmission and processing through a reader-writer background, the test data are filtered and transmitted to a server side, and the test data are stored in a database.
The invention has the advantages and positive effects that:
(1) the configuration information management is unified through the Config, the configuration files are uniformly stored in the warehouse, and then the system service acquires the configuration information through the Config Server. The configuration Server is deployed with a plurality of nodes and has the same service name, and then the nodes are registered in the service registration center, so that the system service can search the configuration Server according to the service name to acquire configuration information, even if some node of the configuration Server is abnormal, the configuration center can work normally, and the high availability of the configuration center is realized.
(2) Because many functions of the cloud architecture system need to be called among services, each service needs to perform identity authentication and authority authorization on an access request, if one service has a problem, other service data are intercepted, even the system is rushed, and therefore the account number and the password of a user need to be verified. However, if the account password of the same user needs to be checked every time, time waste is caused to the software system, and the system is delayed. Therefore, the single sign-on can be realized only by once sign-on of the user in the intranet through the authentication protocol, and other subsystems can authenticate the identity of the user, so that the trouble of repeated sign-on is avoided.
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 specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
fig. 1 is an overall structural diagram of an internet of things service cloud architecture of the present invention;
fig. 2 is a schematic flow chart of identity authentication of an internet of things service cloud architecture according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that when an element is referred to as being "secured to" another element, it can be directly on the other element or intervening elements may also be present. When a component is referred to as being "connected" to another component, it can be directly connected to the other component or intervening components may also be present. When a component is referred to as being "disposed on" another component, it can be directly on the other component or intervening components may also be present. The terms "vertical," "horizontal," "left," "right," and the like as used herein are for illustrative purposes only.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
As shown in fig. 1, the present invention provides an internet of things service cloud architecture and a radio frequency test system using the cloud architecture, including:
the API gateway is used for receiving an access request of a user, authenticating the identity of the user through the authentication unit, and forwarding the access request to a corresponding service according to the mapping relation between the access request and the service;
the system management unit is used for carrying out authority distribution by an administrator according to the user role information and carrying out unified distribution on the access requests through the configuration center;
the configuration center is used for registering the service to the service registration center, creating a configuration file with configuration information, and correspondingly matching the stored address, the user name and the password according to the configuration information;
the service registration center is used for registering the service to an Eureka Server of the service registration center, the registration information is stored in a database after the registration is successful, the database comprises a Redis database and a Mysql database, the Mysql database is supported by a main database and a standby database, the writing in of the main database is realized in a dynamic data source mode, the query from the database is realized, the read-write separation is realized, the configuration information is obtained by accessing the Eureka Server, and the remote service is called according to the configuration information to realize the access to the service. The API gateway is the only node entering the system and is responsible for service request routing, combining and protocol conversion, external user access requests are scheduled and filtered through the API gateway, and users who are maliciously accessed by the dequeue system are filtered and then are issued to corresponding specific services, because the safety of the system is very important for the accessed third-party application system. Adding service port in the configuration file, after the task is started, registering the task to the service registration center, configuring request routing rule according to the service name, and when the actual request is consistent with the mapping relation of the rule, forwarding the request to the corresponding service for processing. The configuration information management is unified through the Config, the configuration files are uniformly stored in the warehouse, and then the system service acquires the configuration information through the Config Server. The configuration Server is deployed with a plurality of nodes and has the same service name, and then the nodes are registered in the service registration center, so that the system service can search the configuration Server according to the service name to acquire configuration information, even if some node of the configuration Server is abnormal, the configuration center can work normally, and the high availability of the configuration center is realized.
As shown in fig. 2, in this embodiment, the authentication unit further includes a client, an authentication server and a resource server, when the user opens the client of the third-party application software, the user receives an authorization request and sends back authorization information to the client, the client requests the authentication server for a token for accessing data according to the authorization information, the authentication server verifies the authorization information, sends the token to the client after verification, the client carries the token to send the access request to the resource server, and the resource server verifies the token to determine whether the token is correct, and if so, feeds back related data to the client.
In this embodiment, further, the authorization request is configured with a storage path, client information, and an operation type.
In this embodiment, further, the configuration information includes a service name and a service address, and after the configuration information is registered in the service registry, the service registry performs remote invocation of the service according to the service name through the feign component, and the service registry converts the service name and the service address. When a service in the system fails, other services depending on the service all have faults, the faults are enlarged, an avalanche phenomenon occurs, and the faults of the whole system are caused; if the service calling fails or the number of times of failure reaches the upper limit, the hystrix breaker is started, the remote service is fused, the hystrix breaker enters a semi-closed state after a period of time, if the service calling succeeds, the hystrix is completely closed, otherwise, the hystrix is started and the remote service is subjected to a fault-tolerant process, and therefore the avalanche effect between service instances is avoided.
In this embodiment, further, a white list containing server IP information is stored in the database, the IP information of the server accessed maliciously is filtered, when the access request passes through the API gateway, it is determined whether the IP information of the server is in the white list, if so, the request is passed, otherwise, the access request is intercepted.
In this embodiment, further, invoking the remote service specifically finds an address of service deployment according to the service name by the feign, and when the address of service deployment changes, automatically registers the updated address of service deployment to the service registration center. The service registration center comprises an Eureka Client and an Eureka Server, the Eureka Client is integrated in the service and registered in the Eureka Server, the configuration information including a service name and a service address of the service in the system can be acquired by visiting the Eureka Server, when intermodulation between the service and the service occurs, the Eureka Server is visited first, the address of the service deployment is acquired according to the service name, then remote calling of the service is carried out, the Eureka Client is used for caching the registration information of the service, and when the Eureka Server is unavailable, the remote service can be called through the cached registration information. When the Eureka servers are deployed, registration information of services is copied between the Eureka servers to realize data synchronization.
In this embodiment, further, the service name is called between services, and the configuration information is obtained by the service name, so as to find the service corresponding to the service name.
In this embodiment, further, when the user accesses the protected page of the front-end server through the browser, single sign-on is performed through the authentication protocol. Because many functions of the cloud architecture system need to be called among services, each service needs to perform identity authentication and authority authorization on an access request, if one service has a problem, other service data are intercepted, even the system is rushed, and therefore the account number and the password of a user need to be verified. However, if the account password of the same user needs to be checked every time, time waste is caused to the software system, and the system is delayed. Therefore, the single sign-on can be realized only by once sign-on of the user in the intranet through the authentication protocol, and other subsystems can authenticate the identity of the user, so that the trouble of repeated sign-on is avoided.
In this embodiment, the authentication protocol is set as OAuth or CAS, and when the third-party application accesses the system, the OAuth or CAS is adopted to provide protected data for the third-party application by authorizing access, so as to avoid leakage of an account password of the user, thereby improving security and reliability of data transmission.
A radio frequency test system applies an Internet of things service cloud framework and comprises an RFID client used for starting an application program, a reader-writer is controlled to carry out data acquisition on test points according to a test task to obtain test point states and test data corresponding to the test points, a network server is called to carry out data transmission and processing through a reader-writer background, the test data are filtered and transmitted to a server side, and the test data are stored in a database.
The RFID product test is divided into radio frequency identification and physical property detection, static property detection, dynamic property detection and the like of electronic tag products, in the test process, different devices and products in high-frequency, ultrahigh-frequency and microwave frequency ranges are required to be tested for performance and reliability respectively, and the reading rates of the devices and the products under the test conditions of different media, materials, magnetic fields, speeds, distances and obstacles are required to be recorded and analyzed, so that the performance of each tag and a reader-writer is analyzed and judged, and a system radio frequency test report is obtained. The application program performs information interaction and data sharing with original enterprise software, such as ERP application software, so that a radio frequency test system is connected to a cloud architecture, the same user can be authenticated once when logging in different subsystems, single-point logging can be realized, configuration files are created through a configuration center of the cloud architecture to uniformly manage configuration information, the configuration information is registered in a service registration center, service remote calling is performed through a feign component of the cloud architecture when the radio frequency test software sends a service request, service registration information is obtained, multiple service function management services such as label management, inventory management and early warning analysis are facilitated, and the problem that data of traditional radio frequency test software cannot be interconnected and intercommunicated is solved.
The embodiments of the present invention have been described in detail, but the description is only for the preferred embodiments of the present invention and should not be construed as limiting the scope of the present invention. All equivalent changes and modifications made within the scope of the present invention should be covered by the present patent.

Claims (10)

1. An internet of things service cloud architecture, comprising:
the API gateway is used for receiving an access request of a user, authenticating the identity of the user through the authentication unit, and forwarding the access request to a corresponding service according to the mapping relation between the access request and the service;
the system management unit is used for carrying out authority distribution by an administrator according to the user role information and carrying out unified distribution on the access requests through the configuration center;
the configuration center is used for registering the service to the service registration center, creating a configuration file with configuration information, and correspondingly matching the stored address, the user name and the password according to the configuration information;
the service registration center is used for registering the service to the Eureka Server of the service registration center, storing the registration information into the database after the registration is successful, acquiring the configuration information by accessing the Eureka Server, and calling the remote service according to the configuration information to realize the access to the service.
2. The IOT service cloud architecture of claim 1, wherein the authentication unit comprises a client, an authentication server and a resource server, when a user opens a client of the third-party application software, the user receives an authorization request and sends authorization information back to the client, the client requests a token of access data to the authentication server according to the authorization information, the authentication server verifies the authorization information, sends the token to the client after verification, the client carries the token to send the access request to the resource server, the token is verified by the resource server to judge whether the token is correct, and if the token is correct, the relevant data is fed back to the client.
3. The IOT service cloud architecture of claim 3, wherein the authorization request is configured with a storage path, client information and an operation type.
4. The IOT service cloud architecture of claim 1, wherein the configuration information comprises a service name and a service address.
5. The internet of things service cloud architecture of claim 1, wherein a white list containing server IP information is stored in the database, the server IP information accessed maliciously is filtered, when an access request passes through an API gateway, whether the server IP information is in the white list is judged, if yes, the request is passed, and if not, the access request is intercepted.
6. The internet of things service cloud architecture of claim 1, wherein the invoking of the remote service is specifically to find an address of service deployment according to a service name through a feign, and when the address of service deployment changes, the updated address of service deployment is automatically registered in the service registration center.
7. The IOT service cloud architecture of claim 4, wherein the services are called by service names, and the configuration information of the services is obtained by the service names, so that the services corresponding to the services are found.
8. The internet of things service cloud architecture of claim 1, wherein when a user accesses a protected page of a front-end server through a browser, single sign-on is performed through an authentication protocol.
9. The IOT service cloud architecture of claim 8, wherein the authentication protocol is set to OAuth or CAS.
10. A radio frequency test system applying the internet of things service cloud architecture as claimed in any one of claims 1 to 9, comprising: and the RFID client used for starting the application program sends out a service request according to the test task, controls the reader-writer to carry out data acquisition on the test point to obtain the state of the test point and test data corresponding to the test point, calls the network server to carry out data transmission and processing through the background of the reader-writer, filters and transmits the test data to the server side, and stores the test data in the database.
CN202111680599.4A 2021-12-30 2021-12-30 Internet of things service cloud architecture and radio frequency test system applying same Pending CN114138375A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111680599.4A CN114138375A (en) 2021-12-30 2021-12-30 Internet of things service cloud architecture and radio frequency test system applying same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111680599.4A CN114138375A (en) 2021-12-30 2021-12-30 Internet of things service cloud architecture and radio frequency test system applying same

Publications (1)

Publication Number Publication Date
CN114138375A true CN114138375A (en) 2022-03-04

Family

ID=80381559

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111680599.4A Pending CN114138375A (en) 2021-12-30 2021-12-30 Internet of things service cloud architecture and radio frequency test system applying same

Country Status (1)

Country Link
CN (1) CN114138375A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105659558A (en) * 2013-09-20 2016-06-08 甲骨文国际公司 Multiple resource servers with single, flexible, pluggable OAuth server and OAuth-protected RESTful OAuth consent management service, and mobile application single sign on OAuth service
CN207706214U (en) * 2017-08-02 2018-08-07 北京天翔睿翼科技有限公司 It is a kind of to connect system from verification cloud
CN109271776A (en) * 2018-10-22 2019-01-25 努比亚技术有限公司 Micro services system single-point logging method, server and computer readable storage medium
CN109271291A (en) * 2018-09-04 2019-01-25 山东浪潮通软信息科技有限公司 A kind of service monitoring and the method for management
CN109343829A (en) * 2018-08-09 2019-02-15 广州瀚信通信科技股份有限公司 Frame is administered in a kind of service of declining of java language distribution
US20190149618A1 (en) * 2017-11-14 2019-05-16 Dell Products, L.P. Local proxy for service discovery
CN111814177A (en) * 2020-06-28 2020-10-23 中国建设银行股份有限公司 Multi-tenant data processing method, device, equipment and system based on micro-service
CN112311786A (en) * 2020-10-28 2021-02-02 北京健康之家科技有限公司 Service request processing method and device, storage medium and computing equipment
CN112380522A (en) * 2020-11-11 2021-02-19 深圳供电局有限公司 Management system and method for integrated service mobile application
CN113157796A (en) * 2020-01-22 2021-07-23 中国科学院沈阳自动化研究所 Data acquisition display system based on micro-service
CN113711563A (en) * 2019-05-07 2021-11-26 国际商业机器公司 Fine-grained token-based access control

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105659558A (en) * 2013-09-20 2016-06-08 甲骨文国际公司 Multiple resource servers with single, flexible, pluggable OAuth server and OAuth-protected RESTful OAuth consent management service, and mobile application single sign on OAuth service
CN207706214U (en) * 2017-08-02 2018-08-07 北京天翔睿翼科技有限公司 It is a kind of to connect system from verification cloud
US20190149618A1 (en) * 2017-11-14 2019-05-16 Dell Products, L.P. Local proxy for service discovery
CN109343829A (en) * 2018-08-09 2019-02-15 广州瀚信通信科技股份有限公司 Frame is administered in a kind of service of declining of java language distribution
CN109271291A (en) * 2018-09-04 2019-01-25 山东浪潮通软信息科技有限公司 A kind of service monitoring and the method for management
CN109271776A (en) * 2018-10-22 2019-01-25 努比亚技术有限公司 Micro services system single-point logging method, server and computer readable storage medium
CN113711563A (en) * 2019-05-07 2021-11-26 国际商业机器公司 Fine-grained token-based access control
CN113157796A (en) * 2020-01-22 2021-07-23 中国科学院沈阳自动化研究所 Data acquisition display system based on micro-service
CN111814177A (en) * 2020-06-28 2020-10-23 中国建设银行股份有限公司 Multi-tenant data processing method, device, equipment and system based on micro-service
CN112311786A (en) * 2020-10-28 2021-02-02 北京健康之家科技有限公司 Service request processing method and device, storage medium and computing equipment
CN112380522A (en) * 2020-11-11 2021-02-19 深圳供电局有限公司 Management system and method for integrated service mobile application

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
风的姿态: "Spring Cloud Config 实现配置中心,看这一篇就够了", 《HTTPS://WWW.CNBLOGS.COM/FENGZHENG/P/11242128.HTML》, pages 1 - 13 *

Similar Documents

Publication Publication Date Title
US8782748B2 (en) Online service access controls using scale out directory features
TWI745473B (en) Network verification method and device
CN110069941A (en) A kind of interface access authentication method, apparatus and computer-readable medium
US20160359861A1 (en) Accessing an application through application clients and web browsers
US20020083146A1 (en) Data model for automated server configuration
US20060294103A1 (en) Security and authorization in management agents
CN108289098B (en) Authority management method and device of distributed file system, server and medium
CN114401098B (en) Application system and method for quickly constructing microservice
CN112995166B (en) Authentication method and device for resource access, storage medium and electronic equipment
CN112597472A (en) Single sign-on method, device and storage medium
JP4612045B2 (en) Computer program
CN109413040B (en) Message authentication method, device, system and computer readable storage medium
CN112995163B (en) Authentication method and device for resource access, storage medium and electronic equipment
US11245577B2 (en) Template-based onboarding of internet-connectible devices
CN112887260A (en) Authorization method and device
US11582232B2 (en) Authority transfer system, server and method of controlling the server, and storage medium
US8689304B2 (en) Multiple independent authentications for enhanced security
CN114692172A (en) User request processing method and device
US10846156B2 (en) Methods, devices and computer program products for managing software function
CN117093977A (en) User authentication method, system, device, storage medium and electronic equipment
CN111243715A (en) Login method for unifying business system to integrated platform
CN114138375A (en) Internet of things service cloud architecture and radio frequency test system applying same
Xiong et al. Design and implementation of microservices gateway based on spring cloud zuul
CN115412294A (en) Platform service-based access method and device, storage medium and electronic equipment
US11582345B2 (en) Context data management interface for contact center

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