JP5453785B2 - Authentication system, authentication server, authentication method, and program - Google Patents
Authentication system, authentication server, authentication method, and program Download PDFInfo
- Publication number
- JP5453785B2 JP5453785B2 JP2008304101A JP2008304101A JP5453785B2 JP 5453785 B2 JP5453785 B2 JP 5453785B2 JP 2008304101 A JP2008304101 A JP 2008304101A JP 2008304101 A JP2008304101 A JP 2008304101A JP 5453785 B2 JP5453785 B2 JP 5453785B2
- Authority
- JP
- Japan
- Prior art keywords
- user
- authentication
- user terminal
- unit
- password
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Telephonic Communication Services (AREA)
Description
本発明は、不正なアクセスを防止するために好適な認証システム、認証サーバ、認証方法、及び、プログラムに関する。 The present invention relates to an authentication system, an authentication server, an authentication method, and a program suitable for preventing unauthorized access.
インターネットバンキングやオンラインショッピングといったようにネットワークを使ってユーザにサービスを提供するオンラインシステムが普及している。ユーザは、パーソナルコンピュータや携帯電話機などを用いてオンラインシステムにアクセスする。典型的なオンラインシステムでは、入力されたユーザ情報(例えば、ユーザ名、パスワード、口座番号、その他個人情報など)が予め登録したユーザ情報と合致すれば、アクセスが許可されてサービスが利用可能になる。 Online systems that provide services to users using a network, such as Internet banking and online shopping, have become widespread. The user accesses the online system using a personal computer or a mobile phone. In a typical online system, if the input user information (for example, user name, password, account number, and other personal information) matches the previously registered user information, access is permitted and the service can be used. .
上記オンラインシステムが普及する一方で、悪意をもった第三者がキーボードからの入力を記録するプログラム(いわゆる“キーロガー”)をパーソナルコンピュータ等に仕掛け、記録されるユーザ情報が外部に漏れてしまう被害や、本物とよく似た偽のウェブサイトを用意してユーザを誘導し不正にユーザ情報を入手するフィッシングと呼ばれる詐欺による被害などが発生している。このため、オンラインシステムを構築する上では、セキュリティ対策が不可欠である。 While the above online system has become widespread, a third party with malicious intent has installed a program (so-called “key logger”) that records input from the keyboard on a personal computer, etc., resulting in leakage of recorded user information to the outside In addition, there is a damage caused by a fraud called phishing that prepares a fake website very similar to the real thing to guide users and obtain user information illegally. For this reason, security measures are indispensable for building an online system.
例えば特許文献1には、携帯電話を利用したリモートアクセスのセキュリティ対策として、ログイン用のURI(Uniform Resource Identifier)へアクセスした携帯電話の個体識別番号と、予め登録された携帯電話の個体識別番号とが一致した場合に、ログインを許可する認証システムが開示されている。
For example, in
また、一定時間ごとにパスワードが変化するワンタイムパスワード生成機を用いることにより、仮にパスワードが盗まれても、悪意の第三者が不正利用することを困難にするシステムも構築されている。 In addition, a system that makes it difficult for a malicious third party to illegally use a password even if the password is stolen has been constructed by using a one-time password generator whose password changes at regular intervals.
しかし、特許文献1の認証システムは、携帯電話向けのオンラインサービスを前提とし、携帯電話は一般に画面サイズが小さいため、パーソナルコンピュータよりも操作性で劣ることが多く、ユーザにとって不便であった。また、ワンタイムパスワード生成機を用いる認証システムを採用するためには、開発コスト・維持コストが多くかかってしまうという問題があった。
However, the authentication system of
本発明はこのような課題を解決するものであり、不正なアクセスを防止するために好適な認証システム、認証サーバ、認証方法、及び、プログラムを提供することを目的とする。 The present invention solves such a problem, and an object thereof is to provide an authentication system, an authentication server, an authentication method, and a program suitable for preventing unauthorized access.
以上の目的を達成するため、本発明の第1の観点に係る認証システムは、第1ユーザ端末と第2ユーザ端末と認証サーバとを有する認証システムであって、
前記認証サーバは、
ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末に予め割り当てられる識別情報と、を対応付けて予め記憶する記憶部を備え、
前記第1ユーザ端末は、
前記認証ページを表示する表示部と、
前記ユーザから前記ユーザIDの入力を受け付ける第1入力受付部と、
前記第1入力受付部により受け付けられるユーザIDと、前記表示部による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記認証サーバに送信する第1送信部と、
を備え、
前記第2ユーザ端末は、
前記ユーザからパスワードの入力を受け付ける第2入力受付部と、
前記第2入力受付部により受け付けられるパスワードと、前記第2ユーザ端末に予め割り当てられる前記識別情報を前記認証サーバに送信する第2送信部と、
を備え、
前記認証サーバは、更に、
前記第1ユーザ端末から、前記ユーザIDと、前記表示部による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を受信する第1受信部と、
前記第1受信部が受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記受け付けられたパスワードと、前記第2ユーザ端末に予め割り当てられる前記識別情報とを受信する第2受信部と、
前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信部が受信したパスワードとが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信部が受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定部と、
前記認証判定部による判定結果を前記第1ユーザ端末に通知する判定結果通知部と、
を備えることを特徴とする。
In order to achieve the above object, an authentication system according to a first aspect of the present invention is an authentication system having a first user terminal, a second user terminal, and an authentication server,
The authentication server is
A user ID for identifying a user, browser information indicating a browser type and version used when displaying an authentication page for accepting an input of the user ID from the user on the first user terminal, a password, and the second A storage unit that stores the identification information assigned in advance to the user terminal in association with the information;
The first user terminal is
A display unit for displaying the authentication page;
A first input receiving unit that receives an input of the user ID from the user,
A first transmission unit that transmits the user ID received by the first input reception unit and the type and version of the browser used for displaying the authentication page by the display unit to the authentication server;
With
The second user terminal is
A second input receiving unit for receiving an input of a password from the user;
A second transmission unit for transmitting the password is accepted by the second input receiving unit, the identification information that is pre-assigned to the second user terminal to the authentication server,
With
The authentication server further includes:
A first receiver that receives from the first user terminal the user ID and the type and version of the browser used to display the authentication page by the display ;
From the second user terminal indicated by the identification information associated with the user ID of the first receiving unit has received, the second receiving and password the accepted, and the identification information that is pre-assigned to the second user terminal A receiver,
And password associated with the user ID Ru Tei stored in the storage unit in which the first reception unit receives, the password for the second reception unit receives the match, and the first reception unit receives and Tei Ru identification information stored in the storage unit in association with the user ID, the identification information matches the second receiving unit receives, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination unit that determines that the user authentication has failed in other cases,
A determination result notifying unit for notifying the first user terminal of a determination result by the authentication determining unit;
It is characterized by providing.
本発明の第2の観点に係る認証サーバは、ユーザにより使用される第1ユーザ端末及び第2ユーザ端末とネットワークを介して接続される認証サーバであって、
前記ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末を識別する識別情報であって前記第2ユーザ端末に予め割り当てられる識別情報と、を対応付けて予め記憶する記憶部と、
前記ユーザから入力されたユーザIDと、前記第1ユーザ端末による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記第1ユーザ端末から受信する第1受信部と、
前記第1受信部が受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する第2受信部と、
前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信部が受信したパスワードとが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信部が受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定部と、
前記認証判定部による判定結果を前記第1ユーザ端末に通知する判定結果通知部と、
を備えることを特徴とする。
An authentication server according to a second aspect of the present invention is an authentication server connected via a network to a first user terminal and a second user terminal used by a user,
A user ID for identifying the user; browser information indicating a browser type and version used when displaying an authentication page for accepting input of the user ID from the user on the first user terminal; a password; A storage unit that stores identification information for identifying two user terminals in advance in association with identification information that is assigned in advance to the second user terminal ;
A first receiving unit that receives from the first user terminal the user ID input by the user and the type and version of the browser used to display the authentication page by the first user terminal;
A second unit configured to receive a password input from the user and identification information assigned in advance to the second user terminal from the second user terminal indicated by the identification information associated with the user ID received by the first receiving unit; Two receivers;
And password associated with the user ID Ru Tei stored in the storage unit in which the first reception unit receives, the password for the second reception unit receives the match, and the first reception unit receives and Tei Ru identification information stored in the storage unit in association with the user ID, the identification information matches the second receiving unit receives, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination unit that determines that the user authentication has failed in other cases,
A determination result notifying unit for notifying the first user terminal of a determination result by the authentication determining unit;
It is characterized by providing.
本発明の第3の観点に係る認証方法は、記憶部を有し、ユーザにより使用される第1ユーザ端末及び第2ユーザ端末とネットワークを介して接続される認証サーバにて実行される認証方法であって、
前記記憶部には、前記ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末を識別する識別情報であって前記第2ユーザ端末に予め割り当てられる識別情報と、が対応付けて予め記憶され、
前記ユーザから入力されたユーザIDと、前記第1ユーザ端末による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記第1ユーザ端末から受信する第1受信ステップと、
前記第1受信ステップで受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する第2受信ステップと、
前記第1受信ステップで受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信ステップで受信したパスワードとが一致し、且つ、前記第1受信ステップで受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信ステップで受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定ステップと、
前記認証判定ステップによる判定結果を前記第1ユーザ端末に通知する判定結果通知ステップと、
を備えることを特徴とする。
An authentication method according to a third aspect of the present invention includes a storage unit, and is executed by an authentication server connected via a network to a first user terminal and a second user terminal used by a user. Because
The storage unit includes a user ID for identifying the user, browser information indicating a browser type and version used when displaying an authentication page for accepting an input of the user ID from the user on the first user terminal; The password and the identification information for identifying the second user terminal and the identification information assigned in advance to the second user terminal are stored in advance in association with each other.
A first receiving step of receiving, from the first user terminal , a user ID input from the user and a type and version of a browser used for displaying the authentication page by the first user terminal;
A second password is received from the second user terminal indicated by the identification information associated with the user ID received in the first receiving step, and the identification information assigned in advance to the second user terminal is received. Two receiving steps;
Wherein the password that you Tei stored in the storage unit in association with the user ID received in the first reception step, and the password received at the second receiving step matches, and were received in the first receiving step and Tei Ru identification information stored in the storage unit in association with the user ID, and the identification information received by the second receiving step matches, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination step of determining that the user authentication has failed in other cases,
A determination result notifying step of notifying the first user terminal of the determination result of the authentication determining step;
It is characterized by providing.
本発明の第4の観点に係るプログラムは、ユーザにより使用される第1ユーザ端末及び第2ユーザ端末とネットワークを介して接続されるコンピュータを、
前記ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末を識別する識別情報であって前記第2ユーザ端末に予め割り当てられる識別情報と、を対応付けて予め記憶する記憶部、
前記ユーザから入力されたユーザIDと、前記第1ユーザ端末による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記第1ユーザ端末から受信する第1受信部、
前記第1受信部が受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する第2受信部、
前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信部が受信したパスワードとが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信部が受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定部、
前記認証判定部による判定結果を前記第1ユーザ端末に通知する判定結果通知部、
として機能させることを特徴とする。
A program according to a fourth aspect of the present invention is a computer connected to a first user terminal and a second user terminal used by a user via a network.
A user ID for identifying the user; browser information indicating a browser type and version used when displaying an authentication page for accepting input of the user ID from the user on the first user terminal; a password; A storage unit that stores identification information that identifies two user terminals in advance in association with identification information that is assigned in advance to the second user terminal ;
A first receiver that receives from the first user terminal the user ID input by the user and the type and version of the browser used to display the authentication page by the first user terminal;
A second unit configured to receive a password input from the user and identification information assigned in advance to the second user terminal from the second user terminal indicated by the identification information associated with the user ID received by the first receiving unit; 2 receivers,
And password associated with the user ID Ru Tei stored in the storage unit in which the first reception unit receives, the password for the second reception unit receives the match, and the first reception unit receives and Tei Ru identification information stored in the storage unit in association with the user ID, the identification information matches the second receiving unit receives, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination unit that determines that the user authentication has failed otherwise.
A determination result notifying unit for notifying the first user terminal of a determination result by the authentication determining unit;
It is made to function as.
本発明によれば、不正なアクセスを防止するために好適な認証システム、認証サーバ、認証方法、及び、プログラムを提供することができる。 According to the present invention, an authentication system, an authentication server, an authentication method, and a program suitable for preventing unauthorized access can be provided.
(実施例1)
本発明の実施例を説明する。本実施例は、インターネットバンキングシステムにおける本人認証のための処理に本発明を適用した例である。
Example 1
Examples of the present invention will be described. The present embodiment is an example in which the present invention is applied to processing for personal authentication in an Internet banking system.
図1は、本実施例に係る認証システム1の構成を示す図である。認証システム1は、パーソナルコンピュータ100、認証サーバ200、通信ネットワーク300A、通信ネットワーク300B、携帯端末400、認証データベース500を備える。
FIG. 1 is a diagram illustrating a configuration of an
通信ネットワーク300Aは、典型的にはインターネットである。ただし、LAN(Local Area Network)、WAN(Wide Area Network)、専用回線などでもよい。
通信ネットワーク300Bは、典型的には携帯電話回線である。通信ネットワーク300A,300Bは互いに接続されており、データの送受信が可能である。
通信ネットワーク300Aと通信ネットワーク300Bは、プロトコルを相互変換するゲートウェイを介して接続される。
まず、パーソナルコンピュータ100のハードウェア構成について説明する。図2に示すように、パーソナルコンピュータ100は、制御部101、記憶部102、入力受付部103、I/F(Interface)104、画像処理部105、音声処理部106、通信部107を備える。
First, the hardware configuration of the
制御部101は、CPU(Central Processing Unit)等から構成され、パーソナルコンピュータ100全体の動作を制御し、各構成要素と接続され制御信号やデータをやりとりする。また、制御部101は、レジスタという高速アクセスが可能な記憶域に対してALU(Arithmetic Logic Unit)を用いて加減乗除等の算術演算や、論理和、論理積、論理否定等の論理演算、ビット和、ビット積、ビット反転、ビットシフト、ビット回転等のビット演算などを行うことができる。制御部101は、例えば、インターネットバンキングシステムのクライアント側アプリケーションを実行する。
The
記憶部102は、ROM(Read Only Memory)、RAM(Random Access Memory)、ハードディスク装置などから構成される。ROMには、パーソナルコンピュータ100全体の動作制御に必要なプログラムや各種のデータが記録される。RAMは、データやプログラムを一時的に記憶する。制御部101は、RAMに変数領域を設け、当該変数に格納された値に対して直接ALUを作用させて演算を行ったり、RAMに格納された値を一旦レジスタに格納してからレジスタに対して演算を行い、演算結果をメモリに書き戻す、などの処理を行う。ハードディスク装置は、オペレーティングシステム、ウェブページを閲覧するためのソフトウェア(以下「ウェブブラウザ」という。)、ユーザが作成した任意のデータなどを格納する。
The
入力受付部103は、キーボード、マウスなどの入力デバイスを備える。ユーザは、入力デバイスを操作して任意の指示入力やデータ等を入力することができる。
The
I/F104は、DVD−ROM(Digital Versatile Disk - Read Only Memory)、CD−ROM(Compact Disc - Read Only Memory)等の情報記録媒体からデータを読み出したり書き込んだりするドライブ装置を備える。
The I /
画像処理部105は、記憶部102等から読み出されたデータを、制御部101や画像処理部105が備える画像演算プロセッサ(図示せず)によって加工処理した後、画像処理部105が備えるフレームメモリ(図示せず)に記録する。フレームメモリに記録された画像情報は、所定の同期タイミングでビデオ信号に変換され画像処理部105に接続されるモニターへ出力される。これにより、各種の画像表示が可能となる。
The
音声処理部106は、記憶部102等から読み出したディジタル音声データをアナログ音声信号に変換し、接続されたスピーカーから音声を出力させる。
The
通信部107は、パーソナルコンピュータ100を通信ネットワーク300Aに接続するためのNIC(Network Interface Card)を備える。あるいは、通信部107は、LANを構成する際に用いられる10BASE−T/100BASE−T規格にしたがうものや、電話回線を用いてインターネットに接続するためのアナログモデム、ISDN(Integrated Services Digital Network)モデム、ADSL(Asymmetric Digital Subscriber Line)モデム、ケーブルテレビジョン回線を用いてインターネットに接続するためのケーブルモデム等と、これらと制御部101との仲立ちを行うインターフェース(図示せず)により構成されてもよい。
The
ユーザは、上記各構成を有するパーソナルコンピュータ100を操作し、ブラウザを用いて、例えばインターネットバンキングサービスを提供するウェブサイトにアクセスすることができる。後述する認証処理で接続が許可されたユーザは、口座振り込み、残高確認などのインターネットバンキングサービスを利用できる。
The user can access the website that provides, for example, an internet banking service by operating the
次に、認証サーバ200のハードウェア構成について説明する。図3に示すように、認証サーバ200は、制御部201、記憶部202、通信部203を備える。
Next, the hardware configuration of the
制御部201は、CPUなどから構成され、記憶部202に記憶されるオペレーティングシステムやその他プログラム等に従って認証サーバ200の各部を制御する。制御部201は、例えばインターネットバンキングシステムのサーバ側アプリケーションを実行する。制御部201は、インターネットバンキングシステムに接続する旨の要求をパーソナルコンピュータ100から受け取り、後述する認証処理を行う。認証の結果、接続を許可すると判別した場合には、接続要求のあったパーソナルコンピュータ100にインターネットバンキングシステムへの接続を許可し、パーソナルコンピュータ100のユーザにインターネットバンキングサービスを提供する。
The
記憶部202は、RAM、ROM、ハードディスク装置などの記憶装置から構成される。例えば、記憶部202は、認証サーバ200全体を制御するためのオペレーティングシステムやプログラム、認証データベース500から読み出されたユーザ情報テーブル510などを記憶する。
The
通信部203は、NIC、ルータ、モデム、などといった通信装置から構成される。通信部203は、制御部201の制御により、パーソナルコンピュータ100や携帯端末400と通信する。
The
また、認証サーバ200には、認証データベース500が接続されており、制御部201は、認証データベース500から随時データを読み出したり、認証データベース500を更新したりすることができる。なお、認証データベース500の構成の詳細については後述する。
In addition, an
上記構成を有する認証サーバ200は、パーソナルコンピュータ100からの認証要求に応答して、後述する認証処理を開始する。
The
次に、携帯端末400のハードウェア構成について説明する。本実施例では、携帯端末400は携帯電話機である。図4に示すように、携帯端末400は、制御部401、記憶部402、入力受付部403、外部メモリI/F404、画像処理部405、音声処理部406、無線処理部407、ディスプレイ421、スピーカー422、マイクロフォン423、アンテナ424を備える。
Next, the hardware configuration of the
制御部401は、記憶部402に記憶されるオペレーティングシステムや制御プログラムに従って、携帯端末400全体を制御する。制御部401は、各部に制御信号およびデータを送信、または、各部から応答信号およびデータを受信する。
The
記憶部402は、ROM、RAM、フラッシュメモリなどの記憶装置から構成される。記憶部402は、オペレーティングシステム、ウェブブラウザ等のソフトウェア、ユーザから入力されるデータ等を記憶する。
The
また、記憶部402は、携帯端末400に予め付与されている個体識別番号460を記憶する。個体識別番号460は、携帯端末400を一意に識別できる情報であって、HTTP(HyperText Transfer Protocol)ヘッダーに付加させることが可能な情報である。個体識別番号460は、典型的には、アルファベットと数字を用いて定義され、携帯電話サービス提供側(携帯電話事業者あるいはメーカー)から予め付与される。
In addition, the
入力受付部403は、数字キー、カーソルキー、電源キーなどの各種操作キーを備える。ユーザは、入力デバイスを操作して任意の指示入力やデータ等を入力することができる。入力受付部403は、ユーザが操作キーを押圧すると、操作キーに対応するキーコード信号を制御部107に出力する。制御部401は、キーコード信号に基づき、操作内容を決定する。
The
外部メモリI/F404は、着脱可能な外部メモリ450との接続を行いデータの入出力を行う。
The external memory I /
画像処理部405は、制御部401や画像処理部405が備える画像演算プロセッサによって画像データを加工処理した後、画像処理部405が備える出力バッファ(図示せず)に記録する。出力バッファに記録された画像情報は、所定の同期タイミングで画像信号に変換され、画像処理部405に接続されるディスプレイ421に出力される。これにより、各種の画像表示が可能となる。例えば、ディスプレイ421は、LCD(Liquid Crystal Display)、有機EL(Electro-Luminescence)ディスプレイなどから構成される。
The
音声処理部406は、携帯端末400が送信機となる場合、ユーザの発声音等をマイクロフォン423によって集音し、音声処理部406が備えるA/D(Analog/Digital)コンバータにより音声信号に変換し音声信号を出力する。また、音声処理部406は、携帯端末400が受信機となる場合、音声処理部406が備えるD/A(Digital/Analog)コンバータにより復調された通話音をスピーカー422から出力する。
When the
無線通信部407は、携帯端末400が送信機となる場合、マイクロフォン423により入力され音声処理部406が備えるA/Dコンバータにより変換された音声信号を変調し、アンテナ424を用いて相手(受信側)に送信する。また、携帯端末400が受信機となる場合、アンテナ424を用いて音声信号等を受信し、入力された音声信号を復調する。復調された音声信号は音声処理部406に入力される。
When the
また、無線通信部407は、GPS(Global Positioning System)等の通信衛星と通信し、通信衛星から送信される所定の信号に基づいて携帯端末400の位置情報(具体的には緯度や経度など)を取得し、取得した位置情報を制御部401に入力する。また、制御部401の指示に基づいて、取得した位置情報を示す信号を、アンテナ424を用いて所定の周波数の電波で基地局に送信する。
The
次に、認証データベース500の構成について説明する。図5は、認証データベース500に格納されるユーザ情報テーブル510の構成例を示す図である。認証データベース500には、ユーザID511、個体識別番号512、アドレス513、パスワード514を対応付けたユーザ情報テーブル510が格納される。
Next, the configuration of the
ユーザID511は、ユーザを識別するための情報であり、典型的にはアルファベット、数字、記号等を用いて定義される。ユーザID511は、ユーザが任意に設定できる文字列でもよいし、ユーザが所有するメールアドレスをユーザIDとして用いてもよい。
The
登録個体識別番号512は、携帯端末400から取得した個体識別番号470である。制御部401は、後述するユーザ情報登録処理において、携帯端末400から個体識別番号470を取得し、登録個体識別番号512として格納する。また、制御部401は、後述する認証処理において、携帯端末400から送信される個体識別番号470と、ユーザ情報テーブル510に登録済みの登録個体識別番号512とを照合する。
The registered
アドレス513は、携帯端末200を用いる電子メール用にユーザが予め登録した電子メールアドレス(電子メールボックス)である。
The
パスワード514は、ユーザがアルファベット、数字、記号等を用いて自由に設定できる文字列である。ユーザは、パスワード514を変更することができる。
The
認証サーバ200の制御部201は、ユーザ情報テーブル510に格納されるユーザID511、登録個体識別番号512、アドレス513、パスワード514のうちの1つ以上を変更する要求を受け付けると、受け付けた要求に従ってユーザ情報テーブル510を更新する。
When the
認証データベース500は、認証サーバ200の記憶部202に格納されていてもよいし、図示しない他のデータベースサーバの記憶装置に格納されていてもよい。また、認証データベース500には、上記以外のデータをユーザID511に対応付けて格納してもよい。
The
(ユーザ情報登録処理)
次に、本実施例のユーザ情報登録処理について、図6のフローチャートを用いて説明する。このユーザ情報登録処理は、ユーザ情報テーブル510に登録個体識別番号512、及び/又は、アドレス513、及び/又は、パスワード514を新たに登録する場合、もしくは、既に登録済みの内容を変更する場合に、携帯端末400と登録サーバ200において行われる処理である。
(User information registration process)
Next, user information registration processing according to the present embodiment will be described with reference to the flowchart of FIG. This user information registration process is performed when a registered
まず、携帯端末400の制御部401は、ユーザ情報テーブル510を更新する指示をユーザから受け付ける(ステップS601)。携帯端末400のユーザは、入力受付部403が備える操作キーを用いてウェブブラウザを起動してインターネットバンキングシステムに接続し、ユーザ情報テーブル510を更新する指示を入力することができる。
First, the
携帯端末400の制御部401は、無線通信部407を制御して、ユーザの情報を登録するためのフォームデータやディスプレイ421に表示する画像データ等を含む情報(以下「ユーザ登録ページ」という。)を取得する旨のリクエストを認証サーバ200に送信する(ステップS602)。
The
より詳細には、制御部401は、ユーザ登録ページを取得する旨のリクエストを含むパケットデータを、通信ネットワーク300Bに接続されるゲートウェイに送信する。パケットデータを受信したゲートウェイは、プロトコル変換を行い、変換後のパケットデータを認証サーバ200に送信する。以下、携帯端末400と認証サーバ200との間のデータ送受信においては、同様にゲートウェイを介した通信が行われるが、説明の簡略化のために単に「携帯端末400から認証サーバ200にデータを送信する」などというように表現する。
More specifically, the
認証サーバ200の制御部201は、ユーザ登録ページを取得する旨のリクエストを含むパケットデータを受信する(ステップS603)。
The
認証サーバ200の制御部201は、リクエストに応答して、ユーザ登録ページを記憶部202から読み出し、読み出したユーザ登録ページを携帯端末400に送信する(ステップS604)。
In response to the request, the
携帯端末400の制御部401は、認証サーバ200からユーザ登録ページを受信する(ステップS605)。
The
更に携帯端末400の制御部401は、例えば図7(a)に示すように、受信したユーザ登録ページに含まれる画像データをディスプレイ421に表示させる(ステップS606)。
Further, the
図7(a)は、新規にユーザの情報を登録する場合の画面の例である。ユーザは、操作キーを用いて、任意のユーザIDとパスワードとアドレス(電子メールアドレス)を入力できる。 FIG. 7A shows an example of a screen for registering new user information. The user can input an arbitrary user ID, password, and address (e-mail address) using the operation keys.
図7(b)は、登録済みのユーザの情報を変更する場合の画面の例である。ユーザは、ユーザIDとパスワードとアドレスのうち変更したい項目にチェックマークを付け、変更前のユーザID(現在登録中のユーザID)と変更後のユーザID(登録を希望するユーザID)、及び/又は、変更前のパスワード(現在登録中のパスワード)と変更後のパスワード(登録を希望するパスワード)、及び/又は、変更前の電子メールアドレス(現在登録中の電子メールアドレス)と変更後の電子メールアドレス(登録を希望する電子メールアドレス)を入力する。 FIG. 7B is an example of a screen for changing registered user information. The user adds a check mark to an item to be changed among the user ID, password, and address, and the user ID before the change (user ID currently registered), the user ID after the change (user ID that desires to be registered), and / or Or, password before change (currently registered password) and password after change (password to register) and / or e-mail address before change (e-mail address currently registered) and changed e-mail Enter your email address (the email address you wish to register for).
携帯端末400の制御部401は、ユーザIDとパスワードとアドレスの入力を受け付ける(ステップS607)。ここで入力されたユーザIDとパスワードとアドレスが、ユーザ情報テーブル510に登録されることになる。
The
携帯端末400の制御部401は、予め記憶部402に格納されている個体識別番号460を読み出す。そして、制御部401は、読み出した個体識別番号460と、ステップS607で受け付けられたユーザID,パスワード,アドレスを、無線通信部407を制御して認証サーバ200に送信する(ステップS608)。制御部401は、HTTP拡張ヘッダーに個体識別番号460を格納して送信する。
The
携帯端末400の制御部401は、所定の暗号化アルゴリズムを用いてユーザID,パスワード,アドレスを暗号化したり、SSL(Secure Sockets Layer)等のプロトコルを用いたりして、ユーザID、パスワード、アドレスを送信することが望ましい。
The
認証サーバ200の制御部201は、個体識別番号460、ユーザID、パスワード、アドレスを携帯端末400から受信する(ステップS609)。
The
そして、認証サーバ200の制御部201は、ステップS609で受信した個体識別番号460、ユーザID、パスワード、アドレスを、それぞれ、ユーザ情報テーブル510の登録個体識別番号512、ユーザID511、パスワード514、アドレス513に格納する(ステップS610)。
Then, the
なお、制御部201は、受信したユーザIDが既に登録済みの他のユーザIDを同一である場合、ステップ604に戻り、再びユーザIDの入力を受け付けるものとする。
If the received user ID is the same as another user ID already registered, the
また、制御部201は、ユーザの情報を変更するとき、受信した古いユーザIDとユーザ情報テーブル510に登録済みのユーザID511、及び/又は、受信した古いパスワードとユーザ情報テーブル510に登録済みのパスワード514、及び/又は、受信した古い電子メールアドレスとユーザ情報テーブル510に登録済みのアドレスID513が一致するか否かを判別し、一致する場合には新しいユーザID及び/又は新しいアドレス及び/又はパスワードでユーザ情報テーブル510を更新し、一致しない場合にはステップS604に戻って再びユーザID等の入力を受け付けるものとする。
When the
(認証処理)
次に、本実施例の認証処理について、図8,9のフローチャートを用いて説明する。認証処理は、パーソナルコンピュータ100のユーザによりインターネットバンキングシステムに接続する指示がなされると開始される。なお、図8,9において、パーソナルコンピュータ100を略して「PC」と記載する。
(Authentication process)
Next, the authentication processing of the present embodiment will be described with reference to the flowcharts of FIGS. The authentication process is started when an instruction to connect to the Internet banking system is given by the user of the
まず、ユーザは、ウェブブラウザを起動し、インターネットバンキングシステムを運営するウェブサイトにアクセスし、インターネットバンキングシステムに接続する指示をパーソナルコンピュータ100に入力する。パーソナルコンピュータ100の制御部101は、インターネットバンキングシステムに接続する指示をユーザから受け付ける(ステップS801)。
First, the user starts a web browser, accesses a website that operates the Internet banking system, and inputs an instruction to connect to the Internet banking system to the
パーソナルコンピュータ100の制御部101は、インターネットバンキングサービスの利用に必要な認証を行うためのフォームデータやディスプレイ421に表示する画像データ等を含む情報(以下「認証ページ」という。)を取得する旨のリクエストを含むパケットデータを、認証サーバ200に送信する(ステップS802)。
The
認証サーバ200の制御部201は、認証ページを取得する旨のリクエストを含むパケットデータを受信する(ステップS803)。
The
認証サーバ200の制御部201は、リクエストに応答して、認証ページを記憶部202から読み出し、読み出した認証ページをパーソナルコンピュータ100に送信する(ステップS804)。
In response to the request, the
パーソナルコンピュータ100の制御部101は、認証サーバ200から認証ページを受信する(ステップS805)。
The
更に、パーソナルコンピュータ100の制御部101は、画像処理部105を制御し、例えば図10に示すように、受信した認証ページに含まれる画像データをモニターに表示させる(ステップS806)。
Further, the
また、パーソナルコンピュータ100の制御部101は、ユーザIDの入力を受け付ける(ステップS807)。
In addition, the
図10は、インターネットバンキングシステムの認証を開始する指示を受け付ける画面の例である。ユーザは、キーボード等を用いてテキストボックス1001にユーザIDを入力できる。認証開始ボタン1002が押下されると、制御部101はステップS808の処理に進む。キャンセルボタン1003が押下されると、制御部101は認証処理を終了する。
FIG. 10 is an example of a screen that accepts an instruction to start authentication of the Internet banking system. The user can input a user ID into the
認証開始ボタン1002が押下されると、パーソナルコンピュータ100の制御部101は、ステップS807で受け付けたユーザIDを含むパケットデータを認証サーバ200に送信する(ステップS808)。
When the
なお、パーソナルコンピュータ100の制御部101は、所定の暗号化アルゴリズムを用いてユーザIDを暗号化したり、SSL等のプロトコルを用いたりして、ユーザIDを認証サーバ200に送信することが望ましい。
The
認証サーバ200の制御部201は、パーソナルコンピュータ100からユーザIDを含むパケットデータを受信する(ステップS809)。
The
次に、認証サーバ200の制御部201は、ユーザ情報テーブル510を検索して、受信したユーザIDと一致するユーザID511があるか否かを判別し、一致するユーザID511がある場合、一致するユーザID511に対応付けられるアドレス513を読み出す。そして、制御部201は、通信部203を制御して、読み出したアドレス513を送信先として、パスワードの入力を受け付けるページのURL(Uniform Resource Locator)を含むパケットデータを送信する(ステップS810)。典型的には、このパケットデータは電子メールの形式で送信される。
Next, the
携帯端末400の制御部401は、パスワードの入力を受け付けるページのURLを含むパケットデータを受信する(ステップS811)。制御部401は、例えば図11(a)に示すように、受信したパケットデータに含まれるURL等をディスプレイ421に表示させる。
The
ここで指定されるURLには、認証要求ごとに認証サーバ200の制御部201により生成される識別情報(以下「認証要求ID」という。)1150が含まれる。例えば制御部201は、ステップS811でパケットデータを受け取ると、固有の認証要求ID1150をランダムに生成する。そして、制御部201は、ユーザID511と対応付けて、生成した認証要求ID1150を認証サーバ200の記憶部202に一時記憶する。
The URL specified here includes identification information (hereinafter referred to as “authentication request ID”) 1150 generated by the
表示されたURLにアクセスする要求を受け付けると、携帯端末400の制御部401は、図11(b)に示すように、URLで指定されるパスワード入力画面を表示する。そして、制御部401は、パスワードの入力をユーザから受け付ける(図9;ステップS901)。
When receiving a request to access the displayed URL, the
図11(b)パスワード入力画面の例である。ユーザは、操作キー等を用いてテキストボックス1101にパスワードを入力できる。送信ボタン1102が押下されると、制御部401はステップS902の処理に進む。キャンセルボタン1103が押下されると、制御部401は認証処理を終了する。
FIG. 11B is an example of a password input screen. The user can input a password in the
送信ボタン1102が押下されると、携帯端末400の制御部401は、記憶部402に記憶されている個体識別番号460を取得し、取得した個体識別番号460と、ステップS901で受け付けられたパスワードとを含むパケットデータを、無線通信部407を制御して認証サーバ200に送信する(ステップS902)。
When the
ここで、制御部401は、送信パケットのHTTP拡張ヘッダーに個体識別番号460を格納して送信することとする。
Here, the
携帯端末400の制御部401は、所定の暗号化アルゴリズムを用いてパスワードを暗号化したり、SSL(Secure Sockets Layer)等のプロトコルを用いたりして送信することが望ましい。
It is desirable that the
認証サーバ200の制御部201は、パスワードと個体識別番号460を携帯端末400から受信する(ステップS903)。
The
次に、認証サーバ200の制御部201は、認証要求ID1150に対応するユーザID511(すなわち認証要求のあったユーザID511)に対応付けられるパスワード514をユーザ情報テーブル510から取得し、取得したパスワード514と、ステップS903で受信したパスワードとが一致するか否かを判別する(ステップS904)。
Next, the
パスワードが一致しないと判別した場合(ステップS904;NO)、認証サーバ200の制御部201は、アクセスを許可しない旨をパーソナルコンピュータ100に通知する(ステップS905)。パーソナルコンピュータ100の制御部101は、認証失敗をユーザに知らせて(ステップS906)、認証処理を終了する。
If it is determined that the passwords do not match (step S904; NO), the
一方、パスワードが一致すると判別した場合(ステップS904;YES)、認証サーバ200の制御部201は、認証要求ID1150に対応するユーザID511に対応付けられる登録個体識別番号512をユーザ情報テーブル510から取得し、取得した登録個体識別番号512と、ステップS903で受信した個体識別番号とが一致するか否かを更に判別する(ステップS907)。
On the other hand, when it is determined that the passwords match (step S904; YES), the
個体識別番号が一致しないと判別した場合(ステップS907;NO)、認証サーバ200の制御部201は、アクセスを許可しない旨をパーソナルコンピュータ100に通知する(ステップS905)。パーソナルコンピュータ100の制御部101は、認証失敗をユーザに知らせて(ステップS906)、認証処理を終了する。
When it is determined that the individual identification numbers do not match (step S907; NO), the
一方、個体識別番号が一致すると判別した場合(ステップS907;YES)、認証サーバ200の制御部201は、アクセスを許可する旨をパーソナルコンピュータ100に通知し(ステップS908)、インターネットバンキングサービスの提供を開始する(ステップS909)。
On the other hand, if it is determined that the individual identification numbers match (step S907; YES), the
アクセスを許可する旨の通知を受け取ったパーソナルコンピュータ100の制御部101は、認証成功をユーザに知らせて(ステップS910)、インターネットバンキングサービスの提供を開始する(ステップS911)。
The
例えば、パーソナルコンピュータ100の制御部101は、表示中のウェブブラウザ画面を、認証サーバ200からのサーバプッシュにより、図12に示すようなサービス画面に遷移させる。
For example, the
以上のように、本実施例では、本物のウェブサイトでしか知り得ない情報である、認証サーバ200に予め格納されるアドレス513や登録個体識別番号512を用いて認証を行うため、悪意の第三者により不正な認証が困難になるという効果がある。
As described above, in this embodiment, since authentication is performed using the
また、本実施例では、認証処理において、2種類の通信ネットワーク300A,300Bを用いて認証サーバ200にアクセスし、それぞれ異なるDNS(Domain Name System)を利用する必要があるため、DNSスプーフィングを防止できるという効果がある。ユーザは、例えば図11(a)に示されるパスワード入力画面を指すURLが正当なものであるかを目視でチェックできる。
In this embodiment, since it is necessary to access the
更には、個体識別番号470をチェックすることで、特定の携帯端末400からアクセスする必要があり、ユーザが予め登録した携帯端末400が実質的に「鍵」の役割を果たすことになる。このため、パスワードを推測したりソーシャルエンジニアリングによりパスワードを不正に入手したりしたとしても、不正なアクセスを困難にすることができる効果がある。
Furthermore, by checking the individual identification number 470, it is necessary to access from a specific
(実施例2)
次に、本発明の第2の実施例を説明する。本実施例では、更に、ユーザが使用するウェブブラウザの種類やバージョン等が認証に用いられる。
(Example 2)
Next, a second embodiment of the present invention will be described. In this embodiment, the type and version of the web browser used by the user are further used for authentication.
図13は、本実施例のユーザ情報テーブル1300の構成例を示す図である。ユーザ情報テーブル1300は、ユーザID511と対応付けて、ブラウザ情報1301を更に格納する。
FIG. 13 is a diagram illustrating a configuration example of the user information table 1300 according to the present embodiment. The user information table 1300 further
ブラウザ情報1301は、ユーザがパーソナルコンピュータ100で使用するウェブブラウザの種類とバージョンを示す情報である。
上記認証処理のステップS808において、パーソナルコンピュータ100の制御部101は、ユーザIDと共に、ステップS806で認証ページを表示するために用いたウェブブラウザの種類とバージョンを示す情報を認証サーバ200に送信する。
In step S808 of the authentication process, the
制御部101は、例えば、HTTPヘッダーのHTTP_USER_AGENTにウェブブラウザの種類とバージョンを示す情報を格納したパケットデータを送信する。
For example, the
上記認証処理のステップS809において、認証サーバ200の制御部201は、受信したウェブブラウザの種類とバージョンを示す情報を、ユーザID511と対応付けてブラウザ情報1301に格納する。このブラウザ情報1301は、次回実行される認証処理以降において使用される。
In step S809 of the authentication process, the
上記認証処理において、パスワードが一致し、且つ、個体識別番号が一致する場合(ステップS907;YES)、認証サーバ200の制御部201は、更に、認証要求IDに対応するユーザID511に対応付けられるブラウザ情報1301をユーザ情報テーブル510から取得し、取得したブラウザ情報1301と、ステップS809で受信したウェブブラウザの種類とバージョンを示す情報とが一致するか否かを更に判別する。
In the authentication process, when the passwords match and the individual identification numbers match (step S907; YES), the
一致しないと判別した場合、認証サーバ200の制御部201は、アクセスを許可しない旨をパーソナルコンピュータ100に通知する(ステップS905)。パーソナルコンピュータ100の制御部101は、認証失敗をユーザに知らせて(ステップS906)、認証処理を終了する。
If it is determined that they do not match, the
一方、一致すると判別した場合、認証サーバ200の制御部201は、アクセスを許可する旨をパーソナルコンピュータ100に通知し(ステップS908)、インターネットバンキングサービスの提供を開始する(ステップS909)。
On the other hand, if it is determined that they match, the
なお、認証サーバ200の制御部201は、ユーザが使用するウェブブラウザを指定するブラウザ情報1301を、ユーザの登録指示により予め格納するものとする。
Note that the
本実施例によれば、ユーザが過去に使用したウェブブラウザと、ユーザが今回使用するウェブブラウザが同じでなければ、認証が成功しないので、第三者による不正なアクセスを困難にすることができる効果が増す。また、ブラウザ情報1301に、パーソナルコンピュータ100で使用されるオペレーティングシステムの種類を示す情報を格納することにより、不正なアクセスを防止できる効果が更に増す。
According to the present embodiment, if the web browser used by the user in the past and the web browser used by the user are not the same, the authentication is not successful, so that unauthorized access by a third party can be made difficult. Increases effectiveness. Further, storing information indicating the type of operating system used in the
本発明は、上述した実施形態に限定されず、種々の変形及び応用が可能である。また、上述した実施形態の各構成要素を自由に組み合わせることも可能である。 The present invention is not limited to the above-described embodiments, and various modifications and applications are possible. Moreover, it is also possible to freely combine the constituent elements of the above-described embodiments.
本発明は、インターネットバンキングシステムだけでなく、オンラインショッピングシステム、メーリングシステム、その他会員制ウェブシステムなど、様々なシステムに組み込んで実施することができる。 The present invention can be implemented by being incorporated not only in the Internet banking system but also in various systems such as an online shopping system, a mailing system, and other membership system web systems.
コンピュータを上記パーソナルコンピュータ100、認証サーバ200、あるいは、携帯端末400の全部又は一部として動作させるためのプログラムを、メモリカード、CD−ROM、DVD、MO(Magneto Optical disk)などのコンピュータ読み取り可能な記録媒体に格納して配布し、これを別のコンピュータにインストールし、上述の手段として動作させ、あるいは、上述の工程を実行させてもよい。
A computer-readable program such as a memory card, a CD-ROM, a DVD, or an MO (Magneto Optical disk) can be used for operating a computer as the
さらに、インターネット上のサーバ装置が有するディスク装置等にプログラムを格納しておき、例えば、搬送波に重畳させて、コンピュータにダウンロード等するものとしてもよい。 Furthermore, the program may be stored in a disk device or the like included in a server device on the Internet, and may be downloaded onto a computer by being superimposed on a carrier wave, for example.
以上説明したように、本発明によれば、不正なアクセスを防止するために好適な認証システム、認証サーバ、認証方法、及び、プログラムを提供することができる。 As described above, according to the present invention, it is possible to provide an authentication system, an authentication server, an authentication method, and a program suitable for preventing unauthorized access.
1 認証システム
100 パーソナルコンピュータ
101 制御部
102 記憶部
103 入力受付部
104 I/F(インターフェース)
105 画像処理部
106 音声処理部
107 通信部
200 認証サーバ
201 制御部
202 記憶部
203 通信部
300A,300B 通信ネットワーク
400 携帯端末
401 制御部
402 記憶部
403 入力受付部
404 外部メモリI/F
405 画像処理部
406 音声処理部
407 無線通信部
421 ディスプレイ
422 スピーカー
423 マイクロフォン
424 アンテナ
450 外部メモリ
460 個体識別番号
500 認証データベース
510,1300 ユーザ情報テーブル
511 ユーザID
512 登録個体識別番号
513 アドレス
514 パスワード
1001 テキストボックス
1002 認証開始ボタン
1003 キャンセルボタン
1101 テキストボックス
1102 送信ボタン
1103 キャンセルボタン
1150 認証要求ID
1301 ブラウザ情報
DESCRIPTION OF
105
405
512 Registered
1301 Browser information
Claims (8)
前記認証サーバは、
ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末に予め割り当てられる識別情報と、を対応付けて予め記憶する記憶部を備え、
前記第1ユーザ端末は、
前記認証ページを表示する表示部と、
前記ユーザから前記ユーザIDの入力を受け付ける第1入力受付部と、
前記第1入力受付部により受け付けられるユーザIDと、前記表示部による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記認証サーバに送信する第1送信部と、
を備え、
前記第2ユーザ端末は、
前記ユーザからパスワードの入力を受け付ける第2入力受付部と、
前記第2入力受付部により受け付けられるパスワードと、前記第2ユーザ端末に予め割り当てられる前記識別情報を前記認証サーバに送信する第2送信部と、
を備え、
前記認証サーバは、更に、
前記第1ユーザ端末から、前記ユーザIDと、前記表示部による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を受信する第1受信部と、
前記第1受信部が受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記受け付けられたパスワードと、前記第2ユーザ端末に予め割り当てられる前記識別情報とを受信する第2受信部と、
前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信部が受信したパスワードとが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信部が受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定部と、
前記認証判定部による判定結果を前記第1ユーザ端末に通知する判定結果通知部と、
を備えることを特徴とする認証システム。 An authentication system having a first user terminal, a second user terminal, and an authentication server,
The authentication server is
A user ID for identifying a user, browser information indicating a browser type and version used when displaying an authentication page for accepting an input of the user ID from the user on the first user terminal, a password, and the second A storage unit that stores the identification information assigned in advance to the user terminal in association with the information;
The first user terminal is
A display unit for displaying the authentication page;
A first input receiving unit that receives an input of the user ID from the user,
A first transmission unit that transmits the user ID received by the first input reception unit and the type and version of the browser used for displaying the authentication page by the display unit to the authentication server;
With
The second user terminal is
A second input receiving unit for receiving an input of a password from the user;
A second transmission unit for transmitting the password is accepted by the second input receiving unit, the identification information that is pre-assigned to the second user terminal to the authentication server,
With
The authentication server further includes:
A first receiver that receives from the first user terminal the user ID and the type and version of the browser used to display the authentication page by the display ;
From the second user terminal indicated by the identification information associated with the user ID of the first receiving unit has received, the second receiving and password the accepted, and the identification information that is pre-assigned to the second user terminal A receiver,
And password associated with the user ID Ru Tei stored in the storage unit in which the first reception unit receives, the password for the second reception unit receives the match, and the first reception unit receives and Tei Ru identification information stored in the storage unit in association with the user ID, the identification information matches the second receiving unit receives, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination unit that determines that the user authentication has failed in other cases,
A determination result notifying unit for notifying the first user terminal of a determination result by the authentication determining unit;
An authentication system comprising:
前記第1受信部が前記第1ユーザ端末から当該ユーザIDを受信すると、当該受信したユーザIDと対応付けて、前記ユーザから認証を開始する要求を受け付けたことを識別する認証要求IDを生成する生成部と、
前記生成部により生成される認証要求IDを前記第2ユーザ端末に通知する認証要求ID通知部と、
を更に備え、
前記第2入力受付部が前記ユーザからパスワードの入力を受け付けるのは、前記認証サーバから前記認証要求IDが通知された後である、
ことを特徴とする、請求項1に記載の認証システム。 The authentication server is
When the first receiving unit receives the user ID from the first user terminal, the first receiving unit generates an authentication request ID for identifying that a request for starting authentication has been received from the user in association with the received user ID. A generator,
An authentication request ID notifying unit for notifying the second user terminal of an authentication request ID generated by the generating unit;
Further comprising
The second input receiving unit receives the password input from the user after the authentication request ID is notified from the authentication server.
The authentication system according to claim 1, wherein:
前記第2送信部は、当該URLを介して、前記第2入力受付部により受け付けられるパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報を前記認証サーバに送信する、
ことを特徴とする、請求項2に記載の認証システム。 The authentication request ID notification unit notifies the second user terminal of a URL (Uniform Resource Locator) including the generated authentication request ID,
The second transmission unit transmits the password received by the second input reception unit and the identification information assigned in advance to the second user terminal to the authentication server via the URL.
The authentication system according to claim 2, wherein:
前記ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末を識別する識別情報であって前記第2ユーザ端末に予め割り当てられる識別情報と、を対応付けて予め記憶する記憶部と、
前記ユーザから入力されたユーザIDと、前記第1ユーザ端末による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記第1ユーザ端末から受信する第1受信部と、
前記第1受信部が受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する第2受信部と、
前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信部が受信したパスワードとが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信部が受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定部と、
前記認証判定部による判定結果を前記第1ユーザ端末に通知する判定結果通知部と、
を備えることを特徴とする認証サーバ。 An authentication server connected via a network to a first user terminal and a second user terminal used by a user,
A user ID for identifying the user; browser information indicating a browser type and version used when displaying an authentication page for accepting input of the user ID from the user on the first user terminal; a password; A storage unit that stores identification information for identifying two user terminals in advance in association with identification information that is assigned in advance to the second user terminal ;
A first receiving unit that receives from the first user terminal the user ID input by the user and the type and version of the browser used to display the authentication page by the first user terminal;
A second unit configured to receive a password input from the user and identification information assigned in advance to the second user terminal from the second user terminal indicated by the identification information associated with the user ID received by the first receiving unit; Two receivers;
And password associated with the user ID Ru Tei stored in the storage unit in which the first reception unit receives, the password for the second reception unit receives the match, and the first reception unit receives and Tei Ru identification information stored in the storage unit in association with the user ID, the identification information matches the second receiving unit receives, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination unit that determines that the user authentication has failed in other cases,
A determination result notifying unit for notifying the first user terminal of a determination result by the authentication determining unit;
An authentication server comprising:
前記生成部により生成される認証要求IDを前記第2ユーザ端末に通知する認証要求ID通知部と、
を更に備え、
前記第2受信部が前記ユーザから入力されたパスワードと前記第2ユーザ端末に予め割り当てられる識別情報とを受信するのは、前記認証要求ID通知部が前記第2ユーザ端末に前記認証要求IDを通知した後である、
ことを特徴とする、請求項4に記載の認証サーバ。 When the first receiving unit receives the user ID from the first user terminal, the first receiving unit generates an authentication request ID for identifying that a request for starting authentication has been received from the user in association with the received user ID. A generator,
An authentication request ID notifying unit for notifying the second user terminal of an authentication request ID generated by the generating unit;
Further comprising
The second receiving unit receives the password input from the user and the identification information assigned in advance to the second user terminal because the authentication request ID notifying unit sends the authentication request ID to the second user terminal. After notification,
The authentication server according to claim 4 , wherein:
前記第2受信部は、当該URLを介して、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する、
ことを特徴とする、請求項5に記載の認証サーバ。 The authentication request ID notification unit notifies the second user terminal of a URL (Uniform Resource Locator) including the generated authentication request ID,
The second receiving unit receives a password input from the user and identification information assigned in advance to the second user terminal via the URL.
The authentication server according to claim 5 , wherein:
前記記憶部には、前記ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末を識別する識別情報であって前記第2ユーザ端末に予め割り当てられる識別情報と、が対応付けて予め記憶され、
前記ユーザから入力されたユーザIDと、前記第1ユーザ端末による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記第1ユーザ端末から受信する第1受信ステップと、
前記第1受信ステップで受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する第2受信ステップと、
前記第1受信ステップで受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信ステップで受信したパスワードとが一致し、且つ、前記第1受信ステップで受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信ステップで受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定ステップと、
前記認証判定ステップによる判定結果を前記第1ユーザ端末に通知する判定結果通知ステップと、
を備えることを特徴とする認証方法。 An authentication method that is executed by an authentication server that has a storage unit and is connected to a first user terminal and a second user terminal used by a user via a network,
The storage unit includes a user ID for identifying the user, browser information indicating a browser type and version used when displaying an authentication page for accepting an input of the user ID from the user on the first user terminal; The password and the identification information for identifying the second user terminal and the identification information assigned in advance to the second user terminal are stored in advance in association with each other.
A first receiving step of receiving, from the first user terminal , a user ID input from the user and a type and version of a browser used for displaying the authentication page by the first user terminal;
A second password is received from the second user terminal indicated by the identification information associated with the user ID received in the first receiving step, and the identification information assigned in advance to the second user terminal is received. Two receiving steps;
Wherein the password that you Tei stored in the storage unit in association with the user ID received in the first reception step, and the password received at the second receiving step matches, and were received in the first receiving step and Tei Ru identification information stored in the storage unit in association with the user ID, and the identification information received by the second receiving step matches, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination step of determining that the user authentication has failed in other cases,
A determination result notifying step of notifying the first user terminal of the determination result of the authentication determining step;
An authentication method comprising:
前記ユーザを識別するユーザIDと、前記ユーザから前記ユーザIDの入力を受け付ける認証ページを前記第1ユーザ端末において表示する際に用いられるブラウザの種類とバージョンを示すブラウザ情報と、パスワードと、前記第2ユーザ端末を識別する識別情報であって前記第2ユーザ端末に予め割り当てられる識別情報と、を対応付けて予め記憶する記憶部、
前記ユーザから入力されたユーザIDと、前記第1ユーザ端末による前記認証ページの表示に用いられたブラウザの種類とバージョンと、を前記第1ユーザ端末から受信する第1受信部、
前記第1受信部が受信したユーザIDに対応付けられる識別情報が示す前記第2ユーザ端末から、前記ユーザから入力されたパスワードと、前記第2ユーザ端末に予め割り当てられる識別情報とを受信する第2受信部、
前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているパスワードと、前記第2受信部が受信したパスワードとが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されている識別情報と、前記第2受信部が受信した識別情報とが一致し、且つ、前記第1受信部が受信したユーザIDに対応付けられて前記記憶部に記憶されているブラウザ情報が示す前記ブラウザの種類とバージョンと、前記第1受信部が受信した前記ブラウザの種類とバージョンと、が一致する場合に、前記ユーザの認証が成功したと判定し、それ以外の場合に、前記ユーザの認証が失敗したと判定する認証判定部、
前記認証判定部による判定結果を前記第1ユーザ端末に通知する判定結果通知部、
として機能させることを特徴とするプログラム。 A computer connected to the first user terminal and the second user terminal used by the user via a network,
A user ID for identifying the user; browser information indicating a browser type and version used when displaying an authentication page for accepting input of the user ID from the user on the first user terminal; a password; A storage unit that stores identification information that identifies two user terminals in advance in association with identification information that is assigned in advance to the second user terminal ;
A first receiver that receives from the first user terminal the user ID input by the user and the type and version of the browser used to display the authentication page by the first user terminal;
A second unit configured to receive a password input from the user and identification information assigned in advance to the second user terminal from the second user terminal indicated by the identification information associated with the user ID received by the first receiving unit; 2 receivers,
And password associated with the user ID Ru Tei stored in the storage unit in which the first reception unit receives, the password for the second reception unit receives the match, and the first reception unit receives and Tei Ru identification information stored in the storage unit in association with the user ID, the identification information matches the second receiving unit receives, and, associated with the user ID that the first reception unit receives If the browser type and version indicated by the browser information stored in the storage unit match the browser type and version received by the first receiving unit , the user has been successfully authenticated. And an authentication determination unit that determines that the user authentication has failed otherwise.
A determination result notifying unit for notifying the first user terminal of a determination result by the authentication determining unit;
A program characterized by functioning as
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008304101A JP5453785B2 (en) | 2008-11-28 | 2008-11-28 | Authentication system, authentication server, authentication method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008304101A JP5453785B2 (en) | 2008-11-28 | 2008-11-28 | Authentication system, authentication server, authentication method, and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010128876A JP2010128876A (en) | 2010-06-10 |
JP5453785B2 true JP5453785B2 (en) | 2014-03-26 |
Family
ID=42329214
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008304101A Expired - Fee Related JP5453785B2 (en) | 2008-11-28 | 2008-11-28 | Authentication system, authentication server, authentication method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5453785B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20170095758A (en) * | 2016-02-15 | 2017-08-23 | 류창화 | System and method for application automatic activation |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EA036943B1 (en) * | 2011-11-07 | 2021-01-19 | Дали Системз Ко., Лтд. | Soft hand-off and routing data in a virtualized distributed antenna system |
US20170250927A1 (en) | 2013-12-23 | 2017-08-31 | Dali Systems Co. Ltd. | Virtual radio access network using software-defined network of remotes and digital multiplexing switches |
WO2015099244A1 (en) * | 2013-12-26 | 2015-07-02 | 주식회사 씽크풀 | Method of user authentication using user equipment, digital system therefor, user equipment and authentication system |
KR101491515B1 (en) | 2013-12-26 | 2015-02-23 | 주식회사 씽크풀 | Method for authentication using user apparatus, digital system, and authentication system thereof |
JP6278149B1 (en) * | 2017-08-07 | 2018-02-14 | 株式会社セガゲームス | Authentication system and server |
JP7521598B2 (en) | 2020-11-04 | 2024-07-24 | 日本電気株式会社 | Authentication agent device, authentication agent method, and authentication agent program |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003044445A (en) * | 2001-08-02 | 2003-02-14 | Matsushita Graphic Communication Systems Inc | Authentication system, service providing server device, and device and method for voice authentication |
JP3670613B2 (en) * | 2002-02-12 | 2005-07-13 | 日本電信電話株式会社 | User authentication method using browser phone mail, user authentication server, user authentication method of authentication server, user authentication program of authentication server, and recording medium recording the program |
JP2003248785A (en) * | 2002-02-22 | 2003-09-05 | Canon Inc | Settlement management method, system, program, and recording medium |
JP2007114865A (en) * | 2005-10-18 | 2007-05-10 | Oki Electric Ind Co Ltd | Authentication device |
JP3959441B2 (en) * | 2005-12-28 | 2007-08-15 | クオリティ株式会社 | Management system, management server, and management program |
-
2008
- 2008-11-28 JP JP2008304101A patent/JP5453785B2/en not_active Expired - Fee Related
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20170095758A (en) * | 2016-02-15 | 2017-08-23 | 류창화 | System and method for application automatic activation |
KR101893761B1 (en) * | 2016-02-15 | 2018-10-04 | 류창화 | System and method for application automatic activation |
Also Published As
Publication number | Publication date |
---|---|
JP2010128876A (en) | 2010-06-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5453785B2 (en) | Authentication system, authentication server, authentication method, and program | |
US20110213974A1 (en) | Identifying relationships between users of a communications domain | |
JP2007102778A (en) | User authentication system and method therefor | |
CN101897166A (en) | Systems and methods for establishing a secure communication channel using a browser component | |
JP2003244183A (en) | Network equipment and remote control relay server | |
US20170279791A1 (en) | Communication apparatus, reminder apparatus, and information recording medium | |
JP2011082923A (en) | Terminal device, signature producing server, simple id management system, simple id management method, and program | |
JP2012005037A (en) | Website login method and website login system | |
JPWO2010090252A1 (en) | Account issuing system, account server, service server, and account issuing method | |
JP5733307B2 (en) | Information distribution system | |
JP2010079795A (en) | Client authentication system | |
KR20090097036A (en) | Otp generating method for using the sms, and personal identification method and system for using the same | |
US20190089798A1 (en) | Proxy system for bot connectivity to communication channels | |
JP6325654B2 (en) | Network service providing apparatus, network service providing method, and program | |
JP4340241B2 (en) | User authentication program, user authentication method, user authentication device, and user authentication system | |
JP2012128726A (en) | Network authentication system, network authentication method and program | |
WO2016009497A1 (en) | Data falsification detection device, network service providing device, data falsification detection method, network service providing method, and program | |
JP2008071216A (en) | Information transmission system, information transmission computer and program | |
JP2000322353A (en) | Information providing device, information providing service authenticating method and recording medium for recording information providing service authentication program | |
JP4979672B2 (en) | Router with display function and system using this router | |
JP4750765B2 (en) | Authentication processing system, authentication device, authentication processing method, and authentication processing program | |
JP4889418B2 (en) | Confidential information delivery method | |
JP2008015933A (en) | User authentication method, user authentication system, user authentication apparatus, and user authentication program | |
JP5108082B2 (en) | Authentication processing system, authentication processing method, and authentication processing program | |
JP2011048652A (en) | Information acquisition method, communication system and communication terminal |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20111019 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130305 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130306 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20130625 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130924 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20131001 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20131210 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131223 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
LAPS | Cancellation because of no payment of annual fees |