WO2023079625A1 - 認証システム、認証方法、及び、プログラム - Google Patents
認証システム、認証方法、及び、プログラム Download PDFInfo
- Publication number
- WO2023079625A1 WO2023079625A1 PCT/JP2021/040583 JP2021040583W WO2023079625A1 WO 2023079625 A1 WO2023079625 A1 WO 2023079625A1 JP 2021040583 W JP2021040583 W JP 2021040583W WO 2023079625 A1 WO2023079625 A1 WO 2023079625A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- telephone
- terminal
- authentication
- sms
- telephone number
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
Definitions
- the present invention relates to an authentication system, an authentication method, and a program.
- SMS Short Message Service
- telephone contracts require identity verification, so if you have a phone number, you can be regarded as a user whose identity has been verified. Therefore, authentication using a telephone number, such as SMS authentication, is expected to be more effective in preventing fraudulent acts such as spoofing than authentication using a password or the like.
- a data SIM that only allows data communication without a call function is not subject to the Mobile Phone Illegal Use Prevention Act, and a contract can be made without the need to send identity verification documents. Therefore, if a terminal with a built-in data SIM is used, there is a possibility that fraudulent acts such as spoofing or proxy authentication may be performed even with authentication using a telephone number.
- the present invention has been made in view of the above circumstances, and aims to provide an authentication system etc. that can prevent fraudulent acts in authentication using telephone numbers.
- the authentication system includes: a telephone number acquiring means for acquiring a telephone number of a terminal to be authenticated; telephone contract confirmation means for confirming whether or not there is a telephone contract by calling the telephone number obtained by the telephone number obtaining means; SMS transmission control means for controlling the terminal to transmit SMS (Short Message Service) notifying authentication information when the telephone contract confirmation means can confirm the telephone contract; SMS transmission authentication means for authenticating the terminal based on the SMS received after being controlled by the SMS transmission control means; Prepare.
- SMS Short Message Service
- FIG. 1 is a diagram showing a configuration example of an authentication system according to Embodiments 1 to 3 of the present invention
- FIG. 1 is a block diagram showing a configuration example of a service providing device according to Embodiments 1 to 3 of the present invention
- FIG. 3 is a diagram showing a configuration example of a customer DB according to Embodiments 1 to 3 of the present invention
- FIG. 1 is a block diagram showing a configuration example of an authentication device according to Embodiments 1 to 3 of the present invention
- FIG. 3 is a diagram showing a configuration example of a telephone number storage DB according to Embodiments 1 to 3 of the present invention
- FIG. It is a figure which shows the structural example of authentication DB232 which concerns on Embodiment 1 of this invention.
- FIG. 1 is a block diagram showing a configuration example of a terminal according to Embodiments 1 to 3 of the present invention
- FIG. 1 is a functional configuration diagram of an authentication providing system according to Embodiment 1 of the present invention
- FIG. 4 is a flowchart (part 1) showing an example of member registration processing according to the first embodiment of the present invention
- 10 is a flowchart (part 2) showing an example of member registration processing according to the first embodiment of the present invention
- 3 is a flowchart (part 3) showing an example of member registration processing according to the first embodiment of the present invention
- It is a figure which shows the example of a telephone number input screen.
- It is a figure which shows the structural example of authentication DB232 which concerns on Embodiment 2 of this invention.
- FIG. 10 is a functional configuration diagram of an authentication providing system according to Embodiment 3 of the present invention
- FIG. 10 is a flowchart (part 1) showing an example of member registration processing according to Embodiment 3 of the present invention
- FIG. 13 is a flowchart (part 2) showing an example of member registration processing according to Embodiment 3 of the present invention
- FIG. It is a figure which shows the example of an incoming number input screen.
- FIG. 1 is a diagram showing the overall configuration of an authentication system 1 according to Embodiment 1 of the present invention.
- the authentication system 1 includes a service providing device 10 and an authentication device 20 .
- the service providing device 10 is connected to the terminal 30 via the Internet N1.
- the authentication device 20 is connected to the terminal 30 via the telephone network N2 and is connected to the service providing device 10 via the Internet N1.
- the service providing device 10 is a web server that provides various services to users via the Internet N1.
- the "services" referred to here are, for example, services such as net banking, net shopping, online trading, and an electronic ticket system using the Internet N1.
- a user downloads a dedicated application to the terminal 30 in order to use the service.
- the user needs to execute the application downloaded to the terminal 30 and register the user ID, password, etc. in the customer DB 121, which will be described later.
- the service providing device 10 may be composed of one computer, or may be composed of a plurality of computers.
- the service providing device 10 includes a data communication unit 11, a storage unit 12, and a control unit 13, as shown in FIG.
- the data communication unit 11 performs data communication with the terminal 30 and the authentication device 20 via the Internet N1.
- the storage unit 12 is a hard disk drive or the like, and stores various data necessary for the service providing device 10 to operate.
- storage unit 12 stores customer DB 121 .
- the customer DB 121 stores information about users who can use the services provided by the service providing apparatus 10. Specifically, as shown in FIG. 3, the customer DB 121 stores a user ID, password, terminal telephone number, name, address, etc. for each user who can use the service.
- the user ID stored in the customer DB 121 is information that uniquely identifies this user.
- the password stored in the customer DB 121 is the password required when this user logs into the service. At least a user ID and a password must be registered in the customer DB 121 in order for the user to log in to the service.
- the terminal phone number stored in the customer DB 121 is the phone number set for the terminal 30 owned by this user.
- the customer DB 121 may be stored in an external server or the like accessible by the service providing apparatus 10 .
- control unit 13 includes a CPU (Central Processing Unit), ROM (Read Only Memory), RAM (Random Access Memory), etc. (none of which are shown), and the CPU uses the RAM as a work memory. , and various programs stored in the ROM and the storage unit 12 to control the entire service providing apparatus 10 .
- CPU Central Processing Unit
- ROM Read Only Memory
- RAM Random Access Memory
- the authentication device 20 authenticates whether the terminal 30 accessing the service providing device 10 is valid.
- the authentication device 20 may be composed of one computer, or may be composed of a plurality of computers.
- the authentication device 20 includes a telephone communication section 21, a data communication section 22, a storage section 23, and a control section 24, as shown in FIG.
- the data communication unit 22 communicates with the service providing device 10 via the Internet N1.
- the storage unit 23 is, for example, a hard disk drive or the like, and stores various data necessary for the authentication device 20 to operate.
- the storage unit 23 stores a telephone number storage DB 231 and an authentication DB 232 .
- the telephone number storage DB 231 is a database that stores a plurality of telephone numbers set in the authentication device 20.
- the authentication device 20 can make a phone call or send an SMS to the designated phone number, using one of the plurality of phone numbers stored in the phone number storage DB 231 as the caller phone number.
- the authentication device 20 can receive a call or receive an SMS whose destination is one of the plurality of telephone numbers stored in the telephone number storage DB 231 .
- the telephone number storage DB 231 stores a plurality of entries in which telephone numbers and contract dates are associated with each other. The date of contract indicates the date when this telephone number was contracted for telephone connection.
- the administrator may delete from the telephone number storage DB 231 telephone numbers for which a certain period of time (for example, three years) has passed since the contract date.
- the telephone number storage DB 231 is an example of telephone number storage means of the present invention.
- the authentication DB 232 is a database that temporarily stores information for authentication referred to in the member registration process described later. Specifically, as shown in FIG. 6, the authentication DB 232 corresponds to a terminal phone number, a connection phone number, authentication information, and registration date/time information indicating the date and time when these information were registered in the authentication DB 232. attached and stored.
- the terminal phone number stored in the authentication DB 232 is the phone number acquired from the terminal 30 that requested authentication from the service providing apparatus 10 .
- the connection phone number stored in the authentication DB 232 is the phone number of the destination of the SMS sent from the terminal 30 .
- the connection phone number is selected from among a plurality of phone numbers registered in the phone number storage DB 231 for mobile phones capable of sending and receiving SMS.
- the authentication information stored in the authentication DB 232 is information notified by SMS sent from the terminal 30, and is, for example, a random number generated each time.
- An entry stored in the authentication DB 232 is deleted when a predetermined time (for example, one minute) has passed since the entry was registered, or when the entry is referred to in member registration processing, which will be described later. be.
- control unit 24 includes a CPU, ROM, RAM, etc. (none of which are shown). By executing it, the entire authentication device 20 is controlled.
- the terminal 30 is, for example, a smart phone used by the user.
- the terminal 30 is connected to the authentication device 20 via the telephone network N2 so as to be capable of telephone communication.
- the terminal 30 is connected to the service providing apparatus 10 via the Internet N1 so as to be capable of data communication.
- the terminal 30 includes a telephone communication unit 31, a data communication unit 32, an input unit 33, a display unit 34, a storage unit 35, and a control unit 36, as shown in FIG.
- the telephone communication unit 31 performs telephone communication and SMS transmission/reception with the authentication device 20 via the telephone network N2.
- the data communication unit 32 communicates with the service providing device 10 via the Internet N1.
- the input unit 33 is a touch panel, various buttons, etc., and is used to input various information to the terminal 30. For example, the user operates the input unit 33 to input the telephone number of the terminal 30 when using the service for the first time.
- the display unit 34 is, for example, a liquid crystal display or the like, and outputs various information under the control of the control unit 36.
- the display unit 34 displays a telephone number input screen or the like for inputting the telephone number of the terminal 30 when using the service for the first time.
- the storage unit 35 is, for example, a hard disk drive or flash memory, and stores various data and programs necessary for the terminal 30 to operate.
- the storage unit 35 stores applications for using services provided by the service providing apparatus 10 .
- the control unit 36 includes a CPU, a ROM, a RAM, etc. (none of which are shown).
- the CPU uses the RAM as a work memory, and appropriately executes various programs stored in the ROM and the storage unit It controls the terminal 30 as a whole.
- the service providing device 10 includes a telephone number obtaining unit 101, an SMS transmission control unit 102, and a service providing unit 103 as functional components.
- the telephone number acquisition unit 101, the SMS transmission control unit 102, and the service provision unit 103 are realized by the cooperative operation of the data communication unit 11, the storage unit 12, and the control unit 13 of the service provision device 10.
- the telephone number acquisition unit 101 acquires the telephone number of the terminal 30 from which the terminal 30 is to be authenticated. Then, the telephone number acquisition unit 101 transmits the acquired telephone number to the authentication device 20 to request authentication.
- the telephone number acquisition unit 101 is an example of telephone number acquisition means of the present invention.
- the telephone contract confirmation unit 201 makes a telephone call to the telephone number received from the telephone number acquisition unit 101 and confirms whether or not the callee has a telephone contract. Specifically, the telephone contract confirmation unit 201 confirms whether or not the called party has a telephone contract based on the status code included in the response signal to the outgoing call.
- the "telephone contract” here means a contract concluded with a telephone carrier for voice communication by telephone.
- Telephone contract confirmation unit 201 is an example of telephone contract confirmation means of the present invention.
- SMS transmission control unit 102 transmits a control signal to the terminal 30 and controls the terminal 30 to transmit an SMS notifying the authentication information.
- SMS transmission control section 102 is an example of SMS transmission control means of the present invention.
- the SMS transmission authentication unit 202 authenticates the terminal 30 based on the SMS transmitted from the terminal 30 after being controlled by the SMS transmission control unit 102. Specifically, the SMS transmission authentication unit 202 confirms that the telephone number of the sender of the received SMS matches the telephone number of the terminal 30 acquired by the telephone number acquisition unit 101, and the information notified by this SMS Make sure it matches your credentials. SMS transmission authentication section 202 is an example of SMS transmission authentication means of the present invention.
- the service providing unit 103 executes various processes (for example, member registration, login, etc.) for providing services to the terminal 30 when the SMS transmission authentication unit 202 has successfully authenticated the terminal 30 .
- the user operates the input unit 33 of his/her own terminal 30 to access a specific site and download an application for using the service provided by the service providing apparatus 10 . Then, when the user operates the input unit 33 of the terminal 30 to start the downloaded application for the first time, the member registration process is executed.
- the control unit 36 of the terminal 30 causes the display unit 34 to display the phone number input screen shown in FIG.
- the user operates the input unit 33 to input the telephone number of the terminal 30 (hereinafter also referred to as the terminal telephone number) in the input field of the displayed telephone number input screen, and clicks the confirmation button.
- the control unit 36 of the terminal 30 controls the data communication unit 32 to transmit a membership registration request including the input telephone number to the service providing apparatus 10 (FIG. 9, step S101). .
- the control unit 13 of the service providing device 10 Upon receiving the membership registration request, the control unit 13 of the service providing device 10 confirms that the entry having the terminal telephone number included in the membership registration request is not registered in the customer DB 121 (step S102). If such an entry is registered, there is a possibility of double registration, so the process ends as an error.
- control unit 13 transmits the terminal telephone number received from the terminal 30 to the authentication device 20, and requests confirmation of whether or not it is the telephone number under the telephone contract (step S103).
- the control unit 24 of the authentication device 20 controls the telephone communication unit 21 to make a call to the terminal telephone number received from the service providing device 10 (step S104). Since the telephone communication unit 21 performs telephone communication based on SIP, the authentication device 20 receives a response signal (response) including a status code representing the state of the callee from the callee (step S105). Note that the control unit 24 immediately disconnects the telephone connection after receiving the response signal. Therefore, the other party does not answer the incoming call (off-hook) and is not charged for the call.
- control unit 24 confirms whether or not the callee has a telephone contract based on the status code included in the received response signal (step S106). For example, the control unit 24 may determine that there is no telephone contract if the status code is "404" indicating that the callee cannot be found, and that there is a telephone contract if the other status code.
- step S106 If the telephone contract could not be confirmed in step S106 (step S107; No), the control unit 24 notifies the service providing device 10 to that effect (step S108).
- the control unit 13 of the service providing apparatus 10 notified that there is no telephone contract transmits an error message to the terminal 30 (step S109), and terminates the processing as an authentication error.
- the display unit 34 of the terminal 30 displays the received error message (for example, "This is a telephone number with which no telephone contract has been established. Please re-authenticate with a different telephone number.") (step S110).
- step S107 the control unit 24 of the authentication device 20 stores a plurality of telephone numbers for mobile phones capable of sending and receiving SMS stored in the telephone number storage DB 231.
- One telephone number is selected at random from among (FIG. 10, step S111).
- the phone number selected here is the phone number to which the SMS sent from the terminal 30 is to be sent.
- the telephone number selected in step S111 is also referred to as a connection telephone number.
- control unit 24 generates authentication information by generating random numbers (step S112). Then, the control unit 24 associates the terminal telephone number received from the service providing apparatus 10, the connection telephone number selected in step S111, and the authentication information generated in step S112, and registers them in the authentication DB 232 as one entry. (step S113). Then, the control unit 24 controls the data communication unit 22 to transmit the connection telephone number and the authentication information to the service providing device 10 (step S114).
- the control unit 13 of the service providing device 10 Upon receiving the connection telephone number and the authentication information from the authentication device 20, the control unit 13 of the service providing device 10 transmits a control signal for controlling the terminal 30 to send an SMS notifying the authentication information to the connection telephone number. (Step S115).
- the control unit 36 of the terminal 30 executes the following processing.
- the control unit 36 generates an SMS that notifies the authentication information (step S116).
- the control unit 36 transmits the generated SMS to the connection telephone number (step S117).
- This SMS is sent to the authentication device 20 because the connection phone number is one of the plurality of phone numbers that can be connected to the authentication device 20 selected in step S111.
- the processes of steps S116 and S117 are processes automatically performed by the control signal received from the service providing apparatus 10 without requiring the user of the terminal 30 to operate.
- the control unit 24 of the authentication device 20 Upon receiving the SMS from the terminal 30, the control unit 24 of the authentication device 20 confirms that there is an entry corresponding to this SMS in the authentication DB 232 (step S118). Specifically, the control unit 24 converts the SMS transmission source phone number, destination phone number, and information notified by the short message into the terminal phone number, connection phone number, and authentication information, respectively. Verify that there is one matching entry in the Authentication DB 232 . As a result, the telephone number of the transmission source of the received SMS matches the telephone number received from the terminal 30, the telephone number of the transmission destination of this SMS matches the telephone number selected in step S111, and is notified by this SMS. It is verified that the information matches the authentication information generated in step S112. If the corresponding entry cannot be confirmed in step S118, the process ends as an error.
- the control unit 24 refers to the registration date and time information of this entry, and a predetermined time (for example, 1 minute) has passed since this entry was registered in the authentication DB 232. It confirms that it has not been done (step S119). If the predetermined time has passed, it takes a long time to create and send the SMS on the terminal 30, and there is a possibility that some kind of fraudulent act is being carried out on the terminal 30 side, so processing is performed as an error. finish. Note that the process of step S119 does not necessarily have to be performed. After that, the entries confirmed in steps S118 and S119 are deleted from the authentication DB 232. FIG.
- step S119 If the confirmation is successful in step S119, the control unit 24 authenticates the terminal 30 requesting membership registration as legitimate, and notifies the service providing device 10 of that fact (FIG. 11, step S120).
- the control unit 13 of the service providing apparatus 10 that has received the notification transmits screen data of the member registration screen to the terminal 30 and instructs display of the member registration screen (step S121).
- step S121 a member registration screen is displayed on the display unit 34 of the terminal 30 (step S122).
- the screen data of the member registration screen may be stored in advance in the storage unit 35 of the terminal 30, and only the display of the member registration screen may be instructed in step S121.
- the user of the terminal 30 operates the input unit 33 to enter information (eg, user ID, password) necessary for member registration on the member registration screen, and confirms the entered information.
- the control unit 36 of the terminal 30 transmits the information input on the member registration screen to the service providing apparatus 10 (step S123).
- the control unit 13 of the service providing device 10 registers the information received from the terminal 30 in the customer DB 121 (step S124). With this, the member registration processing ends. As a result, the user is registered as a member, and after that, by executing the application and logging in, it becomes possible to use the services provided by the service providing apparatus 10 .
- the authentication system 1 when a telephone number is received from the terminal 30 to be authenticated, the presence or absence of a telephone contract is confirmed by calling the telephone number. Then, only when the telephone contract is concluded, authentication based on the SMS sent from the terminal 30 (SMS transmission authentication) is performed. On the other hand, if the telephone contract has not been concluded, the SMS origination authentication is not performed and an authentication error occurs. As a result, an authentication error will always occur with a terminal that has a built-in data SIM that can only be used for data communication and can be contracted anonymously. fraudulent behavior can be prevented.
- the terminal 30 that has sent the phone number for authentication is controlled by the service providing apparatus 10 to send an SMS notifying the authentication information. That is, in this embodiment, when the terminal 30 attempts to be authenticated, the terminal 30 always sends an SMS notifying the authentication information. This makes it possible to more reliably prevent fraudulent acts such as sending SMS from a third party's terminal, which is different from the terminal 30 of the person to be authenticated, to carry out authentication on behalf of the person.
- Embodiment 2 Next, Embodiment 2 will be described.
- the first embodiment described above is characterized in that the terminal 30 transmits an SMS for authentication information notification to the authentication device 20 at the time of authentication.
- the second embodiment is characterized in that the authentication device 20 transmits an SMS for notifying authentication information to the terminal 30 at the time of authentication.
- An authentication system 2 according to the second embodiment includes a service providing device 10 and an authentication device 20, like the authentication system 1 according to the first embodiment.
- the configurations of the service providing device 10 and the authentication device 20 of the second embodiment are as shown in FIGS. 2 and 4, and are substantially the same as the configurations of the service providing device 10 and the authentication device 20 of the first embodiment.
- the configuration of the terminal 30 of the second embodiment is as shown in FIG. 7, and is substantially the same as the configuration of the terminal 30 of the first embodiment.
- the authentication device 20 does not need to have the telephone number storage DB 231. In other words, the authentication device 20 only needs to have one phone number with which it is possible to make phone calls and SMS calls.
- the configuration of the authentication DB 232 held in the authentication device 20 is different from that in the first embodiment. Specifically, in the authentication DB 232 of the second embodiment, as shown in FIG. 13, a terminal telephone number, authentication information, and registration date/time information indicating the date and time when these information were registered in the authentication DB 232 are associated. stored. The terminal phone number stored in the authentication DB 232 is the phone number acquired from the terminal 30 that requested authentication from the service providing apparatus 10 .
- the authentication information stored in the authentication DB 232 is information notified by SMS sent to the terminal 30, and is, for example, a random number generated each time.
- the entry stored in the authentication DB 232 is registered when a predetermined time (for example, one minute) has passed since the entry was registered, or when the entry is registered in the member registration process described later. Deleted if referenced.
- the service providing device 10 has a telephone number acquiring unit 101 and a service providing unit 103 as functional configurations, as in the first embodiment. Further, the service providing apparatus 10 includes an authentication information receiving section 104 as a functional configuration not provided in the first embodiment.
- the telephone number acquiring unit 101, the service providing unit 103, and the authentication information receiving unit 104 are implemented by the cooperative operation of the data communication unit 11, the storage unit 12, and the control unit 13 of the service providing device 10.
- the authentication device 20 has a telephone contract confirmation unit 201 as a functional configuration, similar to the first embodiment. Further, the authentication device 20 includes an SMS transmission unit 203 and an incoming SMS authentication unit 204 as functional components not provided in the second embodiment.
- the telephone contract confirmation unit 201, the SMS transmission unit 203, and the SMS reception authentication unit 204 are operated by the telephone communication unit 21, the data communication unit 22, the storage unit 23, and the control unit 24 of the authentication device 20 working together. Realized.
- the telephone number acquisition unit 101 acquires the telephone number of the terminal 30 from the terminal 30 to be authenticated, and transmits it to the authentication device 20 to request authentication.
- Telephone contract confirmation unit 201 makes a call to the telephone number received from telephone number acquisition unit 101 and confirms whether or not there is a telephone contract for the called party.
- SMS transmission unit 203 transmits an SMS notifying authentication information to the telephone number acquired by the telephone number acquisition unit 101 .
- SMS transmission section 203 is an example of the SMS transmission means of the present invention.
- the authentication information receiving unit 104 receives authentication information from the terminal 30 and transmits it to the authentication device 20.
- SMS incoming authentication unit 204 authenticates the terminal 30 based on the authentication information received from the authentication information receiving unit 104.
- SMS incoming authentication section 204 is an example of SMS incoming authentication means of the present invention.
- the service providing unit 103 executes various processes (for example, member registration, login, etc.) for providing services to the terminal 30 when the SMS incoming authentication unit 204 has successfully authenticated the terminal 30 .
- steps S101 to S110 shown in FIG. 9 are performed as in the first embodiment. Since these steps S101 to S110 are substantially the same as the member registration process of the first embodiment, description thereof will be omitted.
- the member registration processing after that (that is, after it is determined as Yes in step S107) will be described with reference to the flowchart of FIG.
- step S106 When it is confirmed in step S106 that there is a telephone contract (step S107; Yes), the control unit 24 of the authentication device 20 generates authentication information by generating random numbers (step S201). Then, the control unit 24 associates the terminal telephone number received from the service providing apparatus 10 with the authentication information generated in step S201 and registers them in the authentication DB 232 as one entry (step S202).
- control unit 24 controls the telephone communication unit 21 to send an SMS notifying the authentication information to the terminal telephone number (step S203).
- the control unit 36 of the terminal 30 Upon receiving the SMS from the authentication device 20, the control unit 36 of the terminal 30 causes the display unit 34 to display an authentication information input screen as shown in FIG. 16 (step S204). At the top of this screen, authentication information notified by SMS received from the authentication device 20 is popped up. The user operates the input unit 33 to input the popup-displayed authentication information into the input field of the authentication information input screen, and clicks the confirmation button. In response to this operation, the control unit 36 of the terminal 30 transmits the input authentication information to the service providing apparatus 10 (step S205).
- the control unit 13 of the service providing device 10 transmits the terminal phone number and the authentication information received from the terminal 30 to the authentication device 20 (step S206).
- the control unit 24 of the authentication device 20 confirms that there is one entry in the authentication DB 232 that matches the terminal telephone number received from the service providing device 10 and the authentication information (step S207). This confirms that the terminal 30 that sent the SMS has returned the authentication information notified by the SMS, and that the telephone number of this terminal 30 matches the telephone number received together with the authentication request. If the corresponding entry cannot be confirmed in step S207, the process ends as an error.
- the control unit 24 refers to the registration date and time information of this entry, and a predetermined time (for example, 1 minute) has passed since this entry was registered in the authentication DB 232. It confirms that it has not been done (step S208). If the predetermined time has passed, it means that it took a long time for the terminal 30 to send the authentication information notified by SMS, and there is a possibility that some kind of fraudulent act has been performed on the terminal 30 side. Therefore, the process ends as an error. Note that the process of step S208 does not necessarily have to be performed. After that, the entries confirmed in steps S207 and S208 are deleted from the authentication DB 232 .
- a predetermined time for example, 1 minute
- SMS is used for authentication.
- the third embodiment is characterized in that authentication is performed by using an incoming call number display function when a call is received without using SMS.
- the authentication system 3 according to the third embodiment includes a service providing device 10 and an authentication device 20, like the authentication system 1 according to the first embodiment.
- the configurations of the service providing device 10 and the authentication device 20 of the third embodiment are as shown in FIGS. 2 and 4, and are substantially the same as the configurations of the service providing device 10 and the authentication device 20 of the first embodiment.
- the configuration of the terminal 30 of the third embodiment is as shown in FIG. 7, and is substantially the same as the configuration of the terminal 30 of the first embodiment.
- the configuration of the authentication DB 232 held in the authentication device 20 is different from that in the first embodiment.
- the authentication DB 232 of the third embodiment corresponds to a terminal phone number, a calling phone number, and registration date/time information indicating the date/time when these information were registered in the authentication DB 232. attached and stored.
- the terminal phone number stored in the authentication DB 232 is the phone number acquired from the terminal 30 that requested authentication from the service providing apparatus 10 .
- the caller telephone number stored in the authentication DB 232 is the caller's telephone number for making a call from the authentication device 20 to the terminal telephone number.
- the calling telephone number is selected from among a plurality of telephone numbers registered in the telephone number storage DB 231 .
- the entry stored in the authentication DB 232 is registered when a predetermined time (for example, one minute) has passed since the entry was registered, or when the entry is registered as a member, which will be described later. Deleted when referenced in processing.
- the service providing device 10 has a telephone number obtaining unit 101 and a service providing unit 103 as functional configurations, as in the first and second embodiments. Further, the service providing apparatus 10 includes a call incoming telephone number acquisition unit 105 as a functional configuration not provided in the first and second embodiments.
- the telephone number acquiring unit 101, the service providing unit 103, and the incoming telephone number acquiring unit 105 are realized by the cooperative operation of the data communication unit 11, the storage unit 12, and the control unit 13 of the service providing device 10. .
- the authentication device 20 includes a forwarding setting confirmation unit 205 and a telephone authentication unit 206 as functional components.
- the transfer setting confirmation unit 205 and the telephone authentication unit 206 are realized by the operation of the telephone communication unit 21, the data communication unit 22, the storage unit 23, and the control unit 24 of the authentication device 20 in cooperation.
- the telephone number acquisition unit 101 acquires the telephone number of the terminal 30 that is to be authenticated, and transmits it to the authentication device 20 to request authentication.
- the forwarding setting confirmation unit 205 makes a call to the telephone number acquired by the telephone number acquisition unit 101, and confirms whether or not call forwarding is set at the destination.
- the setting of call forwarding means that when an incoming call is received, the incoming call is forwarded to the telephone number of another terminal registered in advance.
- Transfer setting confirmation unit 205 is an example of transfer setting confirmation means of the present invention.
- the incoming telephone number acquisition unit 105 acquires from the terminal 30 a number based on the incoming telephone number of the terminal 30, and authenticates the authentication device 20.
- Send to The incoming telephone number obtaining section 105 is an example of the incoming telephone number obtaining means of the present invention.
- the telephone authentication unit 206 authenticates the terminal 30 based on the number received from the incoming telephone number acquisition unit 105.
- Telephone authentication unit 206 is an example of telephone authentication means of the present invention.
- the service providing unit 103 executes various processes (for example, member registration, login, etc.) for providing services to the terminal 30 when the telephone authentication unit 206 has successfully authenticated the terminal 30 .
- steps S101 to S103 are executed in the same way as in the first and second embodiments, and the terminal telephone number is transmitted to the authentication device 20 (FIG. 19, steps S101 to S103).
- the control unit 24 of the authentication device 20 randomly selects one telephone number from among the multiple telephone numbers for fixed telephones stored in the telephone number storage DB 231 (step S301).
- the telephone number selected in step S301 is also referred to as the originating telephone number.
- control unit 24 associates the terminal phone number with the calling phone number selected in step S301 and registers them as one entry in the authentication DB 232 (step S302).
- the control unit 24 controls the telephone communication unit 21 to make a call to the terminal telephone number using the calling telephone number (step S303). Since the telephone communication unit 21 makes a call based on SIP, the authentication device 20 receives a response signal (response) including a status code representing the state of the callee from the callee (step S304). Note that the control unit 24 immediately disconnects the telephone connection after receiving the response signal. Therefore, although the terminal 30 responds (off-hooks) to the incoming call and the telephone charge is not charged, the display unit 34 of the terminal 30 displays the outgoing telephone number as the incoming telephone number.
- response signal response signal
- the control unit 24 immediately disconnects the telephone connection after receiving the response signal. Therefore, although the terminal 30 responds (off-hooks) to the incoming call and the telephone charge is not charged, the display unit 34 of the terminal 30 displays the outgoing telephone number as the incoming telephone number.
- the control unit 24 confirms whether or not call forwarding is set at the call destination (step S305). For example, the control unit 24 may determine that the transfer is set when the status code is "181" indicating that the transfer is in progress, and that the transfer is not set when the status code is other than that.
- step S305 If it is confirmed in step S305 that forwarding has been set (step S306; Yes), the control unit 24 notifies the service providing apparatus 10 to that effect (step S307).
- the control unit 13 of the service providing apparatus 10 notified of the forwarding setting transmits an error message to the terminal 30 (step S308), and the process ends as an authentication error.
- the display unit 34 of the terminal 30 displays the received error message (for example, "This is a phone number set for forwarding. Please re-authenticate with a different phone number.”) (step S309).
- step S305 if it can be confirmed in step S305 that the transfer is not set (step S306; No), the control unit 24 notifies the service providing apparatus 10 to that effect (FIG. 20, step S310).
- the controller 13 of the service providing apparatus 10 notified that the transfer is not set transmits the screen data of the incoming call number input screen to the terminal 30 (step S311). If the screen data of the incoming call number input screen is stored in advance in the storage unit 35 of the terminal 30 when the application is downloaded, the control unit 13 may instead instruct the terminal 30 to display the incoming call number input screen. .
- the control unit 36 of the terminal 30 causes the display unit 34 to display the called number input screen shown in FIG. 21 based on the screen data received from the service providing device 10 (step S312).
- a pop-up display of the called phone number resulting from the call made in step S303 is displayed.
- the user operates the input unit 33 according to the instructions on the screen, inputs the last four digits of the pop-up incoming call number into the entry field of the incoming call number input screen, and clicks the confirmation button.
- the control unit 36 of the terminal 30 transmits the input number (input number) to the service providing apparatus 10 (step S313).
- the service providing device 10 transmits the received input number to the authentication device 20 (step S314).
- the control unit 24 of the authentication device 20 confirms that the calling telephone number corresponding to the received input number is registered in the authentication DB 232 (step S315). Specifically, the control unit 24 may confirm that there is a calling telephone number stored in the authentication DB 232 that has the same lower four digits as the received input number. As a result, it is confirmed that part of the incoming telephone number has been returned from the terminal 30 that made the call. If the corresponding entry cannot be confirmed in step S315, the process ends as an error.
- the control unit 24 refers to the registration date and time information of the entry including this calling telephone number, and authenticates this calling telephone number. It is confirmed that a predetermined time (for example, 1 minute) has not passed after being registered in the DB 232 (step S316). If the predetermined time has passed, it means that it takes some time for the terminal 30 to transmit a part of the called number after the call is received, and the terminal 30 has committed some fraudulent act. Terminate the process as an error. Note that the process of step S316 does not necessarily have to be performed. After that, the entry containing the calling telephone number confirmed in steps S315 and S316 is deleted from the authentication DB 232. FIG.
- step S316 After confirming in step S316, steps S120 to S124 shown in FIG. With this, the member registration processing ends.
- the present embodiment when performing authentication (incoming call authentication) using the incoming phone number, it is confirmed whether the call forwarding setting is set for the outgoing phone number. Then, in the case of a phone number set for forwarding, an authentication error occurs.
- an unauthorized person registers his/her own terminal as a member, he or she enters the phone number of the other person's terminal that is set to forward incoming calls to his/her own terminal, and the authentication device 20 transfers the call to the other person's terminal.
- the authentication device 20 transfers the call to the other person's terminal.
- the user is required to enter the last four digits of the incoming telephone number displayed on the terminal 30 and transmit it to the service providing apparatus 10, and the corresponding outgoing telephone number is stored in the authentication DB 232. It was confirmed.
- the number to be input by the user is not limited to this, and another number based on the incoming telephone number may be input by the user and transmitted to the service providing apparatus 10 .
- the user may enter the entire incoming telephone number displayed on the terminal 30, or may enter the sum of the last four digits of the incoming telephone number.
- the service providing apparatus 10 After confirming that the received ID and password are correct by referring to the customer DB 121, the service providing apparatus 10 obtains the user's terminal telephone number from the customer DB 121 and transmits it to the authentication apparatus 20 for authentication. ask for Thereafter, the steps after step S104 in FIG. 9 are executed to authenticate the terminal 30 in the same manner as in the member registration process described above.
- the service providing device 10 and the authentication device 20 are configured by separate devices. 3 may be configured.
- the service providing device 10 and the authentication device 20 may be realized by a dedicated system, or may be realized by a normal computer system. For example, by storing and distributing a program for executing the above operation in a computer-readable recording medium, installing the program in a computer, and executing the above process, the service providing apparatus 10 and the authentication apparatus 20, or one device that integrates the functions of both devices.
- the above program may be stored in a disk device provided in the service providing device 10 on a network such as the Internet, the authentication device 20, or a device that integrates the functions of both devices, so that it can be downloaded to a computer. good.
- the above-described functions may be realized by cooperation between an OS (Operating System) and application software. In this case, the parts other than the OS may be stored in a medium and distributed, or the parts other than the OS may be stored in a server device so that they can be downloaded to a computer.
- OS Operating System
- 1, 2, 3 authentication system, 10 service providing device 20 authentication device, 30 terminal, N1 internet, N2 telephone network, 11, 22, 32 data communication unit, 31, 21 telephone communication unit, 12, 23, 35 storage unit , 13, 24, 36 storage unit, 33 input unit, 34 display unit, 35 storage unit, 121 customer DB, 231 telephone number storage DB, 232 authentication DB, 101 telephone number acquisition unit, 102 SMS transmission control unit, 103 service provision 104 authentication information reception unit 105 incoming phone number acquisition unit 201 telephone contract confirmation unit 202 SMS transmission authentication unit 203 SMS transmission unit 204 SMS reception authentication unit 205 forwarding setting confirmation unit 206 telephone authentication unit
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Telephonic Communication Services (AREA)
Abstract
電話番号取得部(101)は、認証を受けようとする端末(30)から、この端末(30)の電話番号を取得する。電話契約確認部(201)は、電話番号取得部(101)から受信した電話番号に電話発信して、電話発信先の電話契約の有無を確認する。SMS送信制御部(102)は、電話契約確認部(201)によって電話契約の確認ができた場合に、認証情報を通知するSMSを送信するよう端末(30)を制御する。SMS発信認証部(202)は、SMS送信制御部(102)による制御後に端末(30)から発信されたSMSに基づいて端末(30)を認証する。
Description
本発明は、認証システム、認証方法、及び、プログラムに関する。
ユーザがスマートフォン等の端末を介して、オンラインでネットバンキング、ネットショッピング、オンライントレード等のサービスを利用することが広く行われている。このようなサービスを利用するために、ユーザは認証を受ける必要がある。
近年では、スマートフォンなどに設定されている固有の情報である電話番号を利用した認証として、スマートフォンに認証情報を通知するショートメッセージ(以下、SMS(Short Message Service))を送信するSMS認証等が行われている(例えば、特許文献1)。電話契約には原則本人確認が必要なため、電話番号を保有しているなら本人確認済のユーザであるとみなすことができる。そのため、SMS認証のような電話番号を利用した認証では、パスワードによる認証等と比べて、なりすまし等の不正行為を防ぐ効果が期待できる。
通話機能のないデータ通信のみが可能なデータSIMは、携帯電話不正利用防止法の対象外であり、本人確認書類の送付を必要とせずに契約が可能である。そのため、データSIMを内蔵した端末を用いれば、電話番号を利用した認証でもなりすましや認証代行等の不正行為がなされてしまう可能性がある。
本発明は上記実情に鑑みてなされたものであり、電話番号を利用した認証での不正行為を防ぐことができる認証システム等を提供することを目的とする。
上記目的を達成するため、本発明に係る認証システムは、
認証を受ける端末の電話番号を取得する電話番号取得手段と、
前記電話番号取得手段が取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認手段と、
前記電話契約確認手段によって電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を送信するよう前記端末を制御するSMS送信制御手段と、
前記SMS送信制御手段による制御後に受信したSMSに基づいて、前記端末を認証するSMS発信認証手段と、
を備える。
認証を受ける端末の電話番号を取得する電話番号取得手段と、
前記電話番号取得手段が取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認手段と、
前記電話契約確認手段によって電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を送信するよう前記端末を制御するSMS送信制御手段と、
前記SMS送信制御手段による制御後に受信したSMSに基づいて、前記端末を認証するSMS発信認証手段と、
を備える。
本発明によれば、電話番号を利用した認証での不正行為を防ぐことが可能となる。
以下、本発明の各実施形態について図面を参照しながら詳細に説明する。なお、図中、同一または同等の部分には同一の符号を付す。
(実施形態1)
図1は、本発明の実施形態1に係る認証システム1の全体構成を示す図である。認証システム1は、サービス提供装置10と、認証装置20と、を備える。サービス提供装置10は、インターネットN1を介して、端末30に接続される。認証装置20は、電話網N2を介して端末30に接続されるとともに、インターネットN1を介してサービス提供装置10に接続される。
図1は、本発明の実施形態1に係る認証システム1の全体構成を示す図である。認証システム1は、サービス提供装置10と、認証装置20と、を備える。サービス提供装置10は、インターネットN1を介して、端末30に接続される。認証装置20は、電話網N2を介して端末30に接続されるとともに、インターネットN1を介してサービス提供装置10に接続される。
サービス提供装置10は、インターネットN1を介してユーザに各種のサービスを提供するWebサーバである。ここでいう「サービス」とは、例えば、インターネットN1を利用したネットバンキング、ネットショッピング、オンライントレード、電子チケットシステム等のサービスである。サービスを利用するために、ユーザは、端末30に専用のアプリをダウンロードする。初めてサービスを利用するときにユーザは、端末30にダウンロードしたアプリを実行し、ユーザID、パスワード等を後述する顧客DB121に登録する必要がある。サービス提供装置10は、1台のコンピュータから構成されていてもよいし、複数台のコンピュータから構成されていてもよい。
続いて、サービス提供装置10の構成について説明する。サービス提供装置10は、図2に示すように、データ通信部11と、記憶部12と、制御部13と、を備える。
データ通信部11は、制御部13の制御の下、インターネットN1を介して、端末30や認証装置20とデータ通信を行う。
記憶部12は、ハードディスクドライブなどであり、サービス提供装置10が動作するために必要な各種のデータを記憶する。例えば、記憶部12は、顧客DB121を記憶している。
顧客DB121には、このサービス提供装置10が提供するサービスを利用可能なユーザに関する情報が記憶される。具体的には、図3に示すように、顧客DB121には、サービスを利用可能なユーザ毎に、ユーザID、パスワード、端末電話番号、氏名、住所等が記憶される。顧客DB121に記憶されているユーザIDは、このユーザを一意に識別する情報である。顧客DB121に記憶されているパスワードは、このユーザがサービスにログインするときに必要なパスワードである。ユーザがサービスにログインするためには、少なくともユーザIDとパスワードとが顧客DB121に登録されている必要がある。顧客DB121に記憶されている端末電話番号は、このユーザが所有している端末30に設定されている電話番号である。顧客DB121は、サービス提供装置10がアクセス可能な外部のサーバ等に記憶されていてもよい。
図2に戻り、制御部13は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等(何れも図示せず)を備え、CPUが、RAMをワークメモリとして用い、ROMや記憶部12に記憶されている各種プログラムを適宜実行することにより、サービス提供装置10全体を制御する。
図1に戻り、続いて、認証装置20について説明する。認証装置20は、サービス提供装置10にアクセスがあった端末30が正当であるかどうかを認証する。認証装置20は、1台のコンピュータから構成されていてもよいし、複数台のコンピュータから構成されていてもよい。
続いて、認証装置20の構成について説明する。認証装置20は、図4に示すように、電話通信部21と、データ通信部22と、記憶部23と、制御部24と、を備える。
電話通信部21は、制御部24の制御の下、電話網N2を介して、端末30とSMSの送受信や、SIP(Session Initiation Protocol)の規格に基づいた電話通信を行う。なお、電話通信部21が端末30と電話通信する際には、図示せぬSIPサーバを経由して音声信号が送受信される。
データ通信部22は、制御部24の制御の下、インターネットN1を介して、サービス提供装置10と通信する。
記憶部23は、例えば、ハードディスクドライブなどであり、認証装置20が動作するために必要な各種のデータを記憶する。例えば、記憶部23は、電話番号記憶DB231と認証DB232とを記憶する。
電話番号記憶DB231は、認証装置20に設定されている複数の電話番号を記憶するデータベースである。認証装置20は、電話番号記憶DB231に記憶されている複数の電話番号のうちの一つを発信電話番号として、指定した電話番号宛に電話発信やSMSを送信することができる。また、認証装置20は、電話番号記憶DB231に記憶されている複数の電話番号のうちの一つを発信先とした電話を着信したり、SMSを受信したりすることができる。具体的には、図5に示すように、電話番号記憶DB231には、電話番号と契約年月日とが対応付けられたエントリが複数記憶されている。契約年月日は、この電話番号が電話接続用に契約された日を示す。なお、認証装置20でSMSを送受信する場合は、電話番号記憶DB231に記憶されているなかから携帯電話用の電話番号(例えば、「090」で始まる電話番号)を用いる必要がある。管理者は、契約日から一定期間(例えば、3年間)が経過した電話番号を電話番号記憶DB231から削除してもよい。電話番号記憶DB231は、本発明の電話番号記憶手段の一例である。
認証DB232は、後述する会員登録処理で参照される認証用の情報を一時的に記憶するデータベースである。具体的には、図6に示すように、認証DB232には、端末電話番号と、接続電話番号と、認証情報と、これらの情報を認証DB232に登録した日時を示す登録日時情報と、が対応付けられて記憶される。認証DB232に記憶されている端末電話番号は、サービス提供装置10に認証を要求した端末30から取得した電話番号である。認証DB232に記憶されている接続電話番号は、端末30から送信させるSMSの送信先の電話番号である。接続電話番号は、電話番号記憶DB231に登録されているSMS送受信可能な携帯電話用の複数の電話番号のなかから選択される。認証DB232に記憶されている認証情報は、端末30から送信させるSMSで通知する情報であり、例えば、都度生成される乱数等である。認証DB232に記憶されているエントリは、当該エントリが登録されてから予め定めた時間(例えば、1分間)が経過した場合、若しくは、当該エントリが後述する会員登録処理で参照された場合に削除される。
図4に戻り、制御部24は、CPU、ROM、RAM等(何れも図示せず)を備え、CPUが、RAMをワークメモリとして用い、ROMや記憶部23に記憶されている各種プログラムを適宜実行することにより、認証装置20の全体を制御する。
図1に戻り、端末30について説明する。端末30は、例えば、ユーザが使用するスマートフォンである。端末30は、電話網N2を介して、認証装置20と電話通信可能に接続される。また、端末30は、インターネットN1を介して、サービス提供装置10とデータ通信可能に接続される。端末30は、図7に示すように、電話通信部31と、データ通信部32と、入力部33と、表示部34と、記憶部35と、制御部36と、を備える。
電話通信部31は、制御部36の制御の下、電話網N2を介して、認証装置20と電話通信したりSMSを送受信したりする。データ通信部32は、制御部36の制御の下、インターネットN1を介して、サービス提供装置10と通信する。
入力部33は、タッチパネルや各種のボタン等であり、端末30に様々な情報を入力するために使用される。例えば、ユーザは、初めてサービスを利用するときに入力部33を操作して、端末30の電話番号を入力する。
表示部34は、例えば液晶ディスプレイ等であり、制御部36の制御の下、様々な情報を出力する。例えば、表示部34は、初めてサービスを利用するときに端末30の電話番号を入力させるための電話番号入画面等を表示する。
記憶部35は、例えば、ハードディスクドライブやフラッシュメモリであり、端末30が動作するために必要な各種のデータやプログラムを記憶する。例えば、記憶部35は、サービス提供装置10が提供するサービスを利用するためのアプリを記憶する。
制御部36は、CPU、ROM、RAM等(何れも図示せず)を備え、CPUが、RAMをワークメモリとして用い、ROMや記憶部35に記憶されている各種プログラムを適宜実行することにより、端末30の全体を制御する。
続いて、本発明の実施形態1に係る認証システム1の機能的な構成について、図8を参照して説明する。サービス提供装置10は、機能的な構成として、電話番号取得部101と、SMS送信制御部102と、サービス提供部103と、を備える。電話番号取得部101とSMS送信制御部102とサービス提供部103は、サービス提供装置10のデータ通信部11、記憶部12、及び、制御部13が協働して動作することによって実現される。
認証装置20は、機能的な構成として、電話契約確認部201と、SMS発信認証部202と、を備える。電話契約確認部201とSMS発信認証部202は、認証装置20の電話通信部21、データ通信部22、記憶部23、及び、制御部24が協働して動作することによって実現される。
電話番号取得部101は、認証を受けようとする端末30から、この端末30の電話番号を取得する。そして電話番号取得部101は、取得した電話番号を認証装置20に送信して認証を依頼する。電話番号取得部101は、本発明の電話番号取得手段の一例である。
電話契約確認部201は、電話番号取得部101から受信した電話番号に電話発信して、電話発信先の電話契約の有無を確認する。具体的には、電話契約確認部201は、電話発信に対する応答信号に含まれるステータスコードに基づいて、電話発信先の電話契約の有無を確認する。なお、ここでの「電話契約」とは、電話で音声通話するために電話通信事業者と結ぶ契約を意味する。電話契約確認部201は、本発明の電話契約確認手段の一例である。
SMS送信制御部102は、電話契約確認部201によって電話契約の確認ができた場合に、端末30に制御信号を送信して、認証情報を通知するSMSを送信するよう端末30を制御する。SMS送信制御部102は、本発明のSMS送信制御手段の一例である。
SMS発信認証部202は、SMS送信制御部102による制御後に端末30から発信されたSMSに基づいて端末30を認証する。具体的には、SMS発信認証部202は、受信したSMSの送信元の電話番号が、電話番号取得部101が取得した端末30の電話番号と一致し、且つ、このSMSで通知された情報が認証情報と一致することを確認する。SMS発信認証部202は、本発明のSMS発信認証手段の一例である。
サービス提供部103は、SMS発信認証部202が端末30を認証できた場合に、端末30に対してサービスを提供するための各種の処理(例えば、会員登録、ログイン等)を実行する。
続いて、認証システム1において、ユーザがサービス提供装置10の提供するサービスを初めて利用する際に、サービスを利用可能な会員として、このユーザのID、パスワード等を登録する会員登録処理の動作について、図9~11のフローチャートを用いて説明する。
ユーザは、自分の端末30の入力部33を操作して、特定のサイトにアクセスしてサービス提供装置10が提供するサービスを利用するためのアプリをダウンロードする。そして、ユーザが端末30の入力部33を操作して、ダウンロードしたアプリを初めて起動した場合に会員登録処理が実行される。
まず、端末30の制御部36は、図12に示す電話番号入力画面を表示部34に表示させる。ユーザは、入力部33を操作して、表示された電話番号入力画面の入力欄に端末30の電話番号(以下、端末電話番号とも表記)を入力し、確認ボタンをクリックする。当該操作に応答して、端末30の制御部36は、データ通信部32を制御して、入力された電話番号を含んだ会員登録要求をサービス提供装置10に送信する(図9、ステップS101)。
サービス提供装置10の制御部13は、会員登録要求を受信すると、この会員登録要求に含まれる端末電話番号を有するエントリが顧客DB121に登録されていないことを確認する(ステップS102)。このようなエントリが登録されている場合、2重登録の可能性があるため、エラーとして処理は終了する。
続いて、制御部13は、端末30から受信した端末電話番号を認証装置20に送信して、電話契約されている電話番号であるどうかの確認を依頼する(ステップS103)。
依頼を受けた認証装置20の制御部24は、電話通信部21を制御してサービス提供装置10から受信した端末電話番号宛に電話発信する(ステップS104)。電話通信部21はSIPに基づいて電話通信するため、認証装置20は、電話発信先から電話発信先の状態を表すステータスコードを含んだ応答信号(レスポンス)を受信する(ステップS105)。なお、制御部24は、応答信号の受信後、即時に電話接続を切断する。そのため、相手先が着信に応答(オフフック)して電話料金が課されることはない。
続いて、制御部24は、受信した応答信号に含まれるステータスコードに基づいて、電話発信先の電話契約の有無を確認する(ステップS106)。例えば、制御部24は、ステータスコードが電話発信先が見つからないことを示す「404」で有る場合は電話契約無し、それ以外のステータスコードの場合は電話契約有りと判別すればよい。
ステップS106で電話契約が確認できなかった場合(ステップS107;No)、制御部24は、その旨をサービス提供装置10に通知する(ステップS108)。電話契約が無いことを通知されたサービス提供装置10の制御部13は、エラーメッセージを端末30に送信し(ステップS109)、認証エラーとして処理は終了する。端末30の表示部34には、受信したエラーメッセージ(例えば、「電話契約がなされていない電話番号です。別の電話番号で認証をやり直してください。」)が表示される(ステップS110)。
一方、ステップS106で電話契約有りが確認できた場合(ステップS107;Yes)、認証装置20の制御部24は、電話番号記憶DB231に記憶されているSMS送受信可能な携帯電話用の複数の電話番号のなかからランダムに一の電話番号を選択する(図10、ステップS111)。ここで選択された電話番号は、端末30から送信させるSMSの送信先の電話番号となる。以下、本実施形態において、ステップS111で選択した電話番号を接続電話番号とも表記する。
続いて、制御部24は、乱数を発生させるなどして認証情報を生成する(ステップS112)。そして、制御部24は、サービス提供装置10から受信した端末電話番号と、ステップS111で選択した接続電話番号と、ステップS112で生成した認証情報と、を対応付けて1つのエントリとして認証DB232に登録する(ステップS113)。そして、制御部24は、データ通信部22を制御して、接続電話番号と認証情報とをサービス提供装置10に送信する(ステップS114)。
認証装置20から接続電話番号と認証情報とを受信すると、サービス提供装置10の制御部13は、認証情報を通知するSMSを接続電話番号宛に送信するよう端末30を制御する制御信号を送信する(ステップS115)。
サービス提供装置10から受信した制御信号による制御に基づいて、端末30の制御部36は、以下の処理を実行する。まず、制御部36は、認証情報を通知するSMSを生成する(ステップS116)。そして、制御部36は、生成したSMSを接続電話番号宛に送信する(ステップS117)。接続電話番号は、ステップS111で選択した認証装置20に接続可能な複数の電話番号のうちの1つであるため、このSMSは認証装置20に送信される。ステップS116、S117の処理は、端末30のユーザからの操作を必要とせずに、サービス提供装置10から受信した制御信号によって、自動的に行われる処理である。
認証装置20の制御部24は、端末30からSMSを受信すると、このSMSに対応するエントリが認証DB232にあることを確認する(ステップS118)。具体的には、制御部24は、このSMSの送信元の電話番号、送信先の電話番号、及びこのショートメッセージで通知された情報が、それぞれ、端末電話番号、接続電話番号、及び認証情報と一致する1つのエントリが認証DB232にあることを確認する。これにより、受信したSMSの送信元の電話番号が端末30から受信した電話番号と一致し、このSMSの送信先の電話番号がステップS111で選択した電話番号と一致し、このSMSで通知された情報がステップS112で生成した認証情報と一致することが確認される。ステップS118で対応するエントリが確認できなかった場合はエラーとして処理は終了する。
認証DB232に対応するエントリを確認できた場合、制御部24は、このエントリの登録日時情報を参照して、このエントリが認証DB232に登録されてから予め定めた時間(例えば、1分)が経過していないことを確認する(ステップS119)。予め定めた時間が経過している場合、端末30でSMSの作成、送信に時間がかかっており、端末30側で何らかの不正行為が行われている等の可能性があるため、エラーとして処理を終了する。なお、ステップS119の処理は必ずしも行う必要はない。その後、ステップS118、S119で確認されたエントリは認証DB232から削除される。
ステップS119で確認ができた場合、制御部24は、会員登録要求があった端末30を正当であると認証し、その旨をサービス提供装置10に通知する(図11、ステップS120)。当該通知を受けたサービス提供装置10の制御部13は、会員登録画面の画面データを端末30に送信して会員登録画面の表示を指示する(ステップS121)。これにより、端末30の表示部34には、会員登録画面が表示される(ステップS122)。なお、予め端末30の記憶部35に会員登録画面の画面データを記憶させておき、ステップS121では会員登録画面の表示の指示のみを行ってもよい。
端末30のユーザは、入力部33を操作して、会員登録画面に会員登録に必要な情報(例えば、ユーザID、パスワード)を入力して、入力した情報を確定する操作を行う。この操作に応答して、端末30の制御部36は、会員登録画面に入力された情報をサービス提供装置10に送信する(ステップS123)。
サービス提供装置10の制御部13は、端末30から受信した情報を顧客DB121に登録する(ステップS124)。以上で会員登録処理は終了する。これにより、このユーザは会員登録され、以後、アプリを実行してログインすることで、サービス提供装置10が提供するサービスを利用することが可能となる。
以上説明したように、本実施形態に係る認証システム1によれば、認証を受ける端末30から電話番号を受信した際に、この電話番号宛に電話発信して電話契約の有無が確認される。そして、電話契約がされている場合のみ、その端末30から発信させたSMSに基づいた認証(SMS発信認証)が行われる。一方、電話契約がなされていない場合、SMS発信認証は行われずに認証エラーとなる。これにより、データ通信のみが可能な匿名で契約可能なデータSIMを内蔵した端末では必ず認証エラーとなるため、このような本人確認が不十分な端末を用いて他人になりすましたり認証を代行したりする不正行為を防ぐことができる。
また、本実施形態に係る認証システム1によれば、認証を受けるために電話番号を送信した端末30は、サービス提供装置10によって、認証情報を通知するSMSを送信するよう制御される。即ち、本実施形態では、端末30が認証を受けようとすると、必ずその端末30から認証情報を通知するSMSが送信される。これにより、認証を受ける本人の端末30とは異なる第3者の端末からSMSを送信して認証を代行する不正行為等をより確実に防ぐことが可能となる。
(実施形態2)
続いて、実施形態2について説明する。上述した実施形態1では、認証の際に端末30から認証装置20に認証情報通知用のSMSを発信させることを特徴した。これに対し実施形態2では、認証の際に認証装置20が端末30に認証情報通知用のSMSを送信することを特徴とする。
続いて、実施形態2について説明する。上述した実施形態1では、認証の際に端末30から認証装置20に認証情報通知用のSMSを発信させることを特徴した。これに対し実施形態2では、認証の際に認証装置20が端末30に認証情報通知用のSMSを送信することを特徴とする。
実施形態2に係る認証システム2の構成を図1に示す。実施形態2に係る認証システム2は、実施形態1に係る認証システム1と同様に、サービス提供装置10と認証装置20とを備える。実施形態2のサービス提供装置10と認証装置20の構成は、図2、図4に示すとおりであり、実施形態1のサービス提供装置10、認証装置20の構成と実質的に同一である。また、実施形態2の端末30の構成は、図7に示すとおりであり、実施形態1の端末30の構成と実質的に同一である。
但し、実施形態2では、認証装置20は、電話番号記憶DB231を備える必要はない。即ち、認証装置20は、電話発信やSMS発信可能な電話番号を1つ有していればよい。また、実施形態2では、認証装置20に保持される認証DB232の構成が実施形態1と異なる。具体的には、実施形態2の認証DB232には、図13に示すように、端末電話番号と、認証情報と、これらの情報を認証DB232に登録した日時を示す登録日時情報と、が対応付けられて記憶される。認証DB232に記憶されている端末電話番号は、サービス提供装置10に認証を要求した端末30から取得した電話番号である。認証DB232に記憶されている認証情報は、端末30に送信するSMSで通知する情報であり、例えば、都度生成される乱数等である。実施形態1と同様に、認証DB232に記憶されているエントリは、当該エントリが登録されてから予め定めた時間(例えば、1分間)が経過した場合、若しくは、当該エントリが後述する会員登録処理で参照された場合に削除される。
続いて、本発明の実施形態2に係る認証システム2の機能的な構成について、図14を参照して説明する。サービス提供装置10は、機能的な構成として、実施形態1と同様に電話番号取得部101とサービス提供部103とを有する。さらにサービス提供装置10は、実施形態1には無い機能的な構成として、認証情報受信部104を備える。電話番号取得部101とサービス提供部103と認証情報受信部104は、サービス提供装置10のデータ通信部11、記憶部12、及び、制御部13が協働して動作することによって実現される。
認証装置20は、機能的な構成として、実施形態1と同様に電話契約確認部201を備える。さらに認証装置20は、実施形態2には無い機能的な構成として、SMS送信部203と、SMS着信認証部204とを備える。電話契約確認部201とSMS送信部203とSMS着信認証部204は、認証装置20の電話通信部21、データ通信部22、記憶部23、及び、制御部24が協働して動作することによって実現される。
電話番号取得部101は、認証を受けようとする端末30からこの端末30の電話番号を取得し、認証装置20に送信して認証を依頼する。電話契約確認部201は、電話番号取得部101から受信した電話番号に電話発信して、電話発信先の電話契約の有無を確認する。
SMS送信部203は、電話契約確認部201によって電話契約の確認ができた場合に、認証情報を通知するSMSを電話番号取得部101が取得した電話番号宛に送信する。SMS送信部203は、本発明のSMS送信手段の一例である。
認証情報受信部104は、端末30から認証情報を受信し、認証装置20に送信する。
SMS着信認証部204は、認証情報受信部104から受信した認証情報に基づいて、端末30を認証する。SMS着信認証部204は、本発明のSMS着信認証手段の一例である。
サービス提供部103は、SMS着信認証部204が端末30を認証できた場合に、端末30に対してサービスを提供するための各種の処理(例えば、会員登録、ログイン等)を実行する。
続いて、認証システム2における会員登録処理の動作について説明する。なお、実施形態1の会員登録処理と共通するステップについては適宜説明を省略、若しくは簡略化する。
会員登録処理が開始されると、実施形態1と同様に、図9に示すステップS101~S110の処理が行われる。これらのステップS101~S110については実施形態1の会員登録処理と実質的に同じ処理であるため説明を省略する。以下、それ以降(即ち、ステップS107でYesと判別されて以降)の会員登録処理について図15のフローチャートを用いて説明する。
ステップS106で電話契約有りが確認できた場合(ステップS107;Yes)、認証装置20の制御部24は、乱数を発生させるなどして認証情報を生成する(ステップS201)。そして、制御部24は、サービス提供装置10から受信した端末電話番号と、ステップS201で生成した認証情報と、を対応付けて1つのエントリとして認証DB232に登録する(ステップS202)。
続いて、制御部24は、電話通信部21を制御して、認証情報を通知するSMSを端末電話番号宛に送信する(ステップS203)。
認証装置20からSMSを受信すると、端末30の制御部36は、表示部34に図16に示すような認証情報入力画面を表示させる(ステップS204)。この画面の上部には、認証装置20から受信したSMSで通知された認証情報がポップアップ表示されている。ユーザは、入力部33を操作して、ポップアップ表示されている認証情報を認証情報入力画面の入力欄に入力して確認ボタンをクリックする。この操作に応答して、端末30の制御部36は、入力された認証情報をサービス提供装置10に送信する(ステップS205)。
サービス提供装置10の制御部13は、端末電話番号と、端末30から受信した認証情報とを認証装置20に送信する(ステップS206)。
認証装置20の制御部24は、サービス提供装置10から受信した端末電話番号と認証情報とが一致する1つのエントリが認証DB232にあることを確認する(ステップS207)。これにより、SMSを送信した端末30から、当該SMSで通知した認証情報が返信されたこと、及び、この端末30の電話番号が認証要求とともに受信した電話番号と一致することが確認される。ステップS207で対応するエントリが確認できなかった場合はエラーとして処理は終了する。
認証DB232に対応するエントリを確認できた場合、制御部24は、このエントリの登録日時情報を参照して、このエントリが認証DB232に登録されてから予め定めた時間(例えば、1分)が経過していないことを確認する(ステップS208)。予め定めた時間が経過している場合、SMSで通知した認証情報を端末30が送信するまでに時間がかかっていることになり、端末30側で何らかの不正行為が行われている可能性があるため、エラーとして処理を終了する。なお、ステップS208の処理は必ずしも行う必要はない。その後、ステップS207、S208で確認されたエントリは認証DB232から削除される。
ステップS208の確認ができて以降は、実施形態1と同様に、図11に示すステップS120~S124が実行されてユーザはサービス提供装置10が提供するサービスの会員として登録される。以上で会員登録処理は終了する。
このように、端末30に認証情報を通知するSMSを送信して認証(SMS着信認証)を行う形式でも、SMSの送信前に、端末30から受信した電話番号の電話契約の有無が確認され、電話契約がなされていない場合は認証エラーとなる。これにより、データSIMを内蔵した本人確認が不十分な端末を用いて他人になりすましたり認証を代行したりする不正行為を防ぐことが可能となる。
(実施形態3)
上述した実施形態1、2では、認証の際にSMSを利用した。これに対し実施形態3では、SMSは利用せずに、電話着信時の着信番号表示機能を利用して認証を行うことを特徴とする。
上述した実施形態1、2では、認証の際にSMSを利用した。これに対し実施形態3では、SMSは利用せずに、電話着信時の着信番号表示機能を利用して認証を行うことを特徴とする。
実施形態3に係る認証システム3は、図1に示すように、実施形態1に係る認証システム1と同様に、サービス提供装置10と、認証装置20とを備える。実施形態3のサービス提供装置10と認証装置20の構成は、図2、図4に示すとおりであり、実施形態1のサービス提供装置10、認証装置20の構成と実質的に同一である。また、実施形態3の端末30の構成は、図7に示すとおりであり、実施形態1の端末30の構成と実質的に同一である。
但し、実施形態3では、認証装置20に保持される認証DB232の構成が実施形態1と異なる。具体的には、実施形態3の認証DB232には、図17に示すように、端末電話番号と、発信電話番号と、これらの情報を認証DB232に登録した日時を示す登録日時情報と、が対応付けられて記憶される。認証DB232に記憶されている端末電話番号は、サービス提供装置10に認証を要求した端末30から取得した電話番号である。認証DB232に記憶されている発信電話番号は、認証装置20から端末電話番号宛に電話発信するための発信元の電話番号である。発信電話番号は、電話番号記憶DB231に登録されている複数の電話番号のなかから選択される。実施形態1、2と同様に、認証DB232に記憶されているエントリは、当該エントリが登録されてから予め定めた時間(例えば、1分間)が経過した場合、若しくは、当該エントリが後述する会員登録処理で参照された場合に削除される。
続いて、本発明の実施形態3に係る認証システム3の機能的な構成について、図18を参照して説明する。サービス提供装置10は、機能的な構成として、実施形態1、2と同様に電話番号取得部101とサービス提供部103とを有する。さらにサービス提供装置10は、実施形態1、2には無い機能的な構成として、着信電話番号取得部105を備える。電話番号取得部101とサービス提供部103と着信電話番号取得部105は、サービス提供装置10のデータ通信部11、記憶部12、及び、制御部13が協働して動作することによって実現される。
認証装置20は、機能的な構成として、転送設定確認部205と電話認証部206とを備える。転送設定確認部205と電話認証部206は、認証装置20の電話通信部21、データ通信部22、記憶部23、及び、制御部24が協働して動作することによって実現される。
電話番号取得部101は、認証を受けようとする端末30から、この端末30の電話番号を取得し、認証装置20に送信して認証を依頼する。
転送設定確認部205は、電話番号取得部101が取得した電話番号に電話発信して、発信先で電話の転送設定がなされているか否かを確認する。ここでの電話の転送設定とは、電話着信があった際に、予め登録している別の端末の電話番号宛にこの電話着信を転送することを意味する。転送設定確認部205は、本発明の転送設定確認手段の一例である。
着信電話番号取得部105は、転送設定確認部205が電話の転送設定がされていないことを確認した場合に、端末30から、端末30の着信電話番号に基づいた番号を取得し、認証装置20に送信する。着信電話番号取得部105は、本発明の着信電話番号取得手段の一例である。
電話認証部206は、着信電話番号取得部105から受信した番号に基づいて端末30を認証する。電話認証部206は、本発明の電話認証手段の一例である。
サービス提供部103は、電話認証部206が端末30を認証できた場合に、端末30に対してサービスを提供するための各種の処理(例えば、会員登録、ログイン等)を実行する。
続いて、認証システム3における会員登録処理の動作について図19、20のフローチャートを参照して説明する。なお、実施形態1、2の会員登録処理と共通するステップについては適宜説明を省略、若しくは簡略化する。
会員登録処理が開始されると、実施形態1、2と同様にステップS101~S103が実行され、認証装置20に端末電話番号が送信される(図19、ステップS101~ステップS103)。
続いて、認証装置20の制御部24は、電話番号記憶DB231に記憶されている固定電話用の複数の電話番号のなかからランダムに一の電話番号を選択する(ステップS301)。以下の説明では、ステップS301で選択した電話番号を発信電話番号とも表記する。
続いて、制御部は24、端末電話番号と、ステップS301で選択した発信電話番号と、を対応付けて1つのエントリとして認証DB232に登録する(ステップS302)。
続いて、制御部24は、電話通信部21を制御し、発信電話番号を用いて端末電話番号宛に電話発信する(ステップS303)。電話通信部21はSIPに基づいて電話発信するため、認証装置20は、電話発信先から電話発信先の状態を表すステータスコードを含んだ応答信号(レスポンス)を受信する(ステップS304)。なお、制御部24は、応答信号の受信後、即時に電話接続を切断する。そのため、端末30が着信に応答(オフフック)して電話料金が課されることはないが、端末30の表示部34には、着信電話番号として発信電話番号が表示される。
続いて、制御部24は、受信した応答信号に含まれるステータスコードに基づいて、電話発信先で電話の転送設定がなされているか否かを確認する(ステップS305)。例えば、制御部24は、ステータスコードが転送中を示す「181」で有る場合は転送設定有り、それ以外のステータスコードの場合は転送設定無し、と判別すればよい。
ステップS305で転送設定されていることを確認できた場合(ステップS306;Yes)、制御部24は、その旨をサービス提供装置10に通知する(ステップS307)。転送設定されていることを通知されたサービス提供装置10の制御部13は、エラーメッセージを端末30に送信し(ステップS308)、認証エラーとして処理は終了する。端末30の表示部34には、受信したエラーメッセージ(例えば、「転送設定されている電話番号です。別の電話番号で認証をやり直してください。」)が表示される(ステップS309)。
一方、ステップS305で転送設定されてないことを確認できた場合(ステップS306;No)、制御部24は、その旨をサービス提供装置10に通知する(図20、ステップS310)。転送設定されていないことを通知されたサービス提供装置10の制御部13は、着信番号入力画面の画面データを端末30に送信する(ステップS311)。予めアプリのダウンロード時に着信番号入力画面の画面データを端末30の記憶部35に記憶させている場合、制御部13は、これに代えて着信番号入力画面の表示を端末30に指示してもよい。
端末30の制御部36は、サービス提供装置10から受信した画面データに基づいて図21に示す着信番号入力画面を表示部34に表示させる(ステップS312)。この着信番号入力画面の上部には、ステップS303で電話発信したことによる着信電話番号がポップアップ表示されている。ユーザは、画面の指示に従って入力部33を操作して、ポップアップ表示されている着信電話番号の下4桁を着信番号入力画面の入力欄に入力して確認ボタンをクリックする。この操作に応答して、端末30の制御部36は、入力された番号(入力番号)をサービス提供装置10に送信する(ステップS313)。
サービス提供装置10は、受信した入力番号を認証装置20に送信する(ステップS314)。認証装置20の制御部24は、受信した入力番号に対応する発信電話番号が認証DB232に登録されていることを確認する(ステップS315)。具体的には、制御部24は、認証DB232に記憶されている発信電話番号の中に、下4桁が受信した入力番号と一致するものがあることを確認すればよい。これにより、電話発信した端末30から着信電話番号の一部が返信されたことが確認される。ステップS315で対応するエントリが確認できなかった場合はエラーとして処理は終了する。
認証DB232に入力番号に対応する発信電話番号が登録されているのを確認できた場合、制御部24は、この発信電話番号を含むエントリの登録日時情報を参照して、この発信電話番号が認証DB232に登録されてから予め定めた時間(例えば、1分)が経過していないことを確認する(ステップS316)。予め定めた時間が経過している場合、端末30に電話着信がなされてから着信番号の一部が送信されるまでに時間を要していることになり、端末30側で何らかの不正行為が行われている可能性があるため、エラーとして処理を終了する。なお、ステップS316の処理は必ずしも行う必要はない。その後、ステップS315、S316で確認された発信電話番号を含んだエントリは認証DB232から削除される。
ステップS316で確認ができて以降は、実施形態1、2と同様に、図11に示すステップS120~S124が実行されてユーザはサービス提供装置10が提供するサービスの会員として登録される。以上で会員登録処理は終了する。
このように、本実施形態では、着信電話番号を利用した認証(着信電話認証)を行う際に、電話発信する電話番号に転送設定がされているか否かが確認される。そして、転送設定されている電話番号の場合は認証エラーとなる。これにより、不正者が自分の端末を会員登録する際に、自分の端末に着信を転送するように設定されている他者の端末の電話番号を入力し、認証装置20から他者の端末へなされた電話着信を自分の端末に転送させて着信電話番号を取得することで、自分の端末の電話番号を送信せずに認証できてしまう不正行為を防ぐことが可能となる。
なお、上述した会員登録処理では、端末30に表示された着信電話番号の下4桁をユーザに入力させてサービス提供装置10に送信し、認証DB232に対応する発信電話番号が記憶されていることを確認した。しかしながら、ユーザに入力させる番号はこれに限定されるものではなく、着信電話番号に基づいた他の番号をユーザに入力させてサービス提供装置10に送信してもよい。例えば、端末30に表示された着信電話番号の全てをユーザに入力させてもよいし、着信電話番号の下4桁の数字の和を入力させてもよい。なお、入力させる番号の種類に応じて、適宜着信番号入力画面のメッセージや認証DB232に記憶されている発信電話番号と比較する方法を変更する必要がある。
(変形例)
上述した各実施形態は一例であり、種々の変更及び応用が可能である。例えば、上述した各実施形態では、初めてサービスを利用するときの会員登録をする際の認証について説明したが、本発明は会員登録時の認証に限定されるものではなく、端末30の認証が必要なあらゆる場面に適用可能である。例えば、端末30からサービスにログインするときの認証にも本発明は適用可能である。この場合、端末30は、ユーザが入力したIDとパスワードとを含んだ認証要求をサービス提供装置10に送信する。そして、サービス提供装置10は、顧客DB121を参照して、受信したIDとパスワードとが正しいことを確認した後、このユーザの端末電話番号を顧客DB121から取得し、認証装置20に送信して認証を依頼する。以下、前述した会員登録処理と同様に、図9のステップS104以降のステップを実行して端末30を認証すればよい。
上述した各実施形態は一例であり、種々の変更及び応用が可能である。例えば、上述した各実施形態では、初めてサービスを利用するときの会員登録をする際の認証について説明したが、本発明は会員登録時の認証に限定されるものではなく、端末30の認証が必要なあらゆる場面に適用可能である。例えば、端末30からサービスにログインするときの認証にも本発明は適用可能である。この場合、端末30は、ユーザが入力したIDとパスワードとを含んだ認証要求をサービス提供装置10に送信する。そして、サービス提供装置10は、顧客DB121を参照して、受信したIDとパスワードとが正しいことを確認した後、このユーザの端末電話番号を顧客DB121から取得し、認証装置20に送信して認証を依頼する。以下、前述した会員登録処理と同様に、図9のステップS104以降のステップを実行して端末30を認証すればよい。
また、上述した各実施形態では、サービス提供装置10と認証装置20とは別々の装置によって構成されていると説明したが、両装置の機能を統合した一又は複数の装置によって、認証システム1~3を構成してもよい。
また、各実施形態に係る、サービス提供装置10、認証装置20は、それぞれ、専用のシステムにより実現してもよいし、通常のコンピュータシステムにより実現してもよい。例えば、上述の動作を実行するためのプログラムをコンピュータ読み取り可能な記録媒体に格納して配布し、該プログラムをコンピュータにインストールして、上述の処理を実行することによって、サービス提供装置10、認証装置20、若しくは両装置の機能を統合した一の装置を構成してもよい。また、上記プログラムをインターネット等のネットワーク上のサービス提供装置10、認証装置20、若しくは両装置の機能を統合した一の装置が備えるディスク装置に格納しておき、コンピュータにダウンロード等できるようにしてもよい。また、上述の機能を、OS(Operating System)とアプリケーションソフトとの協働により実現してもよい。この場合には、OS以外の部分を媒体に格納して配布してもよいし、OS以外の部分をサーバ装置に格納しておき、コンピュータにダウンロード等できるようにしてもよい。
本発明は、本発明の広義の精神と範囲を逸脱することなく、様々な実施形態及び変形が可能とされるものである。また、上述した各実施形態は、本発明を説明するためのものであり、本発明の範囲を限定するものではない。つまり、本発明の範囲は、各実施形態ではなく、特許請求の範囲によって示される。そして、特許請求の範囲内及びそれと同等の発明の意義の範囲内で施される様々な変形が、本発明の範囲内とみなされる。
1,2,3 認証システム、10 サービス提供装置、20 認証装置、30 端末、N1 インターネット、N2 電話網、11,22,32 データ通信部、31,21 電話通信部、12,23,35 記憶部、13,24,36 記憶部、33 入力部、34 表示部、35 記憶部、121 顧客DB、231 電話番号記憶DB、232 認証DB、101 電話番号取得部、102 SMS送信制御部、103 サービス提供部、104 認証情報受信部、105 着信電話番号取得部、201 電話契約確認部、202 SMS発信認証部、203 SMS送信部、204 SMS着信認証部、205 転送設定確認部、206 電話認証部
Claims (12)
- 認証を受ける端末の電話番号を取得する電話番号取得手段と、
前記電話番号取得手段が取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認手段と、
前記電話契約確認手段によって電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を送信するよう前記端末を制御するSMS送信制御手段と、
前記SMS送信制御手段による制御後に受信したSMSに基づいて、前記端末を認証するSMS発信認証手段と、
を備える認証システム。 - 認証を受ける端末の電話番号を取得する電話番号取得手段と、
前記電話番号取得手段が取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認手段と、
前記電話契約確認手段によって電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を前記電話番号宛に送信するSMS送信手段と、
前記SMS送信手段による送信後に前記端末から取得した認証情報に基づいて、前記端末を認証するSMS着信認証手段と、
を備える認証システム。 - 電話発信可能な複数の電話番号を記憶する電話番号記憶手段をさらに備え、
前記SMS送信制御手段は、前記電話番号記憶手段に記憶されている複数の電話番号のうちから選択した一の電話番号を送信先とした前記SMSを送信するよう前記端末を制御する、
請求項1に記載の認証システム。 - 前記電話契約確認手段は、前記電話発信に対する応答信号に含まれるステータスコードに基づいて、電話契約の有無を確認する、
請求項1から3の何れか1項に記載の認証システム。 - 認証を受ける端末の電話番号を取得する電話番号取得手段と、
前記電話番号取得手段が取得した電話番号に電話発信して電話の転送設定がなされているか否かを確認する転送設定確認手段と、
前記転送設定確認手段が電話の転送設定がされていないことを確認した場合に、前記端末になされた電話着信の着信電話番号に基づいた番号を取得する着信電話番号取得手段と、
前記着信電話番号取得手段で取得した番号に基づいて、前記端末を認証する電話認証手段と、
を備える認証システム。 - 前記転送設定確認手段は、前記電話発信に対する応答信号に含まれるステータスコードに基づいて、電話の転送設定がなされているか否かを確認する、
請求項5に記載の認証システム。 - 認証を受ける端末の電話番号を取得する電話番号取得ステップと、
前記電話番号取得ステップで取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認ステップと、
前記電話契約確認ステップで電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を送信するよう前記端末を制御するSMS送信制御ステップと、
前記SMS送信制御ステップによる制御後に受信したSMSに基づいて、前記端末を認証するSMS発信認証ステップと、
を有する認証方法。 - 認証を受ける端末の電話番号を取得する電話番号取得ステップと、
前記電話番号取得ステップで取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認ステップと、
前記電話契約確認ステップで電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を前記電話番号宛に送信するSMS送信ステップと、
前記SMS送信ステップによる送信後に前記端末から取得した認証情報に基づいて、前記端末を認証するSMS着信認証ステップと、
を有する認証方法。 - 認証を受ける端末の電話番号を取得する電話番号取得ステップと、
前記電話番号取得ステップで取得した電話番号に電話発信して電話の転送設定がなされているか否かを確認する転送設定確認ステップと、
前記転送設定確認ステップで電話の転送設定がされていないことを確認した場合に、前記端末になされた電話着信の着信電話番号に基づいた番号を取得する着信電話番号取得ステップと、
前記着信電話番号取得ステップで取得した番号に基づいて、前記端末を認証する電話認証ステップと、
を有する認証方法。 - コンピュータを、
認証を受ける端末の電話番号を取得する電話番号取得手段、
前記電話番号取得手段が取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認手段、
前記電話契約確認手段によって電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を送信するよう前記端末を制御するSMS送信制御手段、
前記SMS送信制御手段による制御後に受信したSMSに基づいて、前記端末を認証するSMS発信認証手段、
として機能させるプログラム。 - コンピュータを、
認証を受ける端末の電話番号を取得する電話番号取得手段、
前記電話番号取得手段が取得した電話番号に電話発信して電話契約の有無を確認する電話契約確認手段、
前記電話契約確認手段によって電話契約の確認ができた場合に、認証情報を通知するSMS(Short Message Service)を前記電話番号宛に送信するSMS送信手段、
前記SMS送信手段による送信後に前記端末から取得した認証情報に基づいて、前記端末を認証するSMS着信認証手段、
として機能させるプログラム。 - コンピュータを、
認証を受ける端末の電話番号を取得する電話番号取得手段、
前記電話番号取得手段が取得した電話番号に電話発信して電話の転送設定がなされているか否かを確認する転送設定確認手段、
前記転送設定確認手段が電話の転送設定がされていないことを確認した場合に、前記端末になされた電話着信の着信電話番号に基づいた番号を取得する着信電話番号取得手段、
前記着信電話番号取得手段で取得した番号に基づいて、前記端末を認証する電話認証手段、
として機能させるプログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2021/040583 WO2023079625A1 (ja) | 2021-11-04 | 2021-11-04 | 認証システム、認証方法、及び、プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2021/040583 WO2023079625A1 (ja) | 2021-11-04 | 2021-11-04 | 認証システム、認証方法、及び、プログラム |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2023079625A1 true WO2023079625A1 (ja) | 2023-05-11 |
Family
ID=86240755
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2021/040583 WO2023079625A1 (ja) | 2021-11-04 | 2021-11-04 | 認証システム、認証方法、及び、プログラム |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO2023079625A1 (ja) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008015933A (ja) * | 2006-07-07 | 2008-01-24 | Nippon Telegr & Teleph Corp <Ntt> | ユーザ認証方法、ユーザ認証システム、ユーザ認証装置及びユーザ認証プログラム |
JP2010219688A (ja) * | 2009-03-13 | 2010-09-30 | Seiko Epson Corp | 印刷装置端末およびその制御方法 |
JP2019041231A (ja) * | 2017-08-24 | 2019-03-14 | Ai Cross株式会社 | 端末認証システム、端末認証方法、利用者端末及び利用者端末用プログラム |
-
2021
- 2021-11-04 WO PCT/JP2021/040583 patent/WO2023079625A1/ja unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008015933A (ja) * | 2006-07-07 | 2008-01-24 | Nippon Telegr & Teleph Corp <Ntt> | ユーザ認証方法、ユーザ認証システム、ユーザ認証装置及びユーザ認証プログラム |
JP2010219688A (ja) * | 2009-03-13 | 2010-09-30 | Seiko Epson Corp | 印刷装置端末およびその制御方法 |
JP2019041231A (ja) * | 2017-08-24 | 2019-03-14 | Ai Cross株式会社 | 端末認証システム、端末認証方法、利用者端末及び利用者端末用プログラム |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4382498B2 (ja) | 異種通信網を用いたインスタントログイン利用者認証及び決済方法並びにそのシステム | |
US8572701B2 (en) | Authenticating via mobile device | |
RU2570838C2 (ru) | Строгая аутентификация посредством предоставления номера | |
US20160056962A1 (en) | Transaction authorization method and system | |
JP5764501B2 (ja) | 認証装置、認証方法、及び、プログラム | |
KR20130085509A (ko) | 어플리케이션 사용자 인증 장치 및 방법 | |
JP2007516512A5 (ja) | ||
EP3826260A1 (en) | Service agent authentication | |
JPWO2009113157A1 (ja) | 認証装置、認証方法、およびデータ利用方法 | |
CN103947173A (zh) | 用于管理两个用户之间的通信的方法和系统 | |
JP6464303B2 (ja) | チケット提供方法、チケット提供装置及び携帯端末用プログラム | |
WO2023079625A1 (ja) | 認証システム、認証方法、及び、プログラム | |
WO2015151251A1 (ja) | ネットワークサービス提供装置、ネットワークサービス提供方法、及びプログラム | |
JP6115884B1 (ja) | サービス提供システム、認証装置、及びプログラム | |
JP7007501B1 (ja) | サービス提供システム | |
WO2017134922A1 (ja) | サービス提供システム、認証装置、及びプログラム | |
JP2002229952A (ja) | ユーザ認証システムおよびユーザ認証方法 | |
EP3790225A1 (en) | Securing user inputs in mobile device | |
WO2022215183A1 (ja) | サービス提供システム、個人情報登録方法、及び、プログラム | |
JP7305072B1 (ja) | 方法およびシステム | |
KR20030041942A (ko) | 인터넷 가입자 보안 시스템 및 그 방법 | |
KR20060011752A (ko) | 모바일 컨텐츠 제공 방법 | |
WO2016043108A1 (ja) | 接続システム及び接続方法 | |
WO2024116401A1 (ja) | 認証システム、認証方法、及び、プログラム | |
KR101009955B1 (ko) | 이동통신 단말을 이용한 사용자 인증 방법 및 이를 구현하는 시스템 |
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: 21963222 Country of ref document: EP Kind code of ref document: A1 |