WO2014023124A1 - Authorization method, apparatus, and system - Google Patents

Authorization method, apparatus, and system Download PDF

Info

Publication number
WO2014023124A1
WO2014023124A1 PCT/CN2013/076918 CN2013076918W WO2014023124A1 WO 2014023124 A1 WO2014023124 A1 WO 2014023124A1 CN 2013076918 W CN2013076918 W CN 2013076918W WO 2014023124 A1 WO2014023124 A1 WO 2014023124A1
Authority
WO
WIPO (PCT)
Prior art keywords
application platform
network application
dimensional code
client device
access
Prior art date
Application number
PCT/CN2013/076918
Other languages
French (fr)
Inventor
Xiaolong Zhang
Original Assignee
Tencent Technology (Shenzhen) Company Limited
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 Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Priority to CA2881167A priority Critical patent/CA2881167C/en
Priority to JP2015525709A priority patent/JP6023330B2/en
Priority to EP13828643.0A priority patent/EP2883340B1/en
Priority to US14/089,642 priority patent/US9288194B2/en
Publication of WO2014023124A1 publication Critical patent/WO2014023124A1/en

Links

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
    • 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
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/60Context-dependent security
    • H04W12/69Identity-dependent
    • H04W12/77Graphical identity

Definitions

  • the disclosed implementations relate generally to the field of communications technologies, and in particular, to authorization methods, apparatus, and systems.
  • a user may access and receive content from various web sites to browse information, chat through various chatting tools, and so on.
  • a user in order to gain access to various controlled- access web sites (e.g. a social network, a news web site, etc.) a user needs to register, by creating an account identifier and a password (i.e., user credentials including a username and password), and subsequently log in the web site using the account identifier and password.
  • a user must create an account (complete with an account identifier and password) for each network application platform.
  • an online chatting tool e.g., a short message application
  • a user needs to register a corresponding account identifier and password, and subsequently log in every time the user wants to use the online chatting tool.
  • a user in order to use member-reserved services provided by an online retailer, a user needs to register a corresponding account identifier and password, and subsequently log in every time the user wants to access the member-reserved services. Creating distinct accounts for each network application platform, and subsequently providing account credentials each time a network application platform is at the very least redundant and cumbersome for a user to manage.
  • OAuth provides a process that enables a user to permit other network application platforms to access user data on a first network application platform.
  • the user in order to authorize a second network application platform to access user data on a first network application platform, the user first logs into the first network application platform and authorizes access to the user data by the second network application platform using an application program interface (API) provided by the first network application program.
  • API application program interface
  • the API for authorizing access to user data on a first network application platform by a second network application platform includes the following.
  • a server of the first network application platform obtains information for the user to open the second network application platform.
  • the server of the first network application platform prompts the user whether to authorize, through the registered first network application platform, the second network application platform.
  • the server then prompts the user to input the account and password that are registered in the first network application platform if the user determines to authorize, through the first network application platform, the second network application platform. After the account and password, which are registered in the first network application platform, input by the user are correct, the second network application platform is authorized, and can use relevant information when the user registers in the first network application platform.
  • programs such as Java cookies
  • the cookies enable a user to post content from one network application platform to another by selecting an icon.
  • various news web sites allow users to post links to new stories on various social networks by providing selectable icons on the web pages including the news story. The link is posted when the user selects the icon associated with a particular social network.
  • the previously developed systems and methods have at least the following problem.
  • the account and password that are registered in the first network application platform need to be input, which is redundant and cumbersome. Additionally, in the process of inputting the account and password, the account and password could be obtained by a malicious user through phishing software.
  • An authorization method includes: receiving information for accessing a third-party network application platform; generating a two-dimensional code corresponding to the third-party network application platform, and presenting the two-dimensional code in the third-party network application platform; and receiving information of the scanned two-dimensional code, and authorizing, according to the information of the scanned two-dimensional code, the third-party network application platform.
  • An authorization apparatus configured to receive information for accessing a third-party network application platform; a processing module, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module, configured to: after the processing module presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
  • An authorization system includes: a first network application platform, where the first network application platform includes: a receiving module, configured to receive information for accessing a third-party network application platform; a processing module, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module, configured to: after the processing module presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
  • authorization is performed on a third-party web site by generating a two- dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code.
  • the third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
  • Another aspect of the disclosure is a computer- implemented method of a first network application platform providing a second network application platform access to user data hosted on the first network application platform.
  • the method comprises: at a first network application platform comprising at least one processor and non- transitory memory: receiving a request to allow access to user data hosted on the first network application platform; generating a two-dimensional code to enable access to the user data through the second network application platform; transmitting the two-dimensional code to the second network application platform; receiving information associated with the two- dimensional code; and authoring access to the user data through the second network application platform based at least on the received information associated with the two- dimensional code.
  • the request is included in a message addressed from a first client device, wherein the client device has access to the second network application platform.
  • the two-dimensional code is transmitted with
  • providing the two- dimensional code to the first client device includes providing an instruction directing the first client device to visually display the two-dimensional code.
  • providing the two-dimensional code to the first client device includes presenting the two- dimensional code on a security enhanced web-page that is displayable by the first client device.
  • the two-dimensional code is transmitted with instructions directing the second network application platform to provide the two-dimensional code to one of the first client device and a second client device.
  • the received information associated with the two-dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two-dimensional code by a receiving device.
  • authorizing access to the user data through the second network application platform includes comparing the received information associated with the two-dimensional code to locally stored information associated with the two-dimensional code.
  • generating the two-dimensional code includes encoding at least a portion of the locally stored information associated with the two-dimensional code.
  • generating the two-dimensional code comprises generating a universal unique identifier (UUID) corresponding to the second network application platform.
  • transmitting the two-dimensional code to the second network application platform comprises sending the UUID to the second network application platform along with instructions directing the second network application platform to provide the UUID to one or more client devices.
  • the instructions directing the second network application platform also includes instruction for the second network application platform to provide a authorization request web-page.
  • receiving information associated with the two-dimensional code includes receiving information associated with the UUID.
  • the information associated with the UUID includes at least one of a scanned copy of the UUID and information decoded from the UUID.
  • receiving information associated with the two- dimensional code includes: receiving the information of the two-dimensional code scanned by a client device; obtaining an identifier of the client device scanning the two-dimensional code; searching for user information based at least on the identifier; establishing and storing a corresponding relationship between the second network application platform and the user information; sending authorization determination information to the client device directing the client device to determine whether to perform authorization; receiving an authorization confirmation instruction from the client device; and sending authorization confirmation information to the second network application platform.
  • receiving a non-authorization confirmation instruction from the client device, and sending non-authorization confirmation information to the second network application platform includes: receiving the information of the two-dimensional code scanned by a client device; obtaining an identifier of the client device scanning the two-dimensional code; searching for user information based at least on the identifier; establishing and storing a corresponding relationship between the second network application platform and the user information; sending authorization determination information to the client device directing the client device to determine whether to perform authorization; receiving an authorization confirmation instruction from the client device;
  • a first network application platform server system comprising: a processor; a network interface; and a non-transitory memory including instructions, that when executed by the processor cause the server system to: receive, using the network interface, a request to allow access to user data hosted on a first network application platform database; generating a two-dimensional code to enable access to the user data through a second network application platform; transmit, using the network interface, the two-dimensional code to the second network application platform; receive, using the network interface, information associated with the two-dimensional code; and authorize access to the user data through the second network application platform based at least on the received information associated with the two-dimensional code.
  • Another aspect of the disclosure is a method of accessing user data hosted on the first network application platform through a second network application platform.
  • the method comprises: at a first client device comprising at least one processor and non-transitory memory: scanning a two-dimensional code, wherein the two- dimensional code originates from the first network application platform to enable access to the user data hosted on the first network application platform through the second network application platform; and transmitting at least a portion of information associated with the two-dimensional code to the first network application platform.
  • the method further comprises receiving an access indicator in response to transmitting at least the portion of the information associated with the two-dimensional code to the first network application platform, wherein the access indicator is representative of whether or not access has been granted to the user data hosted on the first network application platform through the second network application platform.
  • the method further comprises directing access to the user data hosted on the first network application platform through the second network application platform application running on a second client device. [0026] In some implementations, the method further comprises accessing a user account on the first network application platform by providing user credentials associated with the user account. In some implementations, the method further comprises receiving the two- dimensional code through the user account on the second network application platform.
  • the two-dimensional code is scanned from a display of a second client device using an imaging device associated with the first client device. In some implementations, the two-dimensional code is scanned from a display associated with the first client device. In some implementations, the information associated with the two- dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two-dimensional code by the first client device.
  • the method further comprises decoding at least a portion of the two-dimensional code.
  • a client device comprising: a processor; an imaging module; a network interface; and a non-transitory memory including instructions, that when executed by the processor cause the client device to: scan a two-dimensional code using the imaging module, wherein the two-dimensional code originates from the first network application platform to enable access to the user data hosted on the first network application platform through the second network application platform; and transmit, using the network interface, at least a portion of information associated with the two-dimensional code to the first network application platform.
  • the instructions further comprise receiving an access indicator in response to transmitting at least the portion of the information associated with the two-dimensional code to the first network application platform, wherein the access indicator is representative of whether or not access has been granted to the user data hosted on the first network application platform through the second network application platform.
  • the instructions further comprise directing access to the user data hosted on the first network application platform through the second network application platform application running on a second client device.
  • the instructions further comprise accessing a user account on the first network application platform by providing user credentials associated with the user account.
  • the instructions further comprise receiving the two- dimensional code through the user account on the second network application platform.
  • the instructions further comprise decoding at least a portion of the two-dimensional code.
  • FIG. 1 is a flowchart of an authorization method in accordance with some implementations .
  • FIG. 2 is a flowchart of an authorization method in accordance with some implementations .
  • FIG. 3 is a schematic diagram of an authorization apparatus in accordance with some implementations.
  • FIG. 4 is a schematic diagram of an authorization system in accordance with some implementations .
  • FIG. 5 is a diagram of a client-server environment in accordance with some implementations .
  • FIG. 6 is a diagram of an example implementation of a client device in accordance with some implementations.
  • FIG. 7 is a flowchart representation of a first network application platform method of providing a second network application platform access to user data on the first network application platform.
  • FIG. 8 is a flowchart representation of a method of obtaining access to user data on a first network application platform from a second network application platform.
  • FIG. 9 is a flowchart representation of a method of accessing user data on a first network application platform through a second network application platform using a client device.
  • an authorization method which includes:
  • [0046] 102 Generate a two-dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform.
  • [0047] 103 Receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
  • the step of generating the two-dimensional code corresponding to the third-party network application platform, and presenting the two-dimensional code in the third-party network application platform includes: [0049] generating a universal unique identifier (UUID) corresponding to the third-party network application platform, and sending the UUID to the third-party network application platform, so that after receiving the UUID, the third-party network application platform sends network-end authorization page request information to a local end; receiving the network-end authorization page request information sent by the third- party network application platform, and sending a network-end authorization page to the third-party network application platform, so that after receiving the network-end
  • UUID universal unique identifier
  • the third-party network application platform presents the network-end authorization page, and sends two-dimensional code request information carrying the UUID to the local end; and receiving the two-dimensional code request information carrying the UUID, generating, according to the UUID, the two-dimensional code corresponding to the third- party network application platform, and sending the two-dimensional code to the third-party network application platform, so that after receiving the two-dimensional code, the third- party network application platform presents the two-dimensional code in the network-end authorization page.
  • the step of receiving the information of the scanned two-dimensional code, and authorizing the third-party network application platform according to the information of the scanned two-dimensional code includes: receiving the information of the two-dimensional code scanned by a client; obtaining an identifier (ID) of the client scanning the two-dimensional code; according to the ID of the client, searching for user information (UIN) of the client, and establishing and storing a corresponding relationship between the UUID and the UIN; sending authorization determination information to the client, so that after receiving the authorization determination information, the client determines whether to perform authorization; and receiving an authorization confirmation instruction that is sent by the client, and sending authorization confirmation information to the third-party network application platform.
  • ID identifier
  • UIN user information
  • the method further includes: receiving a non- authorization confirmation instruction that is sent by the client, and sending non-authorization confirmation information to the third-party network application platform.
  • authorization is performed on a third-party web site by generating a two-dimensional code corresponding to the third-party web site and according to information of the scanned two- dimensional code.
  • the third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
  • the authorization method provided by the embodiment of the present invention can be applied in that another network application platform is authorized, through an account and a password that are registered by a user in any network application platform, to use relevant information of the user, and for the convenience of illustration, an example that authorization is performed on a third-party web site through a WeChat application platform is taken for further illustration.
  • an authorization method which includes:
  • a WeChat backend server receives information for accessing the third-party web site.
  • the third-party web site may be any web site establishing a cooperative relationship with the WeChat, which is not limited herein.
  • the WeChat backend server generates a universal unique identifier (UUID) corresponding to the third-party web site, and sends the UUID to the third-party web site.
  • UUID universal unique identifier
  • the UUID corresponding to the third-party web site may be generated by adopting any existing available method, which is not specifically limited.
  • the third-party web site After receiving the UUID, the third-party web site sends network-end authorization page request information to the WeChat backend server.
  • a network end authorization page is a page used to display a two-dimensional code, and the two-dimensional code may be displayed on the page for a user to scan.
  • the WeChat backend server After receiving the network-end authorization page request information, the WeChat backend server sends a network-end authorization page to the third-party web site.
  • the WeChat backend server may preset a corresponding network-end authorization page for the third-party web site and store the network-end authorization page, and when receiving the network-end authorization page request information, the WeChat backend server queries the network-end authorization page corresponding to the third-party web site, and sends the found network-end authorization page to the third-party web site.
  • a uniform network-end authorization page may be set for the multiple third-party web sites, or a network-end authorization page may also be set for each third-party web site, which may be set according to an actual application condition and is not limited herein.
  • the third-party web site After receiving the network-end authorization page, the third-party web site presents the network-end authorization page, and sends two-dimensional code request information carrying the UUID to the WeChat backend server.
  • the WeChat backend server receives the two-dimensional code request information carrying the UUID, generates, according to the UUID, a two-dimensional code corresponding to the third-party web site, and sends the two-dimensional code to the third- party web site.
  • the two-dimensional code is also called a two-dimensional bar code, which is a bar code having readability and extended based on a one-dimensional bar code.
  • a device having a scanning function scans a two-dimensional code, and obtains information included in the two-dimensional code by identifying binary data recorded in the length and width of the two- dimensional code. Compared with a one-dimensional code, more complex data is recorded in the two-dimensional code, such as an image and a network link.
  • Information in the two- dimensional code in the embodiment of the present invention includes information such as request time of the third-party web site and a source of the third-party web site.
  • the third-party web site After receiving the two-dimensional code, the third-party web site presents the two-dimensional code in the network-end authorization page.
  • a user may scan the two-dimensional code, and authorize the third-party web site through the two-dimensional code.
  • the WeChat backend server determines whether information of the two- dimensional code scanned by the WeChat client is received, if yes, perform 209; otherwise, perform 213.
  • the scanning function of the WeChat client may be opened to scan the two-dimensional code.
  • the WeChat backend server receives an identifier (ID) of the WeChat client scanning the two-dimensional code, searches, according to the ID of the WeChat client, for user information (UIN) of the WeChat client in a client information database, and when finding the UIN of the WeChat client, establishes and stores a corresponding relationship between the UUID and the UIN.
  • ID an identifier
  • UIN user information
  • the ID of the WeChat client may be a WeChat number of the WeChat client, and [0074]
  • the client information database may be set in the WeChat backend server or another place, which is not limited.
  • the UIN includes information provided when a user registers the WeChat, such as a user name and a WeChat number.
  • the WeChat backend server sends authorization determination information to the WeChat client.
  • the authorization determination information is information for prompting a user whether to authorize the third-party web site, the content may be "whether to authorize the third-party web site, if confirm to authorize, please press “Yes”; otherwise press “No”” and so on, which may be set according to an actual application condition and is not limited herein.
  • the WeChat client receives the authorization determination information, determines to authorize or not authorize the third-party web site, and sends authorization result information to the WeChat backend server.
  • the WeChat backend server receives the authorization result information and authorizes the third-party web site according to the authorization result information, and the procedure ends.
  • the WeChat backend server if the authorization result information is an authorization confirmation instruction of the WeChat client authorizing the third-party web site, the WeChat backend server generates a token for the third-party web site, and sends the token to the third-party web site, so as to complete authorizing the third-party web site. If the authorization result information is that the WeChat client does not authorize the third-party web site, the WeChat backend server returns the information to the third-party web site.
  • the WeChat backend server determines whether preset scanning time expires, if no, perform 208; otherwise, end.
  • the preset scanning time may be one minute, 10 minutes, and so on, and may be set according to an actual application condition and is not limited herein.
  • authorization is performed on a third-party web site by generating a two-dimensional code corresponding to the third-party web site and according to information of the scanned two- dimensional code.
  • the third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
  • an embodiment of the present invention provides an authorization apparatus, where the apparatus includes: a receiving module 301, configured to receive information for accessing a third- party network application platform; a processing module 302, configured to: after the receiving module 301 receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module 303, configured to: after the processing module 302 presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
  • the processing module 302 includes: a generation unit, configured to: after the receiving module 301 receives the information for accessing the third-party network application platform, generate a universal unique identifier (UUID) corresponding to the third-party network application platform, and send the UUID to the third-party network application platform, so that after receiving the UUID, the third-party network application platform sends network-end authorization page request information to a local end; a presentation unit, configured to receive the network-end authorization page request information sent by the third-party network application platform, and send a network- end authorization page to the third-party network application platform, so that after receiving the network-end authorization page, the third-party network application platform presents the network-end authorization page, and sends two-dimensional code request information carrying the UUID to the local end; and a processing unit, configured to receive the two-dimensional code request information carrying the UUID, generate, according to the UUID, the two-dimensional code corresponding to the third-party network application platform, and send the two-dimensional code
  • the authorization module 303 includes: a receiving unit, configured to receive the information of the two-dimensional code scanned by a client; an obtaining unit, configured to obtain an identifier (ID) of the client scanning the two-dimensional code; a search unit, configured to: according to the ID of the client, search for user information (UIN) of the client, and establish and store a corresponding relationship between the UUID and the UIN; a determination unit, configured to send authorization determination information to the client, so that after receiving the authorization determination information, the client determines whether to perform authorization; and a first authorization unit, configured to receive an authorization confirmation instruction that is sent by the client, and send authorization confirmation information to the third-party network application platform.
  • a receiving unit configured to receive the information of the two-dimensional code scanned by a client
  • an obtaining unit configured to obtain an identifier (ID) of the client scanning the two-dimensional code
  • a search unit configured to: according to the ID of the client, search for user information (UIN) of the client, and establish and store a
  • the authorization module 303 further includes: a second authorization unit, configured to receive a non-authorization confirmation instruction that is sent by the client, and send non- authorization confirmation information to the third-party network application platform.
  • authorization is performed on a third-party web site by generating a two- dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code.
  • the third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
  • an embodiment of the present invention provides an authorization system, where the system includes: a first network application platform 40, where the first network application platform 40 includes: a receiving module, configured to receive information for accessing a third-party network application platform; a processing module, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module, configured to: after the processing module presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
  • the processing module includes: a generation unit, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a universal unique identifier (UUID) corresponding to the third-party network application platform, and send the UUID to the third-party network application platform.
  • a generation unit configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a universal unique identifier (UUID) corresponding to the third-party network application platform, and send the UUID to the third-party network application platform.
  • UUID universal unique identifier
  • the system further includes a third-party network application platform 50, where the third-party network application platform 50 includes: a UUID receiving unit, configured to receive the UUID, and after receiving the UUID, send network-end authorization page request information to the first network application platform 40.
  • the third-party network application platform 50 includes: a UUID receiving unit, configured to receive the UUID, and after receiving the UUID, send network-end authorization page request information to the first network application platform 40.
  • the processing module further includes: a presentation unit, configured to receive the network-end authorization page request information sent by the UUID receiving unit, and send a network-end authorization page to the third-party network application platform 50.
  • a presentation unit configured to receive the network-end authorization page request information sent by the UUID receiving unit, and send a network-end authorization page to the third-party network application platform 50.
  • the third-party network application platform 50 further includes: a network-end authorization page presentation unit, configured to receive the network-end authorization page sent by the presentation unit, and after receiving the network- end authorization page, present the network-end authorization page, and send two- dimensional code request information carrying the UUID to the first network application platform 40.
  • a network-end authorization page presentation unit configured to receive the network-end authorization page sent by the presentation unit, and after receiving the network- end authorization page, present the network-end authorization page, and send two- dimensional code request information carrying the UUID to the first network application platform 40.
  • the processing module further includes: a processing unit, configured to receive the two-dimensional code request information carrying the UUID that is sent by the network-end authorization page
  • the third-party network application platform 50 further includes: a two-dimensional code presentation unit, configured to receive the two- dimensional code sent by the processing unit, and after receiving the two-dimensional code, present the two-dimensional code in the network-end authorization page.
  • the system further includes: a client 60, where the client 60 includes: a two-dimensional code scanning unit, configured to scan the two-dimensional code.
  • the authorization module includes: a receiving unit, configured to receive information of a two-dimensional code scanned by the client 60; an obtaining unit, configured to obtain an identifier (ID) of the client 60 scanning the two-dimensional code; a search unit, configured to: according to the ID of the client 60, search for user information (UIN) of the client 60, and establish and store a corresponding relationship between the UUID and the UIN; and a determination unit, configured to send authorization determination information to the client 60.
  • a receiving unit configured to receive information of a two-dimensional code scanned by the client 60
  • an obtaining unit configured to obtain an identifier (ID) of the client 60 scanning the two-dimensional code
  • a search unit configured to: according to the ID of the client 60, search for user information (UIN) of the client 60, and establish and store a corresponding relationship between the UUID and the UIN
  • a determination unit configured to send authorization determination information to the client 60.
  • the client 60 further includes: a first authorization confirmation unit, configured to receive the authorization determination information sent by the determination unit, and after receiving the
  • authorization determination information send an authorization confirmation instruction to the first network application platform 40.
  • the authorization module further includes: a first authorization unit, configured to receive the authorization confirmation instruction that is sent by the first authorization confirmation unit, and send authorization confirmation information to the third-party network application platform 50.
  • the client 60 further includes: a second authorization confirmation unit, configured to receive the authorization determination information sent by the determination unit, and after receiving the
  • the authorization module further includes: a second authorization unit, configured to receive the non- authorization confirmation instruction that is sent by the second authorization confirmation unit, and send non- authorization confirmation information to the third-party network application platform 50.
  • authorization is performed on a third-party web site by generating a two- dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code.
  • the third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
  • FIG. 5 is a diagram of a client-server environment 500 in accordance with some implementations. While certain specific features are illustrated, those skilled in the art will appreciate from the present disclosure that various other features have not been illustrated for the sake of brevity and so as not to obscure more pertinent aspects of the implementations disclosed herein. To that end, the client-server environment 500 includes a first network application platform 540, a second network application platform 550, a mobile phone operator 522 (i.e. wireless carrier), an internet service provider 520, and a communications network 104. Each of the first network application platform 540, the second network application platform 550, the mobile phone operator 522 (i.e.
  • the wireless carrier and the internet service provider 520 are capable of being connected to the communication network 104 in order to exchange information with one another and/or other devices and systems. Additionally, the mobile phone operator 522 and the internet service provider 520 are operable to connect client devices to the communication network 104 as well.
  • a smartphone 502 is operable with the network of the mobile phone operator 522, which includes for example, a base station 522a.
  • a laptop computer 503 is connectable to the network provided by the internet service provider 520, which is ultimately connectable to the communication network 104.
  • Figure 5 only includes one of each of the aforementioned devices and systems, those skilled in the art will appreciate from the present disclosure that any number of such devices and/or systems may be provided in a client-server environment, and particular devices may be altogether absent.
  • the client-server environment 500 is merely an example provided to discuss more pertinent features of the present disclosure.
  • the communication network 104 may be any combination of wired and wireless local area network (LAN) and/or wide area network (WAN), such as an intranet, an extranet, including a portion of the internet. It is sufficient that the communication network 104 provides communication capability between client devices and servers. In some
  • the communication network 104 uses the HyperText Transport Protocol (HTTP) to transport information using the Transmission Control Protocol/Internet Protocol (TCP/IP).
  • HTTP permits a client device to access various resources available via the communication network 104.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • HTTP permits a client device to access various resources available via the communication network 104.
  • HTTP HyperText Transport Protocol
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • HTTP permits a client device to access various resources available via the communication network 104.
  • HTTP HyperText Transport Protocol
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • HTTP permits a client device to access various resources available via the communication network 104.
  • the various implementations described herein are not limited to the use of any particular protocol.
  • the first network application platform 540 includes a server 541 and a database 542.
  • the server 541 is implemented as a single server system, while in other implementations it is implemented as a distributed system of multiple servers. Solely for convenience of explanation, the server 541 is described below as being implemented on a single server system.
  • the database 542 is used store user data for individual users and/or common data for groups of one or more users that have accounts with the first network application platform 540.
  • the database 542 includes any number (i.e., one or more) of memory devices including, without limitation, non-volatile semiconductor memory devices, volatile semiconductor memory devices, and a single memory server system or a distributed system of multiple memory servers.
  • the second network application platform 550 includes a server 551 and a database 552.
  • the server 551 is implemented as a single server system, while in other implementations it is implemented as a distributed system of multiple servers. Solely for convenience of explanation, the server 551 is described below as being implemented on a single server system.
  • the database 552 is used store user data for individual users and/or common data for groups of one or more users that have accounts with the second network application platform 550.
  • the database 552 includes any number (i.e., one or more) of memory devices including, without limitation, non-volatile semiconductor memory devices, volatile semiconductor memory devices, and a single memory server system or a distributed system of multiple memory servers.
  • client devices such as the laptop 503 and smartphone 502 include a display and a digital camera.
  • a mobile application is operated at least in part by the client device.
  • the client devices 502 and 503 are enabled to communicate with the first and second network application platforms 540,550.
  • the laptop 503 may include at least one of an Ethernet enabled network adapter or interface, a WiFi enabled network adapter or interface, cable modem, DSL modem, a cellular wireless device, or the like.
  • a user may use a client device 502/503 to access user data in the database 542 and/or a service managed by the server 541 of the first network application platform 540.
  • a user may use a client device 502/503 to access user data in the database 552 and/or a service managed by the server 551 of the first network application platform 550.
  • the camera associated with the client device is used to obtain at least one image of the credit card and a picture of the user offering the credit card for payment purposes, which is processed according to one of the various methods described below.
  • FIG. 6 is a diagram of an example implementation of a client device 502/503 (e.g., laptop 503 and smartphone 502), discussed above with reference to FIG. 5, in accordance with some implementations. While certain specific features are illustrated, those skilled in the art will appreciate from the present disclosure that various other features have not been illustrated for the sake of brevity and so as not to obscure more pertinent aspects of the implementations disclosed herein.
  • the client device 502/503 includes one or more processing units (CPU's) 602, one or more network or other communications interfaces 608, a display 601, memory 606, a digital camera 609, and one or more communication buses 604 for interconnecting these and various other components.
  • the communication buses 604 may include circuitry (sometimes called a chipset) that interconnects and controls
  • the memory 606 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices.
  • the memory 606 may optionally include one or more storage devices remotely located from the CPU(s) 602.
  • the memory 606, including the non- volatile and volatile memory device(s) within the memory 606, comprises a non-transitory computer readable storage medium.
  • the memory 606 or the non-transitory computer readable storage medium of the memory 606 stores the following programs, modules and data structures, or a subset thereof including an operating system 616, a network communication module 618, and a verification processing module 631.
  • the operating system 616 includes procedures for handling various basic system services and for performing hardware dependent tasks.
  • the network communication module 618 facilitates communication with other devices via the one or more communication network interfaces 608 (wired or wireless) and one or more communication networks, such as the internet, other wide area networks, local area networks, metropolitan area networks, and so on.
  • one or more communication network interfaces 608 wireless or wireless
  • one or more communication networks such as the internet, other wide area networks, local area networks, metropolitan area networks, and so on.
  • the verification processing module 631 is configured to cooperate with instructions sent from at least one of the first network application platform 540 and the second network application platform 550. To that end, the verification processing module 631 includes an image processing module 610 and an optional voice and location data verification module 611.
  • the image processing module 610 facilitates the capture and encoding of image data requested by the verification server. To that end, the image processing module 610 includes a set of instructions 610a and heuristics and metadata 610b.
  • the voice and location data verification module 611 facilitates the capture and encoding of voice and location data requested by the verification server. To that end, the voice and location data verification module 611 includes a set of instructions 611a and heuristics and metadata 611b.
  • FIG. 7 is a flowchart representation of a first network application platform method 700 of providing a second network application platform access to user data on the first network application platform.
  • the method is performed by a device or system of a first network application platform in order to provide a second network application platform device or system access to user data managed by the first network application platform.
  • the method 700 is performed by the server 541 of the first network application platform.
  • the method 700 includes generating and providing a two-dimensional (2-D) code that is used to link respective user accounts on the first and second network application platforms by way of at least one client device.
  • the method 700 includes receiving, from a first client device, a request to allow a user (i.e., client) to access user data on the first network application platform through a second network application platform.
  • a user i.e., client
  • the first network application platform 540 receives a request from the laptop 503 or the smartphone 502.
  • the request is
  • the second network application platform 550 communicated through the second network application platform 550 from the laptop 503 or smartphone 502 to the first network application platform 540.
  • the method 700 includes generating a two-dimensional (2-D) code to enable access through the second network application platform.
  • the server 541 of the first network application platform 540 generates the 2-D code.
  • the server 541 uses information stored in the database 542 to generate the 2-D code.
  • the method 700 includes transmitting the 2-D code to the second network application platform.
  • the server 541 of the first network application platform 540 transmits the 2-D code to the server 551 of the second network application platform 550 using the communication network 104.
  • the method 700 includes providing instructions for the second network
  • the instructions direct the second network
  • the second network application platform 550 is directed to send the 2-D code to the smartphone 502 when the request was sent using the laptop 503, and vice versa.
  • the instructions direct the second network application platform to provide the 2-D code to the first client device, which sent the request to the first network application platform.
  • the second network application platform 550 is directed to send the 2-D code to the laptop 503 when the request originates from the laptop 503.
  • the method 700 includes receiving information associated with the 2-D code from a client device.
  • the 2-D code is presented to one of the first and second client devices.
  • the 2-D code is presented using the other of the two client devices. That is, one of the client devices receives the 2-D code from the second network application platform and presents the 2-D code to the other client device, which draws information from the 2-D code.
  • the method 700 includes receiving a scanned version of the 2-D code from one of the first and second client devices. For example, with reference to FIG. 5, the 2-D code is presented on the display of the laptop 503 and scanned using the camera of the smartphone 502. In turn, the smartphone 502 sends a scanned copy of the 2-D code to the first network application platform 540.
  • the method 700 includes authorizing access to user data on the first network application platform from the second network application platform based on the received information associated with the 2-D code. For example, with reference to FIG. 5, the server 541 (of the first network application platform 540) authorizes the server 551 (of the second network application platform 550) to access user data stored in database 542. Additionally, in some implementations, as represented by block 7-5a, the method 700 includes comparing the received information to the information used to generate the 2-D code to determine whether or not the second network application platform should be granted access to the user data on the first network application platform.
  • FIG. 8 is a flowchart representation of a second network application platform method 800 of obtaining access to user data on a first network application platform from a second network application platform.
  • the method is performed by a device or system of a second network application platform in order to provide the second network application platform device or system access to user data managed by a first network application platform.
  • the method 800 is performed by the server 581 of the first network application platform.
  • the method 800 includes receiving and providing a two-dimension code that is used to link respective user accounts on the first and second network application platforms by way of at least one client device.
  • the method 800 includes receiving, from a first network application platform, a two-dimensional (2-D) code to enable access through the second network application platform.
  • the server 551 of the second network application platform 550 receives the 2-D code from the server 541 of the first network application platform 540 through communication network 104.
  • the method 800 includes transmitting the 2-D code to one of a first client device and a second client device.
  • the server 551 of the second network application platform 550 transmits the 2-D code to one of the laptop 503 and the smartphone 502 using the communication network 104.
  • the method 800 includes providing instructions for the receiving client device to present the 2-D code to the user.
  • the method 800 includes providing a security enhanced web-page displaying the 2-D code to the user and prompting the user to provide feedback associated with the 2-D code to the first network application platform.
  • the laptop is directed to display the 2-D code in a web-browser from an enhanced security web-page.
  • one of the laptop 503 and the smartphone 502 send feedback to the first network application platform 540.
  • the method 800 includes receiving an authentication token from the first network application platform.
  • the authentication token is valid for a limited time.
  • the method 800 includes accessing user data on the first network application platform from the second network application platform in response to receiving the authentication token. For example, with reference to FIG. 5, the server 551 (of the second network application platform 550) accesses user data stored in database 542 through the server 541 (of the first network application platform 540). Additionally, in some implementations, as represented by block 8-4a, the method 800 includes providing user data to one of the first and second client devices.
  • FIG. 9 is a flowchart representation of a method 900 of accessing user data on a first network application platform through a second network application platform using a client device.
  • the method is performed by a client device in order to provide a second network application platform device or system access to user data managed by a first network application platform.
  • the method 900 is performed by one of the laptop 503 and the smartphone 502.
  • the method 900 includes processing a two-dimensional (2-D) code that is used to link respective user accounts on the first and second network application platforms by way of at least one client device.
  • the method 900 includes logging onto a first network application platform using a first set of user credentials.
  • user credentials include a user account identifier (i.e., a username) and a password.
  • a user logs onto an account on the first network application platform 540 using the smartphone 502, so that user data on the first network application platform 540 can be accessed via the smartphone 502.
  • the user cannot access the same user data on the first network application platform 540 using the laptop 503.
  • the laptop 503 can be used to access the same user data on the first network application platform 540 using the second network application platform 550.
  • the method 900 includes scanning a two-dimensional (2-D) code displayed by the laptop 503 using the smartphone 502 and/or the laptop 503.
  • the method 900 includes performing a screen capture from the integrated device displaying the 2-D code. For example, with reference to FIG. 5, in some implementations, when the laptop 503 is displaying the 2-D code, the laptop 503 is operated to perform a screen capture by, for example, copying the display buffer can creating a image file with the copied data.
  • the method includes scanning the 2-D code from the display of a second device. For example, in some implementations, when the laptop 503 is displaying the 2-D code.
  • the smartphone 502 is used to capture a picture of the laptop display by, for example, taking a picture using a camera included in the smartphone 5-2.
  • the method 900 includes processing the scanned image of the 2-D code. More specifically, as represented by block 9- 3a, the method includes deciphering information from the 2-D code. For example, when the 2-D code is a bar code, the 2-D code is decoded the information included in the bar code.
  • the method 900 includes transmitting at least a portion of the information conveyed by the 2-D code to the first network application platform. In some implementations, as represented by sub-block 9-4a, the method 900 includes transmitting a scanned copy of the 2-D to the first network application platform. In some implementations, as represented by sub-block 9-4b, the method 900 includes transmitting a sub-set of the information deciphered from the 2-D code.
  • sequence numbers of the foregoing embodiments of the present invention are merely for description and do not represent the superiority or inferiority of the embodiments.
  • first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another.
  • first ranking criteria could be termed second ranking criteria, and, similarly, second ranking criteria could be termed first ranking criteria, without departing from the scope of the present invention.
  • First ranking criteria and second ranking criteria are both ranking criteria, but they are not the same ranking criteria.
  • the phrase “if it is determined [that a stated condition precedent is true]” or “if [a stated condition precedent is true]” or “when [a stated condition precedent is true]” may be construed to mean “upon determining” or “in response to determining” or “in accordance with a determination” or “upon detecting” or “in response to detecting” that the stated condition precedent is true, depending on the context.
  • stages that are not order dependent may be reordered and other stages may be combined or broken out. While some reordering or other groupings are specifically mentioned, others will be obvious to those of ordinary skill in the art and so do not present an exhaustive list of alternatives. Moreover, it should be recognized that the stages could be implemented in hardware, firmware, software or any combination thereof.

Abstract

The present invention discloses an authorization method, apparatus, and system, and belongs to the field of communication technologies. The method includes: receiving information for accessing a third-party network application platform; generating a two- dimensional code corresponding to the third-party network application platform, and presenting the two-dimensional code in the third-party network application platform; and receiving information of the scanned two-dimensional code, and authorizing, according to the information of the scanned two-dimensional code, the third-party network application platform. The apparatus includes: a receiving module, a processing module, and an authorization module. The system includes: a first network application platform. In the present invention, after the information for accessing the third-party network application platform is received, authorization is performed on a third-party web site by generating a two-dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code. The third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.

Description

AUTHORIZATION METHOD, APPARATUS, AND SYSTEM
RELATED APPLICATION
[0001] This application claims priority to Chinese Patent Application No. 201210282560.1, entitled "AUTHORIZATION METHOD, APPARATUS, AND SYSTEM," filed on August 9, 2012, which is incorporated by reference in its entirety.
TECHNICAL FIELD
[0002] The disclosed implementations relate generally to the field of communications technologies, and in particular, to authorization methods, apparatus, and systems.
BACKGROUND
[0003] One of the results of the ongoing development of communications technologies is that communication networks are being configured and/or updated with features that enable greater user engagement, connectivity and access to network-based (e.g., Internet-based) functionality, content and/or services. A user may access various network-based
functionality, content and/or services through various network application platforms, such as a web site, a chatting tool, a mail tool, and an online game. For example, a user may access and receive content from various web sites to browse information, chat through various chatting tools, and so on.
[0004] Currently, in order to gain access to various controlled- access web sites (e.g. a social network, a news web site, etc.) a user needs to register, by creating an account identifier and a password (i.e., user credentials including a username and password), and subsequently log in the web site using the account identifier and password. As such, a user must create an account (complete with an account identifier and password) for each network application platform. For example, in order to use an online chatting tool (e.g., a short message application), a user needs to register a corresponding account identifier and password, and subsequently log in every time the user wants to use the online chatting tool. In another example, in order to use member-reserved services provided by an online retailer, a user needs to register a corresponding account identifier and password, and subsequently log in every time the user wants to access the member-reserved services. Creating distinct accounts for each network application platform, and subsequently providing account credentials each time a network application platform is at the very least redundant and cumbersome for a user to manage.
[0005] Previously developed systems and methods generally rely on linking the various accounts associated with one user by using user-agent redirections, such as Open
Authorization (OAuth). Using OAuth for example, provides a process that enables a user to permit other network application platforms to access user data on a first network application platform. In particular, in order to authorize a second network application platform to access user data on a first network application platform, the user first logs into the first network application platform and authorizes access to the user data by the second network application platform using an application program interface (API) provided by the first network application program. More specifically, the API for authorizing access to user data on a first network application platform by a second network application platform includes the following. A server of the first network application platform obtains information for the user to open the second network application platform. The server of the first network application platform prompts the user whether to authorize, through the registered first network application platform, the second network application platform. The server then prompts the user to input the account and password that are registered in the first network application platform if the user determines to authorize, through the first network application platform, the second network application platform. After the account and password, which are registered in the first network application platform, input by the user are correct, the second network application platform is authorized, and can use relevant information when the user registers in the first network application platform.
[0006] Alternatively, programs, such as Java cookies, are used to keep sockets open between the user device and the various network application platforms that the user is currently logged into. As a result, the cookies enable a user to post content from one network application platform to another by selecting an icon. For example, various news web sites allow users to post links to new stories on various social networks by providing selectable icons on the web pages including the news story. The link is posted when the user selects the icon associated with a particular social network. [0007] However, the previously developed systems and methods have at least the following problem. When the second network application platform is authorized to use the relevant information when the user registers in the first network application platform, the account and password that are registered in the first network application platform need to be input, which is redundant and cumbersome. Additionally, in the process of inputting the account and password, the account and password could be obtained by a malicious user through phishing software.
SUMMARY
[0008] Various implementations of systems, methods and devices within the scope of the appended claims each have several aspects, no single one of which is solely responsible for the attributes described herein. Without limiting the scope of the appended claims, some prominent features are described. After considering this disclosure, and particularly after considering the section entitled "Detailed Description" one will understand how the features of various implementations enable a first network application platform to provide a second network application platform access to user data on the first network application platform.
[0009] In order to solve the problem in the prior art, embodiments of the present invention provide an authorization method, apparatus, and system. The technical solutions are described as follows.
[0010] An authorization method is provided, where the method includes: receiving information for accessing a third-party network application platform; generating a two-dimensional code corresponding to the third-party network application platform, and presenting the two-dimensional code in the third-party network application platform; and receiving information of the scanned two-dimensional code, and authorizing, according to the information of the scanned two-dimensional code, the third-party network application platform.
[0011] An authorization apparatus is provided, where the apparatus includes: a receiving module, configured to receive information for accessing a third-party network application platform; a processing module, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module, configured to: after the processing module presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
[0012] An authorization system is provided, where the system includes: a first network application platform, where the first network application platform includes: a receiving module, configured to receive information for accessing a third-party network application platform; a processing module, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module, configured to: after the processing module presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
[0013] Beneficial effects of the technical solutions provided by the embodiments of the present invention are described as follows.
[0014] After the information for accessing the third-party network application platform is received, authorization is performed on a third-party web site by generating a two- dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code. The third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
[0015] Another aspect of the disclosure is a computer- implemented method of a first network application platform providing a second network application platform access to user data hosted on the first network application platform. In some implementations, the method comprises: at a first network application platform comprising at least one processor and non- transitory memory: receiving a request to allow access to user data hosted on the first network application platform; generating a two-dimensional code to enable access to the user data through the second network application platform; transmitting the two-dimensional code to the second network application platform; receiving information associated with the two- dimensional code; and authoring access to the user data through the second network application platform based at least on the received information associated with the two- dimensional code.
[0016] In some implementations, the request is included in a message addressed from a first client device, wherein the client device has access to the second network application platform. In some implementations, the two-dimensional code is transmitted with
instructions directing the second network application platform to provide the two- dimensional code to the first client device. In some implementations, providing the two- dimensional code to the first client device includes providing an instruction directing the first client device to visually display the two-dimensional code. In some implementations, providing the two-dimensional code to the first client device includes presenting the two- dimensional code on a security enhanced web-page that is displayable by the first client device.
[0017] In some implementations, the two-dimensional code is transmitted with instructions directing the second network application platform to provide the two-dimensional code to one of the first client device and a second client device. In some implementations, the received information associated with the two-dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two-dimensional code by a receiving device.
[0018] In some implementations, authorizing access to the user data through the second network application platform includes comparing the received information associated with the two-dimensional code to locally stored information associated with the two-dimensional code. In some implementations, generating the two-dimensional code includes encoding at least a portion of the locally stored information associated with the two-dimensional code.
[0019] In some implementations, generating the two-dimensional code comprises generating a universal unique identifier (UUID) corresponding to the second network application platform. In some implementations, transmitting the two-dimensional code to the second network application platform comprises sending the UUID to the second network application platform along with instructions directing the second network application platform to provide the UUID to one or more client devices. In some implementations, the instructions directing the second network application platform also includes instruction for the second network application platform to provide a authorization request web-page. In some implementations, receiving information associated with the two-dimensional code includes receiving information associated with the UUID. In some implementations, the information associated with the UUID includes at least one of a scanned copy of the UUID and information decoded from the UUID.
[0020] In some implementations, receiving information associated with the two- dimensional code includes: receiving the information of the two-dimensional code scanned by a client device; obtaining an identifier of the client device scanning the two-dimensional code; searching for user information based at least on the identifier; establishing and storing a corresponding relationship between the second network application platform and the user information; sending authorization determination information to the client device directing the client device to determine whether to perform authorization; receiving an authorization confirmation instruction from the client device; and sending authorization confirmation information to the second network application platform. [0021] In some implementations, receiving a non-authorization confirmation instruction from the client device, and sending non-authorization confirmation information to the second network application platform.
[0022] Another aspect of the disclosure is a first network application platform server system comprising: a processor; a network interface; and a non-transitory memory including instructions, that when executed by the processor cause the server system to: receive, using the network interface, a request to allow access to user data hosted on a first network application platform database; generating a two-dimensional code to enable access to the user data through a second network application platform; transmit, using the network interface, the two-dimensional code to the second network application platform; receive, using the network interface, information associated with the two-dimensional code; and authorize access to the user data through the second network application platform based at least on the received information associated with the two-dimensional code.
[0023] Another aspect of the disclosure is a method of accessing user data hosted on the first network application platform through a second network application platform. In some implementations, the method comprises: at a first client device comprising at least one processor and non-transitory memory: scanning a two-dimensional code, wherein the two- dimensional code originates from the first network application platform to enable access to the user data hosted on the first network application platform through the second network application platform; and transmitting at least a portion of information associated with the two-dimensional code to the first network application platform.
[0024] In some implementations, the method further comprises receiving an access indicator in response to transmitting at least the portion of the information associated with the two-dimensional code to the first network application platform, wherein the access indicator is representative of whether or not access has been granted to the user data hosted on the first network application platform through the second network application platform.
[0025] In some implementations, the method further comprises directing access to the user data hosted on the first network application platform through the second network application platform application running on a second client device. [0026] In some implementations, the method further comprises accessing a user account on the first network application platform by providing user credentials associated with the user account. In some implementations, the method further comprises receiving the two- dimensional code through the user account on the second network application platform.
[0027] In some implementations, the two-dimensional code is scanned from a display of a second client device using an imaging device associated with the first client device. In some implementations, the two-dimensional code is scanned from a display associated with the first client device. In some implementations, the information associated with the two- dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two-dimensional code by the first client device.
[0028] In some implementations, the method further comprises decoding at least a portion of the two-dimensional code.
[0029] Another aspect of the disclosure is a client device comprising: a processor; an imaging module; a network interface; and a non-transitory memory including instructions, that when executed by the processor cause the client device to: scan a two-dimensional code using the imaging module, wherein the two-dimensional code originates from the first network application platform to enable access to the user data hosted on the first network application platform through the second network application platform; and transmit, using the network interface, at least a portion of information associated with the two-dimensional code to the first network application platform.
[0030] In some implementations, the instructions further comprise receiving an access indicator in response to transmitting at least the portion of the information associated with the two-dimensional code to the first network application platform, wherein the access indicator is representative of whether or not access has been granted to the user data hosted on the first network application platform through the second network application platform. In some implementations, the instructions further comprise directing access to the user data hosted on the first network application platform through the second network application platform application running on a second client device. [0031] In some implementations, the instructions further comprise accessing a user account on the first network application platform by providing user credentials associated with the user account. In some implementations, the instructions further comprise receiving the two- dimensional code through the user account on the second network application platform. In some implementations, the instructions further comprise decoding at least a portion of the two-dimensional code.
BRIEF DESCRIPTION OF DRAWINGS
[0032] The aforementioned implementation of the invention as well as additional implementations will be more clearly understood as a result of the following detailed description of the various aspects of the invention when taken in conjunction with the drawings. Like reference numerals refer to corresponding parts throughout the several views of the drawings.
[0033] FIG. 1 is a flowchart of an authorization method in accordance with some implementations .
[0034] FIG. 2 is a flowchart of an authorization method in accordance with some implementations .
[0035] FIG. 3 is a schematic diagram of an authorization apparatus in accordance with some implementations.
[0036] FIG. 4 is a schematic diagram of an authorization system in accordance with some implementations .
[0037] FIG. 5 is a diagram of a client-server environment in accordance with some implementations .
[0038] FIG. 6 is a diagram of an example implementation of a client device in accordance with some implementations. [0039] FIG. 7 is a flowchart representation of a first network application platform method of providing a second network application platform access to user data on the first network application platform.
[0040] FIG. 8 is a flowchart representation of a method of obtaining access to user data on a first network application platform from a second network application platform.
[0041] FIG. 9 is a flowchart representation of a method of accessing user data on a first network application platform through a second network application platform using a client device.
DETAILED DESCRIPTION
[0042] In order to make the objectives, technical solutions, and advantages of the present invention more clear, the following further describes the embodiments of the present invention in detail with reference to the accompanying drawings.
[0043] Embodiment 1
[0044] Referring to FIG. 1, an embodiment of the present invention provides an authorization method, which includes:
[0045] 101: Receive information for accessing a third-party network application platform.
[0046] 102: Generate a two-dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform.
[0047] 103: Receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
[0048] Furthermore, the step of generating the two-dimensional code corresponding to the third-party network application platform, and presenting the two-dimensional code in the third-party network application platform includes: [0049] generating a universal unique identifier (UUID) corresponding to the third-party network application platform, and sending the UUID to the third-party network application platform, so that after receiving the UUID, the third-party network application platform sends network-end authorization page request information to a local end; receiving the network-end authorization page request information sent by the third- party network application platform, and sending a network-end authorization page to the third-party network application platform, so that after receiving the network-end
authorization page, the third-party network application platform presents the network-end authorization page, and sends two-dimensional code request information carrying the UUID to the local end; and receiving the two-dimensional code request information carrying the UUID, generating, according to the UUID, the two-dimensional code corresponding to the third- party network application platform, and sending the two-dimensional code to the third-party network application platform, so that after receiving the two-dimensional code, the third- party network application platform presents the two-dimensional code in the network-end authorization page.
[0050] Furthermore, the step of receiving the information of the scanned two-dimensional code, and authorizing the third-party network application platform according to the information of the scanned two-dimensional code includes: receiving the information of the two-dimensional code scanned by a client; obtaining an identifier (ID) of the client scanning the two-dimensional code; according to the ID of the client, searching for user information (UIN) of the client, and establishing and storing a corresponding relationship between the UUID and the UIN; sending authorization determination information to the client, so that after receiving the authorization determination information, the client determines whether to perform authorization; and receiving an authorization confirmation instruction that is sent by the client, and sending authorization confirmation information to the third-party network application platform.
[0051] Furthermore, after the step of sending the authorization determination information to the client, so that after receiving the authorization determination information, the client determines whether to perform authorization, the method further includes: receiving a non- authorization confirmation instruction that is sent by the client, and sending non-authorization confirmation information to the third-party network application platform.
[0052] In the authorization method provided by the embodiment of the present invention, after the information for accessing the third-party network application platform is received, authorization is performed on a third-party web site by generating a two-dimensional code corresponding to the third-party web site and according to information of the scanned two- dimensional code. The third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
[0053] The authorization method provided by the embodiment of the present invention can be applied in that another network application platform is authorized, through an account and a password that are registered by a user in any network application platform, to use relevant information of the user, and for the convenience of illustration, an example that authorization is performed on a third-party web site through a WeChat application platform is taken for further illustration.
[0054] Embodiment 2
[0055] Referring to FIG. 2, an embodiment of the present invention provides an authorization method, which includes:
[0056] 201: When a WeChat client accesses a third-party web site through a browser, a WeChat backend server receives information for accessing the third-party web site. [0057] The third-party web site may be any web site establishing a cooperative relationship with the WeChat, which is not limited herein.
[0058] 202: The WeChat backend server generates a universal unique identifier (UUID) corresponding to the third-party web site, and sends the UUID to the third-party web site.
[0059] Specifically, the UUID corresponding to the third-party web site may be generated by adopting any existing available method, which is not specifically limited.
[0060] 203: After receiving the UUID, the third-party web site sends network-end authorization page request information to the WeChat backend server.
[0061] A network end authorization page is a page used to display a two-dimensional code, and the two-dimensional code may be displayed on the page for a user to scan.
[0062] 204: After receiving the network-end authorization page request information, the WeChat backend server sends a network-end authorization page to the third-party web site.
[0063] Specifically, the WeChat backend server may preset a corresponding network-end authorization page for the third-party web site and store the network-end authorization page, and when receiving the network-end authorization page request information, the WeChat backend server queries the network-end authorization page corresponding to the third-party web site, and sends the found network-end authorization page to the third-party web site.
[0064] When the WeChat establishes a cooperative relationship with multiple third-party web sites, a uniform network-end authorization page may be set for the multiple third-party web sites, or a network-end authorization page may also be set for each third-party web site, which may be set according to an actual application condition and is not limited herein.
[0065] 205: After receiving the network-end authorization page, the third-party web site presents the network-end authorization page, and sends two-dimensional code request information carrying the UUID to the WeChat backend server.
[0066] 206: The WeChat backend server receives the two-dimensional code request information carrying the UUID, generates, according to the UUID, a two-dimensional code corresponding to the third-party web site, and sends the two-dimensional code to the third- party web site.
[0067] The two-dimensional code is also called a two-dimensional bar code, which is a bar code having readability and extended based on a one-dimensional bar code. A device having a scanning function scans a two-dimensional code, and obtains information included in the two-dimensional code by identifying binary data recorded in the length and width of the two- dimensional code. Compared with a one-dimensional code, more complex data is recorded in the two-dimensional code, such as an image and a network link. Information in the two- dimensional code in the embodiment of the present invention includes information such as request time of the third-party web site and a source of the third-party web site.
[0068] 207: After receiving the two-dimensional code, the third-party web site presents the two-dimensional code in the network-end authorization page.
[0069] Specifically, after the two-dimensional code is presented in the network-end authorization page, a user may scan the two-dimensional code, and authorize the third-party web site through the two-dimensional code.
[0070] 208: The WeChat backend server determines whether information of the two- dimensional code scanned by the WeChat client is received, if yes, perform 209; otherwise, perform 213.
[0071] Specifically, if the WeChat client having a scanning function decides to authorize the third-party web site in a manner of scanning the two-dimensional code, the scanning function of the WeChat client may be opened to scan the two-dimensional code.
[0072] 209: The WeChat backend server receives an identifier (ID) of the WeChat client scanning the two-dimensional code, searches, according to the ID of the WeChat client, for user information (UIN) of the WeChat client in a client information database, and when finding the UIN of the WeChat client, establishes and stores a corresponding relationship between the UUID and the UIN.
The ID of the WeChat client may be a WeChat number of the WeChat client, and [0074] The client information database may be set in the WeChat backend server or another place, which is not limited.
[0075] The UIN includes information provided when a user registers the WeChat, such as a user name and a WeChat number.
[0076] 210: The WeChat backend server sends authorization determination information to the WeChat client.
[0077] The authorization determination information is information for prompting a user whether to authorize the third-party web site, the content may be "whether to authorize the third-party web site, if confirm to authorize, please press "Yes"; otherwise press "No"" and so on, which may be set according to an actual application condition and is not limited herein.
[0078] 211: The WeChat client receives the authorization determination information, determines to authorize or not authorize the third-party web site, and sends authorization result information to the WeChat backend server.
[0079] 212: The WeChat backend server receives the authorization result information and authorizes the third-party web site according to the authorization result information, and the procedure ends.
[0080] Specifically, if the authorization result information is an authorization confirmation instruction of the WeChat client authorizing the third-party web site, the WeChat backend server generates a token for the third-party web site, and sends the token to the third-party web site, so as to complete authorizing the third-party web site. If the authorization result information is that the WeChat client does not authorize the third-party web site, the WeChat backend server returns the information to the third-party web site.
[0081] 213: The WeChat backend server determines whether preset scanning time expires, if no, perform 208; otherwise, end.
[0082] The preset scanning time may be one minute, 10 minutes, and so on, and may be set according to an actual application condition and is not limited herein. [0083] In the authorization method provided by the embodiment of the present invention, after the information for accessing the third-party network application platform is received, authorization is performed on a third-party web site by generating a two-dimensional code corresponding to the third-party web site and according to information of the scanned two- dimensional code. The third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
[0084] Embodiment 3
[0085] Referring to FIG. 3, an embodiment of the present invention provides an authorization apparatus, where the apparatus includes: a receiving module 301, configured to receive information for accessing a third- party network application platform; a processing module 302, configured to: after the receiving module 301 receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module 303, configured to: after the processing module 302 presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
[0086] Furthermore, the processing module 302 includes: a generation unit, configured to: after the receiving module 301 receives the information for accessing the third-party network application platform, generate a universal unique identifier (UUID) corresponding to the third-party network application platform, and send the UUID to the third-party network application platform, so that after receiving the UUID, the third-party network application platform sends network-end authorization page request information to a local end; a presentation unit, configured to receive the network-end authorization page request information sent by the third-party network application platform, and send a network- end authorization page to the third-party network application platform, so that after receiving the network-end authorization page, the third-party network application platform presents the network-end authorization page, and sends two-dimensional code request information carrying the UUID to the local end; and a processing unit, configured to receive the two-dimensional code request information carrying the UUID, generate, according to the UUID, the two-dimensional code corresponding to the third-party network application platform, and send the two-dimensional code to the third-party network application platform, so that after receiving the two- dimensional code, the third-party network application platform presents the two-dimensional code in the network-end authorization page.
[0087] Furthermore, the authorization module 303 includes: a receiving unit, configured to receive the information of the two-dimensional code scanned by a client; an obtaining unit, configured to obtain an identifier (ID) of the client scanning the two-dimensional code; a search unit, configured to: according to the ID of the client, search for user information (UIN) of the client, and establish and store a corresponding relationship between the UUID and the UIN; a determination unit, configured to send authorization determination information to the client, so that after receiving the authorization determination information, the client determines whether to perform authorization; and a first authorization unit, configured to receive an authorization confirmation instruction that is sent by the client, and send authorization confirmation information to the third-party network application platform.
[0088] Furthermore, the authorization module 303 further includes: a second authorization unit, configured to receive a non-authorization confirmation instruction that is sent by the client, and send non- authorization confirmation information to the third-party network application platform.
[0089] Through the authorization apparatus provided by the embodiment of the present invention, after the information for accessing the third-party network application platform is received, authorization is performed on a third-party web site by generating a two- dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code. The third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
[0090] Embodiment 4
[0091] Referring to FIG. 4, an embodiment of the present invention provides an authorization system, where the system includes: a first network application platform 40, where the first network application platform 40 includes: a receiving module, configured to receive information for accessing a third-party network application platform; a processing module, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a two- dimensional code corresponding to the third-party network application platform, and present the two-dimensional code in the third-party network application platform; and an authorization module, configured to: after the processing module presents the two-dimensional code in the third-party network application platform, receive information of the scanned two-dimensional code, and authorize, according to the information of the scanned two-dimensional code, the third-party network application platform.
[0092] Furthermore, the processing module includes: a generation unit, configured to: after the receiving module receives the information for accessing the third-party network application platform, generate a universal unique identifier (UUID) corresponding to the third-party network application platform, and send the UUID to the third-party network application platform.
[0093] Correspondingly, referring to FIG. 4, the system further includes a third-party network application platform 50, where the third-party network application platform 50 includes: a UUID receiving unit, configured to receive the UUID, and after receiving the UUID, send network-end authorization page request information to the first network application platform 40.
[0094] Correspondingly, the processing module further includes: a presentation unit, configured to receive the network-end authorization page request information sent by the UUID receiving unit, and send a network-end authorization page to the third-party network application platform 50.
[0095] Correspondingly, the third-party network application platform 50 further includes: a network-end authorization page presentation unit, configured to receive the network-end authorization page sent by the presentation unit, and after receiving the network- end authorization page, present the network-end authorization page, and send two- dimensional code request information carrying the UUID to the first network application platform 40.
[0096] Correspondingly, the processing module further includes: a processing unit, configured to receive the two-dimensional code request information carrying the UUID that is sent by the network-end authorization page
presentation unit, generate, according to the UUID, a two-dimensional code corresponding to the third-party network application platform 50, and send the two-dimensional code to the third-party network application platform 50. [0097] Correspondingly, the third-party network application platform 50 further includes: a two-dimensional code presentation unit, configured to receive the two- dimensional code sent by the processing unit, and after receiving the two-dimensional code, present the two-dimensional code in the network-end authorization page.
[0098] Furthermore, referring to FIG. 4, the system further includes: a client 60, where the client 60 includes: a two-dimensional code scanning unit, configured to scan the two-dimensional code.
[0099] Correspondingly, the authorization module includes: a receiving unit, configured to receive information of a two-dimensional code scanned by the client 60; an obtaining unit, configured to obtain an identifier (ID) of the client 60 scanning the two-dimensional code; a search unit, configured to: according to the ID of the client 60, search for user information (UIN) of the client 60, and establish and store a corresponding relationship between the UUID and the UIN; and a determination unit, configured to send authorization determination information to the client 60.
[00100] Correspondingly, the client 60 further includes: a first authorization confirmation unit, configured to receive the authorization determination information sent by the determination unit, and after receiving the
authorization determination information, send an authorization confirmation instruction to the first network application platform 40.
[00101] Correspondingly, the authorization module further includes: a first authorization unit, configured to receive the authorization confirmation instruction that is sent by the first authorization confirmation unit, and send authorization confirmation information to the third-party network application platform 50.
[00102] Furthermore, the client 60 further includes: a second authorization confirmation unit, configured to receive the authorization determination information sent by the determination unit, and after receiving the
authorization determination information, send a non-authorization confirmation instruction to the first network application platform 40.
[00103] Correspondingly, the authorization module further includes: a second authorization unit, configured to receive the non- authorization confirmation instruction that is sent by the second authorization confirmation unit, and send non- authorization confirmation information to the third-party network application platform 50.
[00104] Through the authorization system provided by the embodiment of the present invention, after the information for accessing the third-party network application platform 50 is received, authorization is performed on a third-party web site by generating a two- dimensional code corresponding to the third-party web site and according to information of the scanned two-dimensional code. The third-party web site can be authorized by only scanning the corresponding two-dimensional code, which is easy to operate and reduces operation time. A user does not need to input an account and a password, which improves the security.
[00105] FIG. 5 is a diagram of a client-server environment 500 in accordance with some implementations. While certain specific features are illustrated, those skilled in the art will appreciate from the present disclosure that various other features have not been illustrated for the sake of brevity and so as not to obscure more pertinent aspects of the implementations disclosed herein. To that end, the client-server environment 500 includes a first network application platform 540, a second network application platform 550, a mobile phone operator 522 (i.e. wireless carrier), an internet service provider 520, and a communications network 104. Each of the first network application platform 540, the second network application platform 550, the mobile phone operator 522 (i.e. wireless carrier), and the internet service provider 520 are capable of being connected to the communication network 104 in order to exchange information with one another and/or other devices and systems. Additionally, the mobile phone operator 522 and the internet service provider 520 are operable to connect client devices to the communication network 104 as well. For example, a smartphone 502 is operable with the network of the mobile phone operator 522, which includes for example, a base station 522a. Similarly, for example, a laptop computer 503 (or tablet, desktop, workstation or the like) is connectable to the network provided by the internet service provider 520, which is ultimately connectable to the communication network 104. Moreover, while Figure 5 only includes one of each of the aforementioned devices and systems, those skilled in the art will appreciate from the present disclosure that any number of such devices and/or systems may be provided in a client-server environment, and particular devices may be altogether absent. In other words, the client-server environment 500 is merely an example provided to discuss more pertinent features of the present disclosure.
[00106] The communication network 104 may be any combination of wired and wireless local area network (LAN) and/or wide area network (WAN), such as an intranet, an extranet, including a portion of the internet. It is sufficient that the communication network 104 provides communication capability between client devices and servers. In some
implementations, the communication network 104 uses the HyperText Transport Protocol (HTTP) to transport information using the Transmission Control Protocol/Internet Protocol (TCP/IP). HTTP permits a client device to access various resources available via the communication network 104. However, the various implementations described herein are not limited to the use of any particular protocol.
[00107] In some implementations, the first network application platform 540 includes a server 541 and a database 542. In some implementations, the server 541 is implemented as a single server system, while in other implementations it is implemented as a distributed system of multiple servers. Solely for convenience of explanation, the server 541 is described below as being implemented on a single server system. The database 542 is used store user data for individual users and/or common data for groups of one or more users that have accounts with the first network application platform 540. The database 542 includes any number (i.e., one or more) of memory devices including, without limitation, non-volatile semiconductor memory devices, volatile semiconductor memory devices, and a single memory server system or a distributed system of multiple memory servers.
[00108] Similarly, in some implementations, the second network application platform 550 includes a server 551 and a database 552. In some implementations, the server 551 is implemented as a single server system, while in other implementations it is implemented as a distributed system of multiple servers. Solely for convenience of explanation, the server 551 is described below as being implemented on a single server system. The database 552 is used store user data for individual users and/or common data for groups of one or more users that have accounts with the second network application platform 550. The database 552 includes any number (i.e., one or more) of memory devices including, without limitation, non-volatile semiconductor memory devices, volatile semiconductor memory devices, and a single memory server system or a distributed system of multiple memory servers.
[00109] As discussed below in greater detail with reference to FIG. 6, client devices, such as the laptop 503 and smartphone 502, include a display and a digital camera. In some implementations, a mobile application is operated at least in part by the client device. In some implementations, the client devices 502 and 503 are enabled to communicate with the first and second network application platforms 540,550. For example, the laptop 503 may include at least one of an Ethernet enabled network adapter or interface, a WiFi enabled network adapter or interface, cable modem, DSL modem, a cellular wireless device, or the like.
[00110] In operation, a user may use a client device 502/503 to access user data in the database 542 and/or a service managed by the server 541 of the first network application platform 540. Similarly, a user may use a client device 502/503 to access user data in the database 552 and/or a service managed by the server 551 of the first network application platform 550. For example, in order to make a purchase through the online customer sales application, the camera associated with the client device is used to obtain at least one image of the credit card and a picture of the user offering the credit card for payment purposes, which is processed according to one of the various methods described below.
[00111] FIG. 6 is a diagram of an example implementation of a client device 502/503 (e.g., laptop 503 and smartphone 502), discussed above with reference to FIG. 5, in accordance with some implementations. While certain specific features are illustrated, those skilled in the art will appreciate from the present disclosure that various other features have not been illustrated for the sake of brevity and so as not to obscure more pertinent aspects of the implementations disclosed herein. To that end, the client device 502/503 includes one or more processing units (CPU's) 602, one or more network or other communications interfaces 608, a display 601, memory 606, a digital camera 609, and one or more communication buses 604 for interconnecting these and various other components. The communication buses 604 may include circuitry (sometimes called a chipset) that interconnects and controls
communications between system components. The memory 606 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. The memory 606 may optionally include one or more storage devices remotely located from the CPU(s) 602. The memory 606, including the non- volatile and volatile memory device(s) within the memory 606, comprises a non-transitory computer readable storage medium.
[00112] In some implementations, the memory 606 or the non-transitory computer readable storage medium of the memory 606 stores the following programs, modules and data structures, or a subset thereof including an operating system 616, a network communication module 618, and a verification processing module 631.
[00113] The operating system 616 includes procedures for handling various basic system services and for performing hardware dependent tasks.
[00114] The network communication module 618 facilitates communication with other devices via the one or more communication network interfaces 608 (wired or wireless) and one or more communication networks, such as the internet, other wide area networks, local area networks, metropolitan area networks, and so on.
[00115] The verification processing module 631 is configured to cooperate with instructions sent from at least one of the first network application platform 540 and the second network application platform 550. To that end, the verification processing module 631 includes an image processing module 610 and an optional voice and location data verification module 611. The image processing module 610 facilitates the capture and encoding of image data requested by the verification server. To that end, the image processing module 610 includes a set of instructions 610a and heuristics and metadata 610b. Similarly, the voice and location data verification module 611 facilitates the capture and encoding of voice and location data requested by the verification server. To that end, the voice and location data verification module 611 includes a set of instructions 611a and heuristics and metadata 611b.
[00116] FIG. 7 is a flowchart representation of a first network application platform method 700 of providing a second network application platform access to user data on the first network application platform. In some implementations, the method is performed by a device or system of a first network application platform in order to provide a second network application platform device or system access to user data managed by the first network application platform. For example, with reference to Figure 5, in some implementations, the method 700 is performed by the server 541 of the first network application platform. Briefly, the method 700 includes generating and providing a two-dimensional (2-D) code that is used to link respective user accounts on the first and second network application platforms by way of at least one client device.
[00117] To that end, as represented by block 7-1, the method 700 includes receiving, from a first client device, a request to allow a user (i.e., client) to access user data on the first network application platform through a second network application platform. For example, with reference to FIG. 5, the first network application platform 540 receives a request from the laptop 503 or the smartphone 502. In some implementations, the request is
communicated through the second network application platform 550 from the laptop 503 or smartphone 502 to the first network application platform 540.
[00118] As represented by block 7-2, the method 700 includes generating a two-dimensional (2-D) code to enable access through the second network application platform. For example, with continued reference to FIG. 5, the server 541 of the first network application platform 540 generates the 2-D code. In some implementations, the server 541 uses information stored in the database 542 to generate the 2-D code. As represented by block 7-3, the method 700 includes transmitting the 2-D code to the second network application platform. For example, with continued reference to FIG. 5, the server 541 of the first network application platform 540 transmits the 2-D code to the server 551 of the second network application platform 550 using the communication network 104. In some implementations, as represented by sub- block 7-3a, the method 700 includes providing instructions for the second network
application platform to provide the 2-D code to one of the first client device and a second client device. In some implementations, the instructions direct the second network
application platform to provide the 2-D code to a second client device that is different from the first client device that sent the request. For example, with reference to FIG. 5, the second network application platform 550 is directed to send the 2-D code to the smartphone 502 when the request was sent using the laptop 503, and vice versa. In some implementations, the instructions direct the second network application platform to provide the 2-D code to the first client device, which sent the request to the first network application platform. For example, with reference to FIG. 5, the second network application platform 550 is directed to send the 2-D code to the laptop 503 when the request originates from the laptop 503.
[00119] As represented by block 7-4, the method 700 includes receiving information associated with the 2-D code from a client device. As noted above, the 2-D code is presented to one of the first and second client devices. In some implementations, the 2-D code is presented using the other of the two client devices. That is, one of the client devices receives the 2-D code from the second network application platform and presents the 2-D code to the other client device, which draws information from the 2-D code. More specifically, as represented by block 7-4a, in some implementations the method 700 includes receiving a scanned version of the 2-D code from one of the first and second client devices. For example, with reference to FIG. 5, the 2-D code is presented on the display of the laptop 503 and scanned using the camera of the smartphone 502. In turn, the smartphone 502 sends a scanned copy of the 2-D code to the first network application platform 540.
[00120] As represented by block 7-5, the method 700 includes authorizing access to user data on the first network application platform from the second network application platform based on the received information associated with the 2-D code. For example, with reference to FIG. 5, the server 541 (of the first network application platform 540) authorizes the server 551 (of the second network application platform 550) to access user data stored in database 542. Additionally, in some implementations, as represented by block 7-5a, the method 700 includes comparing the received information to the information used to generate the 2-D code to determine whether or not the second network application platform should be granted access to the user data on the first network application platform.
[00121] FIG. 8 is a flowchart representation of a second network application platform method 800 of obtaining access to user data on a first network application platform from a second network application platform. In some implementations, the method is performed by a device or system of a second network application platform in order to provide the second network application platform device or system access to user data managed by a first network application platform. For example, with reference to Figure 5, in some implementations, the method 800 is performed by the server 581 of the first network application platform. Briefly, the method 800 includes receiving and providing a two-dimension code that is used to link respective user accounts on the first and second network application platforms by way of at least one client device.
[00122] To that end, as represented by block 8-1, the method 800 includes receiving, from a first network application platform, a two-dimensional (2-D) code to enable access through the second network application platform. For example, with continued reference to FIG. 5, the server 551 of the second network application platform 550 receives the 2-D code from the server 541 of the first network application platform 540 through communication network 104. As represented by block 8-2, the method 800 includes transmitting the 2-D code to one of a first client device and a second client device. For example, with continued reference to FIG. 5, the server 551 of the second network application platform 550 transmits the 2-D code to one of the laptop 503 and the smartphone 502 using the communication network 104. In some implementations, as represented by sub-block 8-2a, the method 800 includes providing instructions for the receiving client device to present the 2-D code to the user. In some implementations, as represented by block 8-2b, the method 800 includes providing a security enhanced web-page displaying the 2-D code to the user and prompting the user to provide feedback associated with the 2-D code to the first network application platform. For example, with reference to FIG. 5, the laptop is directed to display the 2-D code in a web-browser from an enhanced security web-page. In turn, one of the laptop 503 and the smartphone 502 send feedback to the first network application platform 540. [00123] As represented by block 8-3, the method 800 includes receiving an authentication token from the first network application platform. As represented by sub-block 8-3a, in some implementations, the authentication token is valid for a limited time. As represented by block 8-4, the method 800 includes accessing user data on the first network application platform from the second network application platform in response to receiving the authentication token. For example, with reference to FIG. 5, the server 551 (of the second network application platform 550) accesses user data stored in database 542 through the server 541 (of the first network application platform 540). Additionally, in some implementations, as represented by block 8-4a, the method 800 includes providing user data to one of the first and second client devices.
[00124] FIG. 9 is a flowchart representation of a method 900 of accessing user data on a first network application platform through a second network application platform using a client device. In some implementations, the method is performed by a client device in order to provide a second network application platform device or system access to user data managed by a first network application platform. For example, with reference to Figure 5, in some implementations, the method 900 is performed by one of the laptop 503 and the smartphone 502. Briefly, the method 900 includes processing a two-dimensional (2-D) code that is used to link respective user accounts on the first and second network application platforms by way of at least one client device.
[00125] To that end, as represented by block 9-1, the method 900 includes logging onto a first network application platform using a first set of user credentials. In some
implementations, user credentials include a user account identifier (i.e., a username) and a password. For example, with reference to FIG. 5, a user logs onto an account on the first network application platform 540 using the smartphone 502, so that user data on the first network application platform 540 can be accessed via the smartphone 502. However, using conventional methods, unless the user has provided the same account credentials to log in using the laptop 503, the user cannot access the same user data on the first network application platform 540 using the laptop 503.
[00126] As provided herein, instead of providing the user credentials again using the laptop 503, the laptop 503 can be used to access the same user data on the first network application platform 540 using the second network application platform 550. As such, as represented by block 9-2, the method 900 includes scanning a two-dimensional (2-D) code displayed by the laptop 503 using the smartphone 502 and/or the laptop 503. In some implementations, as represented by sub-block 9-2a, the method 900 includes performing a screen capture from the integrated device displaying the 2-D code. For example, with reference to FIG. 5, in some implementations, when the laptop 503 is displaying the 2-D code, the laptop 503 is operated to perform a screen capture by, for example, copying the display buffer can creating a image file with the copied data. In some implementations, as represented by sub-block 9-2b, the method includes scanning the 2-D code from the display of a second device. For example, in some implementations, when the laptop 503 is displaying the 2-D code. The smartphone 502 is used to capture a picture of the laptop display by, for example, taking a picture using a camera included in the smartphone 5-2.
[00127] In some implementations, as represented by block 9-3, the method 900 includes processing the scanned image of the 2-D code. More specifically, as represented by block 9- 3a, the method includes deciphering information from the 2-D code. For example, when the 2-D code is a bar code, the 2-D code is decoded the information included in the bar code.
[00128] In some implementations, as represented by block 9-4, the method 900 includes transmitting at least a portion of the information conveyed by the 2-D code to the first network application platform. In some implementations, as represented by sub-block 9-4a, the method 900 includes transmitting a scanned copy of the 2-D to the first network application platform. In some implementations, as represented by sub-block 9-4b, the method 900 includes transmitting a sub-set of the information deciphered from the 2-D code.
[00129] It should be noted that, the sequence numbers of the foregoing embodiments of the present invention are merely for description and do not represent the superiority or inferiority of the embodiments.
[00130] Persons of ordinary skill in the art may understand that all or a part of the steps of the foregoing embodiments may be implemented through hardware, or may also be completed by a program instructing relevant hardware. The program may be stored in a computer readable storage medium. The storage medium may be a read-only memory, a magnetic disk, an optical disk, or the like. [00131] The foregoing descriptions are merely exemplary embodiments of the present invention, but are not intended to limit the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.
[00132] While particular embodiments are described above, it will be understood it is not intended to limit the invention to these particular embodiments. On the contrary, the invention includes alternatives, modifications and equivalents that are within the spirit and scope of the appended claims. Numerous specific details are set forth in order to provide a thorough understanding of the subject matter presented herein. But it will be apparent to one of ordinary skill in the art that the subject matter may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
[00133] Although the terms first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, first ranking criteria could be termed second ranking criteria, and, similarly, second ranking criteria could be termed first ranking criteria, without departing from the scope of the present invention. First ranking criteria and second ranking criteria are both ranking criteria, but they are not the same ranking criteria.
[00134] 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 in the description of the invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. It will be further understood that the terms "includes," "including," "comprises," and/or "comprising," when used in this specification, specify the presence of stated features, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, operations, elements, components, and/or groups thereof.
[00135] As used herein, the term "if may be construed to mean "when" or "upon" or "in response to determining" or "in accordance with a determination" or "in response to detecting," that a stated condition precedent is true, depending on the context. Similarly, the phrase "if it is determined [that a stated condition precedent is true]" or "if [a stated condition precedent is true]" or "when [a stated condition precedent is true]" may be construed to mean "upon determining" or "in response to determining" or "in accordance with a determination" or "upon detecting" or "in response to detecting" that the stated condition precedent is true, depending on the context.
[00136] Although some of the various drawings illustrate a number of logical stages in a particular order, stages that are not order dependent may be reordered and other stages may be combined or broken out. While some reordering or other groupings are specifically mentioned, others will be obvious to those of ordinary skill in the art and so do not present an exhaustive list of alternatives. Moreover, it should be recognized that the stages could be implemented in hardware, firmware, software or any combination thereof.
[00137] The foregoing description, for purpose of explanation, has been described with reference to specific implementations. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The
implementations were chosen and described in order to best explain principles of the invention and its practical applications, to thereby enable others skilled in the art to best utilize the invention and various implementations with various modifications as are suited to the particular use contemplated. Implementations include alternatives, modifications and equivalents that are within the spirit and scope of the appended claims. Numerous specific details are set forth in order to provide a thorough understanding of the subject matter presented herein. But it will be apparent to one of ordinary skill in the art that the subject matter may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail so as not to unnecessarily obscure aspects of the implementations.

Claims

WHAT IS CLAIMED IS:
1. A method of a first network application platform providing a second network application platform access to user data hosted on the first network application platform, the method comprising:
at a first network application platform comprising at least one processor and non- transitory memory:
receiving a request to allow access to user data hosted on the first network application platform;
generating a two-dimensional code to enable access to the user data through the second network application platform;
transmitting the two-dimensional code to the second network application platform; receiving information associated with the two-dimensional code; and
authoring access to the user data through the second network application platform based at least on the received information associated with the two-dimensional code.
2. The method of claim 1, wherein the request is included in a message addressed from a first client device, wherein the client device has access to the second network application platform.
3. The method of claim 2, wherein the two-dimensional code is transmitted with instructions directing the second network application platform to provide the two- dimensional code to the first client device.
4. The method of claim 3, wherein providing the two-dimensional code to the first client device includes providing an instruction directing the first client device to visually display the two-dimensional code.
5. The method of claim 3, wherein providing the two-dimensional code to the first client device includes presenting the two-dimensional code on a security enhanced web-page that is displayable by the first client device.
6. The method of claim 2, wherein the two-dimensional code is transmitted with instructions directing the second network application platform to provide the two- dimensional code to one of the first client device and a second client device.
7. The method of claim 1, wherein the received information associated with the two- dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two-dimensional code by a receiving device.
8. The method of claim 1, wherein authorizing access to the user data through the second network application platform includes comparing the received information associated with the two-dimensional code to locally stored information associated with the two- dimensional code.
9. The method of claim 8, wherein generating the two-dimensional code includes encoding at least a portion of the locally stored information associated with the two- dimensional code.
10. The method of claim 1, wherein generating the two-dimensional code comprises generating a universal unique identifier (UUID) corresponding to the second network application platform
11. The method of claim 10, wherein transmitting the two-dimensional code to the second network application platform comprises sending the UUID to the second network application platform along with instructions directing the second network application platform to provide the UUID to one or more client devices.
12. The method of claim 11, wherein the instructions directing the second network application platform also includes instruction for the second network application platform to provide a authorization request web-page.
13. The method of claim 10, wherein receiving information associated with the two- dimensional code includes receiving information associated with the UUID.
14. The method of claim 13, wherein the information associated with the UUID includes at least one of a scanned copy of the UUID and information decoded from the UUID.
15. The method of claim 1, wherein receiving information associated with the two- dimensional code includes:
receiving the information of the two-dimensional code scanned by a client device; obtaining an identifier of the client device scanning the two-dimensional code;
searching for user information based at least on the identifier;
establishing and storing a corresponding relationship between the second network application platform and the user information;
sending authorization determination information to the client device directing the client device to determine whether to perform authorization;
receiving an authorization confirmation instruction from the client device; and sending authorization confirmation information to the second network application platform.
16. The method of claim 15, further comprising receiving a non-authorization
confirmation instruction from the client device, and sending non- authorization confirmation information to the second network application platform.
17. A first network application platform server system comprising:
a processor;
a network interface; and
a non-transitory memory including instructions, that when executed by the processor cause the server system to:
receive, using the network interface, a request to allow access to user data hosted on a first network application platform database;
generating a two-dimensional code to enable access to the user data through a second network application platform;
transmit, using the network interface, the two-dimensional code to the second network application platform;
receive, using the network interface, information associated with the two-dimensional code; and
authorize access to the user data through the second network application platform based at least on the received information associated with the two-dimensional code.
18. The first network application platform server system of claim 17, wherein the request is included in a message addressed from a first client device, wherein the client device has access to the second network application platform.
19. The first network application platform server system of claim 17, wherein the received information associated with the two-dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two- dimensional code by a receiving device.
20. The first network application platform server system of claim 17, wherein authorizing access to the user data through the second network application platform includes comparing the received information associated with the two-dimensional code to locally stored information associated with the two-dimensional code.
21. The first network application platform server system of claim 20, wherein generating the two-dimensional code includes encoding at least a portion of the locally stored information associated with the two-dimensional code.
22. The first network application platform server system of claim 21, wherein the instructions directing the second network application platform also includes instruction for the second network application platform to provide a authorization request web-page.
23. A method of accessing user data hosted on the first network application platform through a second network application platform, the method comprising:
at a first client device comprising at least one processor and non-transitory memory: scanning a two-dimensional code, wherein the two-dimensional code originates from the first network application platform to enable access to the user data hosted on the first network application platform through the second network application platform; and
transmitting at least a portion of information associated with the two-dimensional code to the first network application platform.
24. The method of claim 23, further comprising receiving an access indicator in response to transmitting at least the portion of the information associated with the two-dimensional code to the first network application platform, wherein the access indicator is representative of whether or not access has been granted to the user data hosted on the first network application platform through the second network application platform.
25. The method of claim 24, further comprising directing access to the user data hosted on the first network application platform through the second network application platform application running on a second client device.
26. The method of claim 23, further comprising accessing a user account on the first network application platform by providing user credentials associated with the user account.
27. The method of claim 26, further comprising receiving the two-dimensional code through the user account on the second network application platform.
28. The method of claim 23, wherein the two-dimensional code is scanned from a display of a second client device using an imaging device associated with the first client device.
29. The method of claim 23, wherein the two-dimensional code is scanned from a display associated with the first client device.
30. The method of claim 23, wherein the information associated with the two-dimensional code includes at least one of a scanned image of the two-dimensional code and information decoded from the two-dimensional code by the first client device.
31. The method of claim 23, further comprising decoding at least a portion of the two- dimensional code.
32. A client device comprising:
a processor;
an imaging module;
a network interface; and
a non-transitory memory including instructions, that when executed by the processor cause the client device to:
scan a two-dimensional code using the imaging module, wherein the two-dimensional code originates from the first network application platform to enable access to the user data hosted on the first network application platform through the second network application platform; and transmit, using the network interface, at least a portion of information associated with the two-dimensional code to the first network application platform.
33. The client device of 32, wherein the instructions further comprise receiving an access indicator in response to transmitting at least the portion of the information associated with the two-dimensional code to the first network application platform, wherein the access indicator is representative of whether or not access has been granted to the user data hosted on the first network application platform through the second network application platform.
34. The client device of 33, wherein the instructions further comprise directing access to the user data hosted on the first network application platform through the second network application platform application running on a second client device.
35. The client device of 32, wherein the instructions further comprise accessing a user account on the first network application platform by providing user credentials associated with the user account.
36. The client device of 32, wherein the instructions further comprise receiving the two- dimensional code through the user account on the second network application platform.
37. The client device of 32, wherein the instructions further comprise decoding at least a portion of the two-dimensional code.
PCT/CN2013/076918 2012-08-09 2013-06-07 Authorization method, apparatus, and system WO2014023124A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA2881167A CA2881167C (en) 2012-08-09 2013-06-07 Authorization method, apparatus, and system
JP2015525709A JP6023330B2 (en) 2012-08-09 2013-06-07 Authorization method, apparatus, and system
EP13828643.0A EP2883340B1 (en) 2012-08-09 2013-06-07 Authorization method, apparatus, and system
US14/089,642 US9288194B2 (en) 2012-08-09 2013-11-25 Authorization method, apparatus, and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210282560.1 2012-08-09
CN201210282560.1A CN102821104B (en) 2012-08-09 2012-08-09 Authorization method, authorization device and authorization system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/089,642 Continuation US9288194B2 (en) 2012-08-09 2013-11-25 Authorization method, apparatus, and system

Publications (1)

Publication Number Publication Date
WO2014023124A1 true WO2014023124A1 (en) 2014-02-13

Family

ID=47304961

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/076918 WO2014023124A1 (en) 2012-08-09 2013-06-07 Authorization method, apparatus, and system

Country Status (6)

Country Link
US (1) US9288194B2 (en)
EP (1) EP2883340B1 (en)
JP (1) JP6023330B2 (en)
CN (1) CN102821104B (en)
CA (1) CA2881167C (en)
WO (1) WO2014023124A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113434845A (en) * 2021-07-08 2021-09-24 建信金融科技有限责任公司 Business handling method and device, electronic equipment and computer readable storage medium

Families Citing this family (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2684151B1 (en) * 2011-03-08 2018-09-12 Telefonica S.A. A method for providing authorized access to a service application in order to use a protected resource of an end user
DE102012214018B3 (en) * 2012-08-07 2014-02-13 Siemens Aktiengesellschaft Authorization of a user by a portable communication device
CN102821104B (en) 2012-08-09 2014-04-16 腾讯科技(深圳)有限公司 Authorization method, authorization device and authorization system
US9154910B2 (en) * 2012-09-28 2015-10-06 Tencent Technology (Shenzhen) Company Limited Terminal location obtaining method, device, and system
CN103023917B (en) * 2012-12-26 2016-03-16 百度在线网络技术(北京)有限公司 The mthods, systems and devices of authorizing are carried out for intelligent appliance
CN103929402B (en) * 2013-01-11 2016-12-21 深圳市腾讯计算机系统有限公司 Sensitive operation verification method, terminal unit, server and checking system
CN103995815A (en) * 2013-02-20 2014-08-20 纽海信息技术(上海)有限公司 Handheld terminal and method for having access to website through handheld terminal
CN104092644B (en) 2013-05-30 2018-09-07 腾讯科技(深圳)有限公司 A kind of exchange method, device, client and server
CN107070945B (en) * 2013-06-19 2021-06-22 华为技术有限公司 Identity login method and equipment
CN104253784B (en) * 2013-06-25 2018-10-09 腾讯科技(深圳)有限公司 Method, system, third party's terminal and the interconnected server for logging in and authorizing
CN103532971B (en) * 2013-10-24 2017-01-25 北京星网锐捷网络技术有限公司 Authentication method, device and system based on two-dimensional code
CN103716331B (en) * 2014-01-07 2015-06-10 腾讯科技(深圳)有限公司 Method, terminal, server and system for numerical value transfer
US9710640B1 (en) * 2014-03-28 2017-07-18 Amazon Technologies, Inc. Bootstrapping authentication of second application via confirmation by first application
US9602501B1 (en) 2014-03-28 2017-03-21 Amazon Technologies, Inc. Bootstrapping user authentication
CN105024986B (en) * 2014-04-30 2019-09-17 腾讯科技(深圳)有限公司 The methods, devices and systems that account number logs in
CN104967586B (en) * 2014-05-04 2018-02-27 腾讯科技(深圳)有限公司 A kind of user ID authentication method, apparatus and system
CN103957151B (en) * 2014-05-15 2017-07-28 深圳市精准分众传媒有限公司 A kind of interactive application management system based on interactive box
CN103970576A (en) * 2014-05-23 2014-08-06 小米科技有限责任公司 Installation information displaying method, obtaining method and device
CN104378368B (en) * 2014-11-10 2019-06-07 语联网(武汉)信息技术有限公司 A kind of barcode scanning login method and system
CN104901970B (en) * 2015-06-19 2018-07-03 广州密码科技有限公司 A kind of Quick Response Code login method, server and system
CN106850503B (en) * 2015-12-04 2020-07-03 阿里巴巴集团控股有限公司 Login-free identity authentication method and device
CN105701524B (en) * 2016-01-19 2019-03-15 北京图文天地文化艺术有限公司 A kind of application method with two dimensional code connection paper media and picture and text audio-video
CN107026819A (en) * 2016-01-29 2017-08-08 中国移动通信集团四川有限公司 The authorization method and information verification mandate platform of a kind of users personal data
CN106570100B (en) * 2016-10-31 2019-02-26 腾讯科技(深圳)有限公司 Information search method and device
CN107067059A (en) * 2017-04-10 2017-08-18 珠海市魅族科技有限公司 The method and apparatus of sharing information
CN110402570B (en) * 2017-11-03 2020-08-11 腾讯科技(深圳)有限公司 Information processing method and system, server, terminal, computer storage medium
CN108632291A (en) * 2018-05-16 2018-10-09 阿里巴巴集团控股有限公司 A kind of third party authorizes login method and system
JP7175634B2 (en) * 2018-05-30 2022-11-21 キヤノン株式会社 Communication device, control method and program
CN108989441A (en) * 2018-07-27 2018-12-11 京东方科技集团股份有限公司 A kind of information interaction system and method
CN109548002B (en) * 2018-12-12 2022-02-08 南京友众力信息技术有限公司 Authorization method for controlling functions of SIM card of mobile phone
CN111654483A (en) * 2020-05-25 2020-09-11 厦门二五八网络科技集团股份有限公司 Access control method, client and server
CN112953929A (en) * 2021-02-08 2021-06-11 普华诚信信息技术有限公司 Multi-application system authentication and authorization method and system based on unified authentication identifier for multiple authentication terminals

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060208088A1 (en) 2005-03-16 2006-09-21 Sony Corporation Communication system, communication apparatus and method, recording medium, and program
CN101350717A (en) * 2007-07-18 2009-01-21 中国移动通信集团公司 Method and system for logging on third party server through instant communication software
CN102624687A (en) * 2011-11-28 2012-08-01 苏州奇可思信息科技有限公司 Networking program user authentication method based on mobile terminal
CN102821104A (en) * 2012-08-09 2012-12-12 腾讯科技(深圳)有限公司 Authorization method, authorization device and authorization system

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4970294B2 (en) * 2008-01-11 2012-07-04 ヤフー株式会社 Code login system and method for controlling code login system
JP2010211294A (en) * 2009-03-06 2010-09-24 Toshiba Corp User authentication system and user authentication method
JP5235199B2 (en) * 2010-01-25 2013-07-10 日本電信電話株式会社 Terminal device information acquisition and method
JP2011170438A (en) * 2010-02-16 2011-09-01 Sony Corp Management server, information management system, information management method, and program
JP2010225146A (en) * 2010-03-10 2010-10-07 Jeness:Kk Authentication bar code assignment method
JP5129313B2 (en) * 2010-10-29 2013-01-30 株式会社東芝 Access authorization device
JP2014518597A (en) * 2011-03-31 2014-07-31 ソニーモバイルコミュニケーションズ, エービー System and method for establishing a communication session associated with an application
US9589266B2 (en) * 2011-04-01 2017-03-07 Visa International Service Association Restricted-use account payment administration apparatuses, methods and systems
US8909706B2 (en) * 2012-01-12 2014-12-09 Facebook, Inc. Social networking data augmented gaming kiosk
US20130254858A1 (en) * 2012-03-26 2013-09-26 Computer Associates Think, Inc. Encoding an Authentication Session in a QR Code
US8918638B2 (en) * 2012-07-03 2014-12-23 Facebook, Inc. Mobile-device-based trust computing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060208088A1 (en) 2005-03-16 2006-09-21 Sony Corporation Communication system, communication apparatus and method, recording medium, and program
CN101350717A (en) * 2007-07-18 2009-01-21 中国移动通信集团公司 Method and system for logging on third party server through instant communication software
CN102624687A (en) * 2011-11-28 2012-08-01 苏州奇可思信息科技有限公司 Networking program user authentication method based on mobile terminal
CN102821104A (en) * 2012-08-09 2012-12-12 腾讯科技(深圳)有限公司 Authorization method, authorization device and authorization system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MENEZES; VANSTONE; OORSCHOT: "Handbook of Applied Cryptography", 1997, CRC PRESS LLC
See also references of EP2883340A4 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113434845A (en) * 2021-07-08 2021-09-24 建信金融科技有限责任公司 Business handling method and device, electronic equipment and computer readable storage medium
CN113434845B (en) * 2021-07-08 2022-08-02 建信金融科技有限责任公司 Business handling method and device, electronic equipment and computer readable storage medium

Also Published As

Publication number Publication date
EP2883340B1 (en) 2016-09-28
CA2881167C (en) 2018-02-20
CN102821104B (en) 2014-04-16
CN102821104A (en) 2012-12-12
JP2015529905A (en) 2015-10-08
CA2881167A1 (en) 2014-02-13
JP6023330B2 (en) 2016-11-09
US20140082703A1 (en) 2014-03-20
EP2883340A4 (en) 2015-09-09
US9288194B2 (en) 2016-03-15
EP2883340A1 (en) 2015-06-17

Similar Documents

Publication Publication Date Title
CA2881167C (en) Authorization method, apparatus, and system
CN106131079B (en) Authentication method, system and proxy server
US11218460B2 (en) Secure authentication for accessing remote resources
US9602484B2 (en) Online user account login method and a server system implementing the method
US9600679B2 (en) Techniques for resource operation based on usage, sharing, and recommendations with modular authentication
US10491685B2 (en) Session transfer between resources
US10356079B2 (en) System and method for a single sign on connection in a zero-knowledge vault architecture
EP2498472A1 (en) Method and system for granting access to a secured website
US10834067B2 (en) Method of access by a telecommunications terminal to a database hosted by a service platform that is accessible via a telecommunications network
US20130086655A1 (en) Password changing
JP2007264835A (en) Authentication method and system
US11489831B2 (en) Communication system and computer readable storage medium
CN103036902A (en) Login control method and login control system based on two-dimension code
US9503444B2 (en) System and method for sharing access to a service within a home network
US11611551B2 (en) Authenticate a first device based on a push message to a second device
JP2013251835A (en) Information processing apparatus, information processing system, information processing method, and program
CN106954214B (en) Electronic device and control method thereof
CN110048864B (en) Method and apparatus for authenticating an administrator of a device-specific message group
JP2005157822A (en) Communication control device, application server, communication control method, and program
WO2017210977A1 (en) Method and apparatus for management terminal to access wi-fi
JP2008217376A (en) Content sharing method and system
WO2015188453A1 (en) Client access method and device
AU2014101079A4 (en) Secure communication method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13828643

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2881167

Country of ref document: CA

ENP Entry into the national phase

Ref document number: 2015525709

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2013828643

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2013828643

Country of ref document: EP