US11222100B2 - Client server system - Google Patents

Client server system Download PDF

Info

Publication number
US11222100B2
US11222100B2 US16/755,351 US201816755351A US11222100B2 US 11222100 B2 US11222100 B2 US 11222100B2 US 201816755351 A US201816755351 A US 201816755351A US 11222100 B2 US11222100 B2 US 11222100B2
Authority
US
United States
Prior art keywords
terminal apparatus
unit
url
authentication
business server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US16/755,351
Other languages
English (en)
Other versions
US20200302037A1 (en
Inventor
Yoshihiro Kawamura
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Publication of US20200302037A1 publication Critical patent/US20200302037A1/en
Application granted granted Critical
Publication of US11222100B2 publication Critical patent/US11222100B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/40User authentication by quorum, i.e. whereby two or more security principals are required
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • 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/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2137Time limited access, e.g. to a computer or data

Definitions

  • the present invention relates to a client server system.
  • the mobile terminal generates a call signal including a telephone number of the own mobile terminal and transmits the call signal to the content provider. Further, the mobile terminal receives an email from the content provider and accesses the content provider by using a password included in the email.
  • the content provider receives the call signal, extracts the telephone number included in the call signal, compares the telephone number included in the call signal with a telephone number of a user who is under contract, and authenticates the mobile terminal, the content provider generates and registers a password, and transmits an email in which a uniform resource locator (URL) including the password is described to the mobile terminal by using the telephone number included in the call signal.
  • URL uniform resource locator
  • the content provider compares the password included in the URL with the registered password, and, when the passwords match, the content provider allows the mobile terminal to access the URL and supplies predetermined content thereto.
  • Patent Literature 1 JP 2003-30146 A
  • the present invention has been made in view of the above circumstances, and an object thereof is to provide a client server system capable of suppressing unauthorized access to a server.
  • a client server system includes: a first terminal apparatus; a second terminal apparatus; and a server, in which: the first terminal apparatus includes a data acquisition unit that acquires data from the server by transmitting an access request to the server based on first access information received from the server; the second terminal apparatus includes a request transmission unit that switches a state of the server by transmitting a switch request to switch the state of the server to the server based on second access information received from the server; the server includes an access information generation unit that generates the first access information and the second access information, an expiration date setting unit that sets an expiration date of the first access information and an expiration date of the second access information, an access information transmission unit that transmits the first access information to the first terminal apparatus and transmits the second access information to the second terminal apparatus, an authentication processing unit that executes an authentication process for authenticating a transmission source of the access request, and a state setting unit that, upon receipt of the switch request, sets either a first state in which execution of the authentication process by the authentication
  • a state setting unit upon receipt of a switch request, sets either a first state in which execution of an authentication process is permitted or a second state in which execution of the authentication process is prohibited. Then, in a ease where an authentication processing unit receives an access request from a data acquisition unit, the authentication processing unit starts the authentication process when the first state is set, and avoids executing the authentication process when the second state is set.
  • the state setting unit once executes the authentication process for a terminal apparatus and then switches a state thereof to the second state, authentication is not executed by the authentication processing unit even if access information is intercepted, and an access request is received from another terminal apparatus. Therefore, unauthorized access to a server is suppressed and security can be enhanced.
  • first access information is transmitted to a first terminal apparatus
  • second access information is transmitted to a second terminal apparatus.
  • the second terminal apparatus can switch a state of the server by transmitting the switch request to the server on the basis of the second access information.
  • FIG. 1 is a schematic diagram of a client server system according to an embodiment of the present invention
  • FIG. 2 is a block diagram of a client server system according to an embodiment
  • FIG. 3 is a sequence diagram showing operation of a client server system according to an embodiment
  • FIG. 4 is a sequence diagram showing operation of a client server system according to a modification example
  • FIG. 5 is a schematic diagram of a client server system according to a modification example
  • FIG. 6 is a block diagram of a terminal apparatus according to a modification example
  • FIG. 7 is a sequence diagram showing operation of a client server system according to a modification example.
  • FIG. 8 is a sequence diagram showing operation of a client server system according to a modification example
  • the server when a server receives an authentication request from a terminal apparatus, the server transmits URL information indicating a one-time URL to the terminal apparatus. Then, when the terminal apparatus accepts user operation for accessing the one-time URL indicated by the URL information, the terminal apparatus transmits an access request to the server. Upon receipt of the access request from the terminal apparatus, the server executes am authentication process of the terminal apparatus in a case where execution of the authentication process is permitted.
  • the one-time URL is access information including network information and authentication information. Examples of the authentication information encompass login information and a token.
  • the client server system includes a terminal apparatus 1 owned by a user and a business server 2 and an authentication server 3 owned by, for example, a company that provides web content.
  • the terminal apparatus 1 , the business server 2 , and the authentication server 3 are connected via a network NT.
  • the network NT includes a local area network (LAN) and the Internet.
  • the terminal apparatus 1 is, for example, a general-purpose personal computer having a communication function, and, as shown in FIG. 2 , includes a central processing unit (CPU) 101 , a random access memory (RAM) (not shown), a read only memory (ROM) (not shown), a storage 102 , an input unit 105 , a display unit 103 , and a communication unit 104 .
  • the RAM includes a volatile memory and is used as a work area for the CPU 101 .
  • the RUM includes a non-volatile memory such as a magnetic disk or a semiconductor memory.
  • the input unit 105 is, for example, a keyboard, accepts various kinds of operation information input by the user, and outputs the accepted operation information to the CPU 101 .
  • the display unit 103 is, for example, a liquid crystal display and displays various kinds of information input from the CPU 101 .
  • the ROM of the terminal apparatus 1 stores programs for achieving various functions of the terminal apparatus 1 .
  • the CPU 101 reads those programs from the ROM to the RAM and executes the programs, thereby functioning as a login acceptance unit 111 , a request transmission unit 112 , and a data acquisition unit 113 .
  • the login acceptance unit 111 displays a login screen on the display unit 103 and accepts login information indicating user identification information and a password input by the user via the input unit 105 .
  • the request transmission unit 112 transmits an authentication request to request authentication of the terminal apparatus 1 to the business server 2 .
  • This authentication request includes the login information including the user identification information and information indicating the password accepted by the login acceptance unit 111 .
  • the data acquisition unit 113 When the data acquisition unit 113 receives URL information indicating a one-time URL from the business server 2 and then accepts user operation for accessing the one-time URL via the input unit 105 , the data acquisition unit 113 transmits a request to access the one-time URL to the business server 2 . Then, when the data acquisition unit 113 transmits the request to access the one-time URL and then a session with the business server 2 is established, the data acquisition unit 113 acquires data from the business server 2 . The data acquisition unit 113 stores the data received from the business server 2 in the storage.
  • the business server 2 is, for example, a general-purpose personal computer having a communication function, and includes a CPU 201 , a RAM (not shown), a storage 202 , and a communication unit 204 .
  • the storage 202 includes a business database (hereinafter, referred to as “business DB”) 221 that stores data to be provided for the user of the terminal apparatus 1 , and a login DB 222 that stores login information.
  • business DB business database
  • the storage 202 stores programs for achieving a function of generating a one-time URL and transmitting the one-time URL to the terminal apparatus, a function of transmitting data to the terminal apparatus 1 , and a function of inquiring of the authentication server 3 about access authority of the terminal apparatus 1 to access the business server 2 .
  • the CPU 201 reads those programs from the storage 202 to the RAM and executes the programs, thereby functioning as a request reception unit 211 , a URL generation unit 212 serving as an access information generation unit, an expiration date setting unit 213 , and a URL transmission unit 214 serving as an access information transmission unit, a state setting unit 215 , an authentication processing unit 216 , and a data transmission unit 217 .
  • the request reception unit 211 receives an authentication request from the terminal apparatus 1 .
  • the request reception unit 211 extracts identification information of the terminal apparatus 1 that is a transmission source of the authentication request, and notifies the URL transmission unit 214 of the identification information.
  • the URL generation unit 212 generates a one-time URL.
  • the expiration date setting unit 213 sets an expiration date of the one-time URL generated by the URL generation unit 212 .
  • the URL transmission unit 214 generates URL information indicating the one-time URL generated by the URL generation unit 212 , and transmits the URL information to the terminal apparatus 1 on the basis of the identification information of the terminal apparatus 1 that is the transmission source, the identification information being transmitted as the notification from the request reception unit 211 .
  • the authentication processing unit 216 executes an authentication process for authenticating the terminal apparatus 1 that is a transmission source of a data acquisition request.
  • the authentication processing unit 216 first transmits inquiry information for inquiring whether or not the terminal apparatus 1 has authority to access the business server 2 to the authentication server 3 via the communication unit 204 .
  • This inquiry information includes the user identification information and the information indicating the password corresponding to the target terminal apparatus 1 .
  • the authentication processing unit 216 determines that authentication has succeeded and then establishes a session with the terminal apparatus 1 .
  • the authentication processing unit 216 determines that the authentication has tailed and avoids establishing the session with the terminal apparatus 1 . Further, upon receipt of the authentication request from the terminal apparatus 1 , the authentication processing unit 216 extracts the login information included in the received authentication request and stores the login information in the login DB 222 .
  • the state setting unit 215 sets, within the expiration date of the one-time URL, either an authentication function active state (first state) in which execution of the authentication process by the authentication processing unit 216 is permitted or an authentication function inactive state (second state) in which execution of the authentication process by the authentication processing unit 216 is prohibited. Then, in a case where the authentication processing unit 216 receives an access request from the data acquisition unit 113 , the authentication processing unit 216 starts the authentication process when the authentication function active state is set. Meanwhile, when the authentication function inactive state is set, the authentication processing unit 216 avoids executing the authentication process.
  • first state an authentication function active state
  • second state authentication function inactive state
  • the state setting unit 215 may set either the authentication function active state or the authentication function inactive state in accordance with an IP address of the terminal apparatus 1 that is the transmission source of the received access request, a time period in which the access request is received, and a location where the terminal apparatus 1 that is the transmission source exists.
  • the data transmission unit 217 transmits data stored in the business DB 221 to the terminal apparatus 1 via the communication unit 204 .
  • the authentication server 3 is, for example, a general-purpose personal computer having a communication function, and includes a CPU 301 , a RAM (not shown), a storage 302 , and a communication unit 304 .
  • the storage 302 includes a repository 321 in which information regarding the access authority of the terminal apparatus 1 is registered.
  • the storage 302 stores a program for achieving a function of referring to the repository 321 , determining whether or not the terminal apparatus 1 corresponding to the inquiry information received from the business server 2 has the authority to access the business server 2 , and transmitting the determination result to the business server 2 as a response. Then, the CPU 301 reads this program from the storage 302 to the RAM and executes the program, thereby functioning as an access authority determination unit 311 and an authority presence/absence notification unit 312 .
  • the access authority determination unit 311 refers to the repository 321 and determines whether or not the terminal apparatus 1 corresponding to the inquiry information received from the business server 2 has the authority to access the business server 2 .
  • the access authority determination unit 311 determines whether or not the user identification information and the information indicating the password included in the inquiry information are registered in the repository 321 . In a case where the user identification information and the information indicating the password included in the inquiry information are registered in the repository 321 , the access authority determination unit 311 determines that the corresponding terminal apparatus 1 has the access authority.
  • the authority presence/absence notification unit 312 transmits response information indicating the determination result of the presence/absence of the access authority by the access authority determination unit 311 to the business server 2 via the communication unit 304 .
  • the URL generation unit 212 generates a one-time URL (step S 1 ).
  • the expiration date setting unit 213 of the business server 2 sets an expiration date of the one-time URL generated by the URL generation unit 212 (step S 2 ).
  • URL information indicating the URL generated by the URL generation unit 212 is transmitted to the terminal apparatus 1 from the business server 2 (step S 3 ).
  • the URL information is transmitted to the terminal apparatus 1 from the business server 2 in the form of, for example, an email including description of the URL generated by the URL generation unit 212 .
  • the data acquisition unit 113 displays the one-time URL indicated by the URL information on the display unit 103 (step S 4 ).
  • the data acquisition unit 113 displays a browser screen including the description of the one-time URL on the display unit 103 .
  • the data acquisition unit 113 of the terminal apparatus 1 accepts the click operation of the one-time URL (step S 5 ).
  • an access request to request access to the one-time URL is transmitted to the business server 2 from the terminal apparatus 1 (step S 6 ).
  • login input information specified by the one-time URL is transmitted to the terminal apparatus 1 from the business server 2 (step S 7 ).
  • This login input information is, for example, information for displaying a login screen on the display unit 103 of the terminal apparatus 1 .
  • the login acceptance unit 111 of the terminal apparatus 1 accepts the login operation (step S 8 ).
  • the login operation is, for example, user operation of inputting the user identification information, the password, and the like.
  • an authentication request to request the business server 2 to authenticate the terminal apparatus 1 is transmitted to the business server 2 from the terminal apparatus 1 (step S 9 ).
  • the authentication processing unit 216 extracts the login information including the user identification information, the password, and the like input by the login operation and included in the received authentication request, and stores the login information in the login DB 222 .
  • the state setting unit 215 sets the business server 2 to the authentication function active state in which the authentication process by the authentication processing unit 216 is permitted (step S 10 ).
  • the authentication processing unit 216 starts the authentication process (step S 11 ).
  • the authentication processing unit 216 of the business server 2 determines that the authentication has succeeded (step S 12 )
  • the authentication processing unit 216 establishes a session between the terminal apparatus 1 and the business server 2 (step S 13 ).
  • data corresponding to the access request is transmitted to the terminal apparatus 1 from the business server 2 (step S 14 ).
  • the data acquisition unit 113 stores the received data in the storage (step S 15 ).
  • the data acquired from the business server 2 can be used in the terminal apparatus 1 .
  • the state setting unit 215 sets the business server 2 to the authentication function inactive state within the expiration date of the one-time URL (step S 14
  • the data acquisition unit 113 displays the one-time URL indicated by the URL information on the display unit 103 (step S 17 ) and then accepts the click operation of the one-time URL (step S 18 ).
  • an access request to request access to the one-time URL is transmitted to the business server 2 from the terminal apparatus 1 (step S 19 ).
  • the authentication processing unit 216 avoids executing the authentication process.
  • the URL generation unit 212 invalidates the one-time URL (step S 20 ).
  • the state setting unit 215 sets, within the expiration date of the one-time URL, either the authentication function active state in which execution of the authentication process is permitted or the authentication function inactive state in which execution of the authentication process is prohibited. Then, upon receipt of an access request from the data acquisition unit 113 , the authentication processing unit 216 starts the authentication process when the authentication function active slate is set. Meanwhile, when the authentication function inactive state is set, the authentication processing unit 216 avoids executing the authentication process.
  • the state setting unit 215 once executes the authentication process for the terminal apparatus 1 and then switches to the authentication function inactive state, authentication is not performed by the authentication processing unit 216 even if the URL information is intercepted and an access request is received from another terminal apparatus. Thus, unauthorized access to the business server 2 is suppressed.
  • the present invention is not limited to the configuration of the above embodiment.
  • another one-time URL may be generated in the business server 2 , and a so-called C-mail (short mail service (SMS) mail) including description of the generated one-time URL may be transmitted to the terminal apparatus from the business server 2 .
  • SMS short mail service
  • the user clicks the one-time URL described in the C-mail via the input unit 105 while the content of the C-mail is being displayed on the display unit 103 of the terminal apparatus 1 an authentication request may be transmitted to the business server 2 from the terminal apparatus 1 .
  • the state setting unit 215 may set the business server 2 to the authentication function active state.
  • the present invention is not limited thereto, and, for example, the authentication process may be executed by using both a one-time token and a one-time URL.
  • the business server 2 may include a token generation unit that generates a one-time token, and the expiration date setting unit 213 may set an expiration date of the one-time token.
  • the terminal apparatus 1 may include a URL generation unit serving as an access information generation unit that generates a one-time URL in the same manner as the URL generation unit 212 of the business server 2 and an expiration date setting unit that sets an expiration date of the generated URL.
  • login input information is transmitted to the terminal apparatus 1 from the business server 2 (step S 201 ).
  • the login acceptance unit 111 of the terminal apparatus 1 accepts the login operation (step S 202 ).
  • a first authentication request is transmitted to the business server 2 from the terminal apparatus 1 (step S 203 ).
  • the one-time token generation unit generates a one-time token (step S 204 ).
  • the expiration date setting unit 213 of the business server 2 sets an expiration date of the one-time token (step S 205 ).
  • token information indicating the one-time token generated by the token generation unit is transmitted to the terminal apparatus 1 from the business server 2 (step S 206 ).
  • the token information is transmitted to the terminal apparatus 1 from the business server 2 in the form of, for example, an html file including description of the one-time token.
  • the login acceptance unit 111 of the terminal apparatus 1 accepts the input operation of the token (step S 207 ).
  • a second authentication request is transmitted to the business server 2 from the terminal apparatus 1 (step S 208 ).
  • the URL generation unit generates a one-time URL (step S 209 ), and the expiration date setting unit sets an expiration date of the one-time URL generated by the URL generation unit (step S 210 ).
  • the URL generation unit 212 upon receipt of the second authentication request from the terminal apparatus 1 , in the business server 2 , the URL generation unit 212 generates a one-time URL (step S 211 ). Next, the expiration date setting unit 213 of the business server 2 sets an expiration date of the one-time URL generated by the URL generation unit 212 (step S 212 ).
  • the data acquisition unit 113 displays the one-time URL generated by the URL generation unit on the display unit 103 (step S 213 ). Thereafter, when the user performs click operation on the one-time URL via the input unit 105 while the one-time URL displayed on the display unit 103 is being selected, the data acquisition unit 113 of the terminal apparatus 1 accepts the click operation of the one-time URL (step S 214 ). Next, a request to access the one-time URL is transmitted to the business server 2 from the terminal apparatus 1 (step S 215 ). Meanwhile, in the business server 2 , upon receipt of the access request, the state setting unit 215 sets the business server 2 to the authentication function active state (step S 216 ). Thereafter, the processing in steps S 217 to S 226 is performed. The processing in steps S 217 to S 226 is similar to the processing in steps S 11 to S 20 described in the embodiment.
  • the authentication process is executed only when the three steps using the login information, the one-time token, and the one-time URL are normally performed. Therefore, it is possible to improve security, as compared to the embodiment.
  • the terminal apparatus 1 may include a URL generation unit that generates a one-time URL, and, when the user clicks the one-time URL, the URL generation unit of the terminal apparatus 1 may generate another one-time URL and display the another one-time URL on the display unit 103 . Then, when the user clicks the one-time URL displayed on the display unit 103 of the terminal apparatus 1 , an authentication request may be transmitted to the business server 2 from the terminal apparatus 1 to set the business server 2 to the authentication function active state.
  • the URL generation unit of the terminal apparatus 1 may generate another one-time URL and display the another one-time URL on the display unit 103 .
  • the business server 2 may include an agent information storage unit and an agent information determination unit.
  • the agent information storage unit stores a plurality of pieces of user agent information corresponding to terminal apparatuses that are allowed to establish a section with the business server 2 .
  • the agent information determination unit determines whether or not the user agent information included in the authentication request received from the terminal apparatus 1 matches with any of the pieces of the user agent information stored in the agent information storage unit.
  • an authentication request including the user agent information given to the terminal apparatus 1 is transmitted to the business server 2 from the terminal apparatus 1 .
  • the agent information determination unit determines whether or not the user agent information included in the authentication request matches with any of the pieces of the user agent information stored in the agent information storage unit.
  • the state setting unit 215 sets the business server 2 to the authentication function active state.
  • the business server 2 may include a request notification unit that, upon receipt of the authentication request, transmits request notification information notifying that the authentication request has been received to another terminal apparatus.
  • the request notification unit of the business server 2 transmits the request notification information to, for example, another terminal apparatus owned by an administrator.
  • the response information is transmitted to the business server 2 from the another terminal apparatus.
  • the state setting unit 215 may set the business server 2 to the authentication function active state.
  • the state setting unit 215 when, after the state setting unit 215 sets the authentication function active state, unauthorized access to the business server 2 is detected before the expiration date of the one-time URL, the state setting unit 215 may set the business server 2 to the authentication function inactive state.
  • the business server 2 may further include an access restriction unit that, when there is a plurality of terminal apparatuses 1 and a session is established between a single terminal apparatus 1 and the business server 2 , prohibits access to a one-time URL from another terminal apparatus 1 .
  • the login information includes the user identification information and the information indicating the password.
  • information included in the login information is not limited thereto.
  • the login information may include a random number sequence (token) that can identify the user.
  • the state setting unit 215 switches the state of the business server 2 from the authentication function active state to the authentication function inactive state only once before the expiration date of the one-time URL.
  • the present invention is not limited thereto, and the state setting unit 215 may switch the state of the business server 2 from the authentication function active state to the authentication function inactive state, or from the authentication function inactive state to the authentication function active state a plurality of times.
  • the terminal apparatus 1 may have a function of a business server.
  • the terminal apparatus 1 displays the one-time URL on the display unit 103 .
  • the present invention is not limited thereto, and, for example, the terminal apparatus 1 may not display the one-time URL on the display unit 103 .
  • the terminal apparatus 1 upon receipt of URL information, the terminal apparatus 1 may be configured to display an icon on the display unit 103 , and, when the icon is clicked, access the business server 2 on the basis of a one-time URL indicated by the URL information.
  • the business server 2 may transmit a token to the terminal apparatus 1 at the timing of step S 13 in FIG. 3 .
  • the client server system may include an apparatus having both the function of the business server 2 and the function of the authentication server 3 .
  • the user may set the business server 2 to the authentication function active state or the authentication function inactive state by using a terminal apparatus.
  • the client server system according to this modification example includes the terminal apparatus 1 owned by the user that receives provision of data, the business server 2 , the authentication server 3 , and a terminal apparatus 21 owned by an administrator of the business server 2 .
  • the same configurations as those in the embodiment are denoted by the same reference signs as those in FIG. 1 .
  • a hardware configuration of the terminal apparatus 21 is similar to that of the terminal apparatus 1 described in the embodiment.
  • configurations similar to those of the embodiment will be described by using the same reference signs as those in FIG. 1 or 2 .
  • the CPU 101 of the terminal apparatus 21 reads a program from the storage 102 to the RAM and executes the program, thereby functioning as an acceptance unit 2111 and a request transmission unit 2112 as shown in FIG. 6 .
  • the acceptance unit 2111 accepts, from the business server 2 , operation for specifying an access control one-time URL or operation for switching the authentication function of the business server 2 .
  • the request transmission unit 2112 transmits a switch request to request the business server 2 to switch the authentication function of the business server 2 .
  • This authentication request includes information indicating whether the authentication function of the business server 2 is activated or inactivated.
  • the URL generation unit 212 generates a login one-time URL that is a first one-time URL and an access control one-time URL that is a second one-time URL.
  • the login one-time URL is used when, for example, the login information is transmitted to the terminal apparatus 1 owned by the user who receives provision of data
  • the access control one-time URL is used by the administrator to receive switch information from the business server 2 via the terminal apparatus 21 .
  • This switch information is, for example, information for displaying, on the display unit 103 of the terminal apparatus 21 , a switching operation screen for switching the authentication function of the business server 2 .
  • the URL generation unit 212 generates an access control one-time URL corresponding to each login one-time URL at the same time or during the same execution process.
  • a single access control one-time URL may be generated for each login one-time URL, or a plurality of one-time URLs may be generated.
  • the URL transmission unit 214 generates login URL information, which is first URL information indicating the login one-time URL, and access control URL information, which is second URL information indicating the access control one-time URL. Then, the URL transmission unit 214 transmits the login URL information to the terminal apparatus 1 on the basis of the identification information of the terminal apparatus 1 that is the transmission source, the identification information being transmitted as the notification from the request reception unit 211 . The URL transmission unit 214 also transmits the access control URL information to the terminal apparatus 21 on the basis of identification information of the terminal apparatus 21 that is a transmission source, the identification information being transmitted as a notification from the request reception unit 211 .
  • the authentication processing unit 216 executes an authentication process or authenticating the terminal apparatus 1 that is a transmission source of a data acquisition request.
  • the state setting unit 215 sets either the authentication function active state (first state) or the authentication function inactive state (second state) on the basis of the switch request received from the terminal apparatus 21 within an expiration date of the access control one-time URL. Then, upon receipt of an access request, the authentication processing unit 216 starts the authentication process when the authentication function active state is set. Meanwhile, when the authentication function inactive state is set, the authentication processing unit 216 avoids executing the authentication process.
  • the functions of the expiration date setting unit 213 and the data transmission unit 217 are similar to those in the embodiment.
  • the URL generation unit 212 generates a login one-time URL (step S 301 ) and also generates an access control one-time URL (step S 302 ). That is, the URL generation unit 212 generates the login one-time URL and the access control one-time URL at the same time or during the same execution process.
  • the expiration date setting unit 213 of the business server 2 sets an expiration date of the login one-time URL generated by the URL generation unit 212 (step S 303 ).
  • login URL information indicating the login one-time URL generated by the URL generation unit 212 is transmitted to the terminal apparatus 1 from the business server 2 (step S 304 ), and access control URL information indicating the access control one-time URL generated by the URL generation unit 212 is transmitted to the terminal apparatus 21 from the business server 2 (step S 305 ).
  • the login URL information and the access control URL information are transmitted to the terminal apparatus 1 from the business server 2 in the form of, for example, an email including description of the login one-time URL and the access control one-time URL generated by the URL generation unit 212 .
  • the access control one-time URL is transmitted to the terminal apparatus 21 owned by the administrator (e.g., a higher authorized person, a boss, or a guardian) by, for example, e-mail.
  • the data acquisition unit 113 upon receipt of the login URL information, displays the login one-time URL indicated by the login URL information on the display unit 103 (step S 306 ).
  • the data acquisition unit 113 displays a browser screen including the description of the one-time URL on the display unit 103 .
  • the request transmission unit 2112 upon receipt of the access control URL information, displays the access control one-time URL indicated by the access control URL information on the display unit 103 (step S 307 ).
  • the request transmission unit 2112 of the terminal apparatus 21 accepts the click operation of the access control one-time URL (step S 308 ).
  • an access request to request access to the access control one-time URL is transmitted to the business server 2 from the terminal apparatus 21 (step S 309 ).
  • switch information specified by the access control one-time URL is transmitted to the terminal apparatus 21 from the business server 2 (step S 310 ).
  • This switch information is, for example, information for displaying, on the display unit 103 of the terminal apparatus 21 , a switching operation screen for switching the authentication function of the business server 2 .
  • step S 311 when the user performs switching operation via the input unit 105 while the switching operation screen is being displayed on the display unit 103 of the terminal apparatus 21 , the acceptance unit 2111 of the terminal apparatus 1 accepts the switching operation (step S 311 ). Thereafter, a switch request to switch the authentication function of the business server 2 is transmitted to the business server 2 from the terminal apparatus 21 (step S 312 ).
  • the state setting unit 215 sets the business server 2 to the authentication function active state in which the authentication process by the authentication processing unit 216 is permitted (step S 313 ).
  • the authentication function of the business server 2 is activated, and thus the terminal apparatus 1 can acquire data from the business server 2 .
  • the state setting unit 215 activates only an authentication function regarding a request to access the login one-time URL generated in association with the access control one-time URL corresponding to the received switch request.
  • “LURL-A” and “LURL-B” are generated as the login one-time URLs
  • “AURL-A” and “AURL-B” are generated as the access control one-time URLs associated with the respective login one-time URLs.
  • the state setting unit 215 activates only an authentication function for a request to access the login one-time URL “LURL-A”, and maintains the authentication function for the request to access “LURL-[[B]]” in the inactive state.
  • the data acquisition unit 113 of the terminal apparatus 1 accepts the click operation of the login one-time URL (step S 314 ).
  • an access request to request access to the login one-time URL is transmitted to the business server 2 from the terminal apparatus 1 (step S 315 ).
  • login input information specified by the login one-time URL is transmitted to the terminal apparatus 1 from the business server 2 (step S 316 ).
  • This login input information is, for example, information for displaying a login screen on the display unit 103 of the terminal apparatus 1 .
  • the business server 2 transmits the login information specified by the login one-time URL to the terminal apparatus 1 .
  • “LURL-A” and “LURL-B” are generated as the login one-time URLs, and only an authentication function for a request to access the login one-time URL “LURL-A” is active.
  • the business server 2 transmits the login information to the terminal apparatus 1 , whereas, in a case where the business server 2 receives a request to access the login one-time URL “LURL-B”, the business server 2 avoids transmitting the login information to the terminal apparatus 1 .
  • the login acceptance unit 111 of the terminal apparatus 1 accepts the login operation (step S 317 ).
  • the login operation is, for example, user operation of inputting the user identification information, the password, and the like.
  • an authentication request to request the business server 2 to authenticate the terminal apparatus 1 is transmitted to the business server 2 from the terminal apparatus 1 (step S 318 ).
  • the authentication processing unit 216 extracts the login information including the user identification information, the password, and the like input by the login operation and included in the received authentication request, and stores the login information in the login DB 222 .
  • the authentication processing unit 216 starts the authentication process (step S 319 ).
  • the authentication processing unit 216 of the business server 2 determines that the authentication has succeeded (step S 320 )
  • the authentication processing unit 216 establishes a session between the terminal apparatus 1 and the business server 2 (step S 321 ).
  • data corresponding to the access request is transmitted to the terminal apparatus 1 from the business server 2 (step S 322 ).
  • the data acquisition unit 113 stores the received data in the storage (step S 323 ).
  • the request transmission unit 2112 of the terminal apparatus 21 displays the access control one-time URL indicated by the access control URL information on the display unit 103 (step S 324 ).
  • the acceptance unit 2111 accepts the click operation of the access control one-time URL (step S 325 ).
  • an access request to request access to the access control one-time URL is transmitted to the business server 2 from the terminal apparatus 21 (step S 326 ).
  • switch information specified by the access control one-time URL is transmitted to the terminal apparatus 21 from the business server 2 (step S 327 ).
  • the acceptance unit 2111 of the terminal apparatus 1 accepts the switching operation (step S 328 ). Thereafter, a switch request to switch the authentication function of the business server 2 is transmitted to the business server 2 from the terminal apparatus 21 (step S 329 ).
  • the state setting unit 215 sets the business server 2 to the authentication function inactive state in which the authentication process by the authentication processing unit 216 is prohibited (step S 330 ).
  • the data acquisition unit 113 displays the one-time URL indicated by the URL information on the display unit 103 (step S 331 ) and then accepts the click operation of the one-time URL (step S 332 ).
  • an access request to request access to the one-time URL is transmitted to the business server 2 from the terminal apparatus 1 (step S 333 ).
  • the authentication processing unit 216 avoids executing the authentication process.
  • the URL generation unit 212 invalidates the login one-time URL and the access control one-time URL (step S 334 ).
  • a switch request is transmitted to the business server 2 from the terminal apparatus 21 in a state where a session is established between the business server 2 and the terminal apparatus 1 in step S 321 .
  • the session is forcibly invalidated.
  • the authentication function of the business server 2 can be switched by the terminal apparatus 21 owned by the administrator. This improves convenience for the administrator of the business server 2 . Further, according to this configuration, user authentication is performed after the login one-time URL is transmitted as a notification. Then, by accessing the access control one-time URL from a second terminal apparatus, the authentication function of the business server 2 can be switched to the active state or inactive state.
  • the URL generation unit 212 may generate a third one-time URL for switching a state of the access control one-time URL between a valid state and an invalid state.
  • the state setting unit 215 of the business server 2 may set the business server 2 to the authentication function active state in which the authentication process by the authentication processing unit 216 is permitted or the authentication function inactive state. That is, the access request transmitted from the terminal apparatus 21 may function as a switch request.
  • the processing in steps S 310 to S 312 in FIG. 7 and the processing in steps S 327 to S 329 in FIG. 8 are omitted, and thus the processing can be simplified.
  • terminal apparatus 1 and the business server 2 can be achieved by using a normal computer system, without using a dedicated system.
  • the terminal apparatus 1 and the business server 2 that execute the above processing may be configured by storing a program for executing the above operation in a non-transitory recording medium (compact disc read only memory (CD-ROM) or the like) readable by a computer system, distributing the program to a computer connected to the network, and installing the program in the computer system.
  • a non-transitory recording medium compact disc read only memory (CD-ROM) or the like
  • a method of providing the program to a computer is arbitrary.
  • the program may be uploaded to a bulletin board system (BBS) of a communication line and be distributed to the computer via the communication line.
  • BSS bulletin board system
  • OS operating system
  • the computer functions as the terminal apparatus 1 and the business server 2 that execute the above processing.
  • the present invention is suitable for a client server system that executes single sign-on.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)
US16/755,351 2017-10-12 2018-10-01 Client server system Active 2039-01-17 US11222100B2 (en)

Applications Claiming Priority (7)

Application Number Priority Date Filing Date Title
JP2017198703 2017-10-12
JP2017-198703 2017-10-12
JPJP2017-198703 2017-10-12
JPJP2018-148913 2018-07-21
JP2018148913A JP6473879B1 (ja) 2017-10-12 2018-07-21 クライアントサーバシステム
JP2018-148913 2018-07-21
PCT/JP2018/038234 WO2019074127A1 (ja) 2017-10-12 2018-10-01 クライアントサーバシステム

Publications (2)

Publication Number Publication Date
US20200302037A1 US20200302037A1 (en) 2020-09-24
US11222100B2 true US11222100B2 (en) 2022-01-11

Family

ID=65516882

Family Applications (1)

Application Number Title Priority Date Filing Date
US16/755,351 Active 2039-01-17 US11222100B2 (en) 2017-10-12 2018-10-01 Client server system

Country Status (5)

Country Link
US (1) US11222100B2 (ja)
EP (1) EP3667527A4 (ja)
JP (1) JP6473879B1 (ja)
CN (1) CN111201527B (ja)
WO (1) WO2019074127A1 (ja)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11632361B2 (en) * 2020-10-02 2023-04-18 Citrix Systems, Inc. Combined authentication and connection establishment for a communication channel
CN113162924B (zh) * 2021-04-17 2022-10-25 北京长亭未来科技有限公司 一种Web通信的防攻击方法、装置及存储介质
US11727145B1 (en) 2022-06-10 2023-08-15 Playback Health Inc. Multi-party controlled transient user credentialing for interaction with patient health data

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030092920A (ko) 2002-05-31 2003-12-06 주식회사 현대시스콤 이동통신 시스템에서 교환기 부하조절 방법
US20040019801A1 (en) * 2002-05-17 2004-01-29 Fredrik Lindholm Secure content sharing in digital rights management
US20040030930A1 (en) * 2001-09-12 2004-02-12 Ryosuke Nomura Content distribution system, content distribution method, and client terminal
US20040039916A1 (en) * 2002-05-10 2004-02-26 David Aldis System and method for multi-tiered license management and distribution using networked clearinghouses
JP2012099912A (ja) 2010-10-29 2012-05-24 Olympus Corp 無線通信端末
JP2015103194A (ja) 2013-11-28 2015-06-04 キヤノン株式会社 メールアドレス管理システム
US20150187359A1 (en) * 2011-03-30 2015-07-02 Ack3 Bionetics Pte Limited Digital voice signature of transactions
JP2015231177A (ja) 2014-06-06 2015-12-21 日本電信電話株式会社 装置認証方法、装置認証システム及び装置認証プログラム
US20170099293A1 (en) 2014-09-30 2017-04-06 Anthony Tan Digital certification analyzer temporary external secured storage system tools
US20170163635A1 (en) 2015-12-08 2017-06-08 Canon Kabushiki Kaisha Authorization server, authentication cooperation system, and storage medium storing program

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1315064A1 (en) * 2001-11-21 2003-05-28 Sun Microsystems, Inc. Single authentication for a plurality of services
JP2006031522A (ja) * 2004-07-20 2006-02-02 Dainippon Printing Co Ltd コンテンツ中継配信サーバ、コンテンツ中継配信コンピュータプログラム
JP4913624B2 (ja) * 2007-02-21 2012-04-11 株式会社野村総合研究所 認証システムおよび認証方法
JP5487374B2 (ja) * 2008-06-30 2014-05-07 エヌエイチエヌ エンターテインメント コーポレーション サービス提供方法及びオンラインサービスシステム
JP5085605B2 (ja) * 2009-05-08 2012-11-28 ヤフー株式会社 ログインを管理するサーバ、方法、およびプログラム
JP5613596B2 (ja) * 2011-03-08 2014-10-29 Kddi株式会社 認証システム、端末装置、認証サーバ、およびプログラム
JP5350502B2 (ja) * 2012-02-01 2013-11-27 みずほ情報総研株式会社 アクセス管理システム、アクセス管理方法及びアクセス管理プログラム
JP2014078173A (ja) * 2012-10-11 2014-05-01 Osaka Gas Security Service Kk 認証処理装置
WO2014188554A1 (ja) * 2013-05-23 2014-11-27 パスロジ株式会社 ユーザ認証方法及びこれを実現するためのシステム並びにこれに用いられる情報通信端末
JP6177020B2 (ja) * 2013-06-18 2017-08-09 キヤノン株式会社 認証システム、その制御方法、サービス提供装置およびコンピュータプログラム
JP2015111329A (ja) * 2013-11-06 2015-06-18 株式会社あいびし ネットワークサービス提供システム、ネットワークサービス提供方法、及びプログラム
JP6088101B1 (ja) * 2016-07-20 2017-03-01 株式会社三菱電機ビジネスシステム 電子申請支援サーバ、電子申請支援方法、及び電子申請支援プログラム

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040030930A1 (en) * 2001-09-12 2004-02-12 Ryosuke Nomura Content distribution system, content distribution method, and client terminal
US20040039916A1 (en) * 2002-05-10 2004-02-26 David Aldis System and method for multi-tiered license management and distribution using networked clearinghouses
US20040019801A1 (en) * 2002-05-17 2004-01-29 Fredrik Lindholm Secure content sharing in digital rights management
KR20030092920A (ko) 2002-05-31 2003-12-06 주식회사 현대시스콤 이동통신 시스템에서 교환기 부하조절 방법
JP2012099912A (ja) 2010-10-29 2012-05-24 Olympus Corp 無線通信端末
US20150187359A1 (en) * 2011-03-30 2015-07-02 Ack3 Bionetics Pte Limited Digital voice signature of transactions
JP2015103194A (ja) 2013-11-28 2015-06-04 キヤノン株式会社 メールアドレス管理システム
JP2015231177A (ja) 2014-06-06 2015-12-21 日本電信電話株式会社 装置認証方法、装置認証システム及び装置認証プログラム
US20170099293A1 (en) 2014-09-30 2017-04-06 Anthony Tan Digital certification analyzer temporary external secured storage system tools
US20170163635A1 (en) 2015-12-08 2017-06-08 Canon Kabushiki Kaisha Authorization server, authentication cooperation system, and storage medium storing program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Extended European Search Report (EESR) dated Mar. 25, 2021 in the corresponding European Patent Application 18866011.2.

Also Published As

Publication number Publication date
JP2019075089A (ja) 2019-05-16
EP3667527A4 (en) 2021-04-28
WO2019074127A1 (ja) 2019-04-18
EP3667527A1 (en) 2020-06-17
CN111201527B (zh) 2023-06-02
JP6473879B1 (ja) 2019-02-27
CN111201527A (zh) 2020-05-26
US20200302037A1 (en) 2020-09-24

Similar Documents

Publication Publication Date Title
AU2020201528B2 (en) Automated password generation and change
US20200336310A1 (en) Coordinating access authorization across multiple systems at different mutual trust levels
US20190253428A1 (en) Invisible password reset protocol
AU2009294201B2 (en) Authorization of server operations
JP2005317022A (ja) モバイルデバイスを介したアカウント作成
US11770385B2 (en) Systems and methods for malicious client detection through property analysis
US11222100B2 (en) Client server system
US9059987B1 (en) Methods and systems of using single sign-on for identification for a web server not integrated with an enterprise network
US11863559B2 (en) Secure remote support authorization
US9614828B1 (en) Native authentication experience with failover
WO2011083867A1 (ja) 認証装置、認証方法、及び、プログラム
CN106254319B (zh) 一种轻应用登录控制方法和装置
US11165768B2 (en) Technique for connecting to a service
JP2011215753A (ja) 認証システムおよび認証方法
CN112118238A (zh) 认证登录的方法、装置、系统、设备及存储介质
CA2844888A1 (en) System and method of extending a host website
KR20140081041A (ko) 전화번호를 이용한 인터넷 사이트 서비스 접속 인증 방법 및 시스템
JP6354382B2 (ja) 認証システム、認証方法、認証装置及びプログラム
Tolbert et al. Exploring Phone-Based Authentication Vulnerabilities in Single Sign-On Systems
JP2019003509A (ja) 情報処理装置及び情報処理プログラム
US20230164178A1 (en) Secure authorization
JP7017197B2 (ja) 情報処理システム、情報処理方法、及び情報処理プログラム
US20100175118A1 (en) Access to service
KR20130110331A (ko) 시큐어 os를 이용한 모바일 디바이스의 사용자 인증 시스템 및 사용자 인증 방법
KR20140007984A (ko) 인스턴트메시지에 의한 로그인 방법

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: MICROENTITY

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO MICRO (ORIGINAL EVENT CODE: MICR); ENTITY STATUS OF PATENT OWNER: MICROENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE