JP4824986B2 - Authentication system, authentication method, and authentication program - Google Patents
Authentication system, authentication method, and authentication program Download PDFInfo
- Publication number
- JP4824986B2 JP4824986B2 JP2005301198A JP2005301198A JP4824986B2 JP 4824986 B2 JP4824986 B2 JP 4824986B2 JP 2005301198 A JP2005301198 A JP 2005301198A JP 2005301198 A JP2005301198 A JP 2005301198A JP 4824986 B2 JP4824986 B2 JP 4824986B2
- Authority
- JP
- Japan
- Prior art keywords
- authentication
- user
- terminal
- time password
- 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 technique for authenticating a user's validity using a one-time password.
近年、フィッシング詐欺に代表される、インターネット上でのユーザIDおよびパスワードの詐取・盗難(identity theft)が問題となっている。そのため、より高いセキュリティを確保し、ユーザの正当性を認証する技術が求められている。例えば、特許文献1には、ワンタイムパスワード(One Time Password)を用いて、ユーザ認証を行うパスワード認証システムが記載されている。
特許文献1に記載のパスワード認証システムでは、携帯電話が認証サーバから取得したワンタイムパスワードを用いてユーザ認証を行う。しかしながら、特許文献1では、携帯電話は、ユーザIDを指定して認証サーバにワンタイムパスワードを要求する。そして、認証サーバは、当該ユーザIDに対するワンタイムパスワードを要求元の携帯電話に送信する。すなわち、ユーザIDが漏れた場合には、同時にワンタイムパスワードも漏れたも同義である。 In the password authentication system described in Patent Document 1, the mobile phone performs user authentication using a one-time password acquired from an authentication server. However, in Patent Document 1, the mobile phone specifies a user ID and requests a one-time password from the authentication server. Then, the authentication server transmits a one-time password for the user ID to the requesting mobile phone. That is, when the user ID is leaked, it is synonymous with the leak of the one-time password at the same time.
したがって、悪意のある第三者は、ユーザIDさえ取得できれば、ユーザIDを認証サーバに送ることによってワンタイムパスワードを取得できる。これにより、悪意のある第三者が、不正に取得したユーザIDとワンタイムパスワードを使用して、例えばオンライン口座にログインし、不正な操作を行う可能性がある。 Therefore, a malicious third party can acquire a one-time password by sending the user ID to the authentication server as long as the user ID can be acquired. Accordingly, there is a possibility that a malicious third party logs in, for example, an online account and performs an unauthorized operation using the user ID and the one-time password that are illegally acquired.
本発明は上記事情に鑑みてなされたものであり、本発明の目的は、ユーザIDおよびパスワード双方が同時に漏洩するリスクを軽減し、より高いセキュリティを確保したユーザ認証技術を提供することにある。 The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a user authentication technique that reduces the risk of both a user ID and a password leaking at the same time and ensures higher security.
上記課題を解決するために、本発明は、例えば、複数の業務サーバのユーザを認証する認証システムであって、第1の端末が有する端末識別情報と、前記業務サーバ内でユーザを識別するユーザIDと、ワンタイムパスワードとを対応付けて記憶する認証テーブルと、前記第1の端末から、当該第1の端末の端末識別情報を含むパスワード要求を受信する第1の受信手段と、前記端末識別情報のワンタイムパスワードを生成し、生成したワンタイムパスワードを当該端末識別情報に対応付けて前記認証テーブルに記憶するパスワード生成手段と、前記生成したワンタイムパスワードを前記第1の端末に送信するパスワード送信手段と、第2の端末からユーザIDおよびワンタイムパスワードを含むログイン要求を受信する第2の受信手段と、受信したワンタイムパスワードと、前記認証テーブルに記憶された前記ユーザIDに対応するワンタイムパスワードとが一致するか否かを判別し、ワンタイムパスワードが一致した場合に前記ユーザIDを含む認証成功メッセージを前記業務サーバに送信する認証手段と、を有する。 In order to solve the above-described problems, the present invention provides an authentication system that authenticates users of a plurality of business servers, for example, and includes terminal identification information included in a first terminal and a user that identifies a user in the business server An authentication table for storing an ID and a one-time password in association with each other; a first receiving means for receiving a password request including terminal identification information of the first terminal from the first terminal; and the terminal identification Password generating means for generating a one-time password of information, storing the generated one-time password in the authentication table in association with the terminal identification information, and a password for transmitting the generated one-time password to the first terminal Transmitting means; second receiving means for receiving a login request including a user ID and a one-time password from the second terminal; It is determined whether or not the received one-time password matches the one-time password corresponding to the user ID stored in the authentication table, and if the one-time password matches, an authentication success message including the user ID Authentication means for transmitting to the business server.
本発明では、ユーザIDおよびパスワードの漏洩リスクを軽減し、より高いセキュリティを確保することができる。 In the present invention, it is possible to reduce the risk of leakage of the user ID and password, and to ensure higher security.
以下、本発明の実施の形態について説明する。 Embodiments of the present invention will be described below.
図1は、本発明の一実施形態が適用された認証システムの全体構成図である。図示する認証システムは、ユーザが携帯する携帯電話(第1の端末)1と、PC(Personal Computer)などの端末(第2の端末)2と、認証PL(presentation layer)サーバ3と、認証BL(business logic layer)サーバ4と、少なくとも1つの業務サーバ5とを有する。携帯電話1と認証PLサーバ3とは、携帯電話網6を介して接続され、端末2と認証PLサーバ3とは、インターネットなどのネットワーク7を介して接続されるものとする。また、認証PLサーバ3と認証BLサーバ4とは、専用線8を介して接続され、認証PLサーバ3と業務サーバ5とは、専用線またはインターネットなどのネットワーク9を介して接続されるものとする。
FIG. 1 is an overall configuration diagram of an authentication system to which an embodiment of the present invention is applied. The illustrated authentication system includes a mobile phone (first terminal) 1 carried by a user, a terminal (second terminal) 2 such as a PC (Personal Computer), an authentication PL (presentation layer)
本実施形態では、各業務サーバ5が、認証PLサーバ3および認証BLサーバ4を共同利用するものとする。すなわち、認証PLサーバ3および認証BLサーバ4は、ASP(Application Service Provider)であって、各業務サーバ5にユーザ認証機能を提供するものとする。なお、本実施形態では、認証PLサーバ3および認証BLサーバ4を有するが、これらのサーバを統合して1つの認証サーバ(認証装置)としてもよい。
In the present embodiment, it is assumed that each business server 5 jointly uses the
本認証システムのユーザは、少なくとも1つの業務サーバ5が提供するWebサイト(業務システム)のサービスを利用可能なユーザであって、あらかじめ所定の業務サーバ5のWebサイトに登録し、当該Webサイト内でユーザを識別するためのサイトユーザIDを取得しているものとする。 The user of this authentication system is a user who can use the service of the website (business system) provided by at least one business server 5, and is registered in advance on the website of the predetermined business server 5, It is assumed that the site user ID for identifying the user is acquired.
また、ユーザは、携帯電話1を用いて、ワンタイムパスワードを認証PLサーバ3および認証BLサーバ4から取得する。図示する携帯電話1は、ユーザの指示を受け付ける指示受付部11と、認証PLサーバ3から取得した各種の情報・画面を表示する表示部12と、を有する。また、携帯電話1は、図示しないメモリ等の記憶装置に機体識別番号などの携帯電話ID(端末識別情報)が記憶されているものとする。なお、携帯電話IDが記憶されているメモリ等は、携帯電話1から着脱可能なICカードであってもよい。
Further, the user uses the mobile phone 1 to obtain a one-time password from the
また、ユーザは、端末2を用いて認証PLサーバ3および認証BLサーバ4にアクセスし、認証BLサーバ4のユーザ認証後に所望の業務サーバ5のWebサイトにログインする。なお、ユーザは、認証PLサーバ3および認証BLサーバ4にアクセスする際に、携帯電話1を用いて取得したワンタイムパスワードを、端末2に入力するものとする。図示する端末2は、ユーザの各種指示を受け付ける指示受付部21と、出力装置に各種の情報・画面を表示する表示部22と、を有する。なお、指示受付部21および表示部22は、Webブラウザと同様の機能を有するものとする。
Further, the user accesses the
認証PLサーバ3および認証BLサーバ4は、携帯電話1の要求を受け付けて、ワンタイムパスワードを生成するとともに、端末2から送信されたログイン要求の正当性を認証する。認証PLサーバ3は、図示するように、ユーザ登録受付部31と、パスワード要求受付部32と、ログイン要求受付部33とを有し、携帯電話1および端末2に対する入出力処理を行う。
The
認証BLサーバ4は、ユーザ登録を行う登録部41と、ワンタイムパスワードを生成するパスワード生成部42と、ログイン要求の正当性を認証する認証部43と、認証テーブル44と、を有する。認証テーブル44には、後述するユーザ登録処理により、認証に必要な各種の情報がユーザ毎に登録される。なお、認証テーブル44については後述する。
The
業務サーバ5は、例えば、各種銀行、証券会社等の金融機関が所有するシステムであって、オンラインバンキング、オンライントレードなどのWebサイト(業務システム)を端末2に提供する。業務サーバ5は、認証PLサーバ3または端末2からから認証BLサーバ4が認証した認証結果を受け付けるログイン処理部51と、各種の業務サービスを提供する業務処理部52と、ユーザ登録時のチェックを行う登録チェック部53と、ユーザテーブル54とを有する。ユーザテーブル54は、当該業務サーバ5が提供するWebサイトを利用可能なユーザのユーザ情報が設定されたテーブルである。なお、ユーザ情報には、サイトユーザIDとパスワードとが含まれる。
The business server 5 is a system owned by financial institutions such as various banks and securities companies, and provides a web site (business system) such as online banking and online trade to the
次に、認証BLサーバ4の認証テーブル44について説明する。
Next, the authentication table 44 of the
図2は、認証テーブル44の一例を示した図である。図示する認証テーブル44は、第1のユーザID441と、PIN(Personl Identification Number)442と、携帯電話ID443、サイトコード446と、第2のユーザID(サイトユーザID)445と、ワンタイムパスワード444と、ワンタイムパスワードの有効期限445とを有する。なお、第1のユーザID441は、本実施形態での認証システム全体で、各ユーザを識別するための識別情報である。PIN442は、ユーザが設定する暗証番号である。携帯電話ID443には、携帯電話1の機体識別番号(または、携帯電話の電話番号)を用いることとする。なお、1人のユーザが、複数の携帯電話1を所有する場合は、1つの第1のユーザID441に対して複数のレコードが登録されるものとする。
FIG. 2 is a diagram illustrating an example of the authentication table 44. The illustrated authentication table 44 includes a
サイトコード446は、各業務サーバ5が提供するWebサイトを識別するための識別情報である。第2のユーザID447は、各Webサイト固有のユーザ識別情報(サイトユーザID)であって、例えば、口座番号やクレジットカード番号などを用いることが考えられる。ワンタイムパスワード444および有効期限445には、パスワード生成部42が生成したワンタイムパスワードおよび有効期限が設定される。
The
上記説明した、携帯電話1、端末2、認証PLサーバ3、認証BLサーバ4および業務サーバ5は、いずれも、例えば図3に示すようなCPU901と、メモリ902と、HDD等の外部記憶装置903と、キーボードやマウスなどの入力装置904と、ディスプレイやプリンタなどの出力装置905と、ネットワークと接続するための通信制御装置906と、を備えた汎用的なコンピュータシステムを用いることができる。このコンピュータシステムにおいて、CPU901がメモリ902上にロードされた所定のプログラムを実行することにより、各装置の各機能が実現される。
The mobile phone 1,
例えば、携帯電話1、端末2、認証PLサーバ3、認証BLサーバ4および業務サーバ5の各機能は、携帯電話1用のプログラムの場合は携帯電話1のCPU901が、端末2用のプログラムの場合は端末2のCPU901が、認証PLサーバ3用のプログラムの場合は認証PLサーバ3のCPU901が、認証BLサーバ4用のプログラムの場合は認証BLサーバ4のCPU901が、そして、業務サーバ5用のプログラムの場合は業務サーバ5のCPU901が、それぞれ実行することにより実現される。なお、認証BLサーバ4の認証テーブル44には、認証BLサーバ4のメモリ902または外部記憶装置903が用いられるものとする。また、業務サーバ5のユーザテーブル54には、業務サーバ5のメモリ902または外部記憶装置903が用いられるものとする。また、入力装置904および出力装置905については、各装置が必要に応じて備えるものとする。
For example, each function of the mobile phone 1,
次に、ユーザ登録処理について説明する。本実施形態では、ユーザは、まず、認証システムに対するユーザ登録を行ない、その後、所望の業務サーバ5のWebサイト(以下、「サイト」)に対するユーザ登録を行うものとする。 Next, user registration processing will be described. In the present embodiment, it is assumed that the user first performs user registration for the authentication system, and then performs user registration for a desired business server 5 Web site (hereinafter “site”).
図4は、認証システムに対するユーザ登録処理のシーケンス図である。また、図5は、携帯電話1の出力装置に表示される各種画面(画面遷移)の一例を示したものである。 FIG. 4 is a sequence diagram of user registration processing for the authentication system. FIG. 5 shows an example of various screens (screen transitions) displayed on the output device of the mobile phone 1.
携帯電話1は、まず、所定のURL(Uniform Resource Locator)を指定して、認証PLサーバ3にアクセスし、例えば図5に示す登録初期画面51を出力装置に表示する(S11)。そして、携帯電話1の指示受付部11は、ユーザの指示を受け付けて、初期メニュー選択指示を認証PLサーバ3に送信する。認証PLサーバ3のユーザ登録受付部31は、初期メニューの選択指示を受け付けて、初期メニュー画面を携帯電話1に送信する(S12)。
The mobile phone 1 first designates a predetermined URL (Uniform Resource Locator), accesses the
そして、携帯電話1の表示部12は、例えば図5に示す初期メニュー画面52を出力装置に表示する(S13)。なお、図示する初期メニュー画面52には、「新規ユーザ登録」、「サイト登録」および「設定変更」のいずれかを選択するためのラジオボタンと、送信ボタンとが表示されている。ユーザは、入力装置を用いて「新規ユーザ登録」を選択し、送信ボタンをクリックする。
And the
携帯電話1の指示受付部11は、ユーザが入力した指示を受け付けて、新規ユーザ登録要求を認証PLサーバ3に送信する。認証PLサーバ3のユーザ登録受付部31は、新規ユーザ登録要求を受け付けると、ユーザID入力画面を携帯電話1に送信する(S14)。
そして、携帯電話1の表示部12は、例えば図5に示すユーザID入力画面53を出力装置に表示する(S15)。なお、図示するユーザID入力画面53には、認証システム内で一意に識別可能な第1のユーザIDを入力するユーザID入力欄と送信ボタンとが表示されている。ユーザは、入力装置を用いて第1のユーザIDを入力し、送信ボタンをクリックする。
The
And the
携帯電話1の指示受付部11は、入力された第1のユーザIDを受け付けて、認証PLサーバ3に送信する。認証PLサーバ3のユーザ登録受付部31は、第1のユーザIDを受け付けると、次にPIN入力画面を携帯電話1に送信する(S16)。
そして、携帯電話1の表示部12は、例えば図5に示すPIN入力画面54を出力装置に表示する(S17)。なお、図示するPIN入力画面54には、PIN(暗証番号)入力欄と送信ボタンとが表示されている。ユーザは、入力装置を用いて任意のPINを入力し、送信ボタンをクリックする。携帯電話1の指示受付部11は、入力されたPINを受け付けて、認証PLサーバ3に送信する(S18)。なお、携帯電話1の指示受付部11は、認証PLサーバ3に各種情報を送信する際(S12、S14、S16、S18)、または、PINを送信する際(S18)に、当該携帯電話1のメモリ等に記憶された携帯電話IDを併せて送信するものとする。
The
And the
認証PLサーバ3のユーザ登録受付部31は、S16およびS18で携帯電話1から受信した第1のユーザIDおよびPINと、当該携帯電話1の携帯電話IDと、を含む登録要求を認証BLサーバ4に送信する(S19)。
The user
認証BLサーバ4の登録部41は、登録要求に含まれる第1のユーザID、PINおよび携帯電話IDが設定されたレコードを認証テーブル44(図2参照)に登録する(S20)。そして、登録部41は、登録完了通知を認証PLサーバ3に送信する(S21)。そして、認証PLサーバ3のユーザ登録受付部31は、携帯電話1に登録完了画面を送信する(S22)。そして、携帯電話1の表示部12は、例えば図5に示す登録完了画面55を出力装置に表示する(S23)。
The
次に、サイトへのユーザ登録処理について説明する。なお、サイトへのユーザ登録処理には、以下の2つの方法が考えられる。 Next, user registration processing for the site will be described. The following two methods are conceivable for the user registration process for the site.
図6は、第1の方法のサイトへのユーザ登録処理のシーケンス図である。また、図7は、第1の方法を用いた場合の携帯電話1の出力装置に表示される各種画面(画面遷移)の一例を示したものである。 FIG. 6 is a sequence diagram of the user registration process to the site in the first method. FIG. 7 shows an example of various screens (screen transitions) displayed on the output device of the mobile phone 1 when the first method is used.
携帯電話1は、まず、所定のURLを指定して認証PLサーバ3にアクセスし、図7に示す登録初期画面61を出力装置に表示する(S31)。そして、携帯電話1の指示受付部11は、ユーザの指示を受け付けて、初期メニュー選択指示を認証PLサーバ3に送信する。そして、認証PLサーバ3のユーザ登録受付部31は、初期メニュー画面を携帯電話1に送信する(S32)。
The mobile phone 1 first accesses the
そして、携帯電話1の表示部12は、例えば図7に示す初期メニュー画面62を出力装置に表示する(S13)。なお、図示する初期メニュー画面62は、図5の初期メニュー画面52と同様である。ここで、ユーザは、「サイト登録」を選択する。携帯電話1の指示受付部11は、ユーザの指示を受け付けて、サイト登録要求を認証PLサーバ3に送信する。そして、認証PLサーバ3のユーザ登録受付部31は、ユーザID・PIN入力画面を携帯電話1に送信する(S34)。
そして、携帯電話1の表示部12は、例えば図7に示すユーザID・PIN入力画面63を出力装置に表示する(S35)。なお、図示するユーザID・PIN入力画面63には、第1のユーザID入力欄と、PIN入力欄と、送信ボタンと、が表示されている。ユーザは、図5の処理で登録した第1のユーザIDおよびPINを入力する。
And the
Then, the
携帯電話1の指示受付部11は、第1のユーザIDおよびPINを受け付けて、認証PLサーバ3に送信する(S36)。なお、携帯電話1の指示受付部11は、認証PLサーバ3に各種情報を送信する際、または、S36で第1のユーザIDおよびPINを送信する際に、当該携帯電話1のメモリ等に記憶された携帯電話IDを併せて送信するものとする。
The
認証PLサーバ3のユーザ登録受付部31は、受信した第1のユーザID、PINおよび携帯電話IDを含む確認要求を、認証BLサーバ4に送信する(S37)。認証BLサーバ4の登録部41は、確認要求に含まれる第1のユーザID、PINおよび携帯電話IDが、認証テーブル44に存在するか否かを判別する。そして、認証テーブル44に存在する場合、登録部41は、許可通知を認証PLサーバ3に送信する(S37)。
The user
認証PLサーバ3のユーザ登録受付部31は、許可通知を受け付けると、サイト選択画面を携帯電話1に送信する(S38)。そして、携帯電話1の表示部12は、例えば図7に示すサイト選択画面64を出力装置に表示する(S39)。なお、図示するサイト選択画面64には、いずれかのサイトを選択するためのラジオボタンと、送信ボタンと、が表示されている。ユーザは、いずれかのサイトのラジオボタンを選択する。
When receiving the permission notification, the user
携帯電話1の指示受付部11は、選択されたサイトのサイトコードを、認証PLサーバ3に送信する。そして、認証PLサーバ3のユーザ登録受付部31は、サイトユーザID入力画面を携帯電話1に送信する(S40)。そして、携帯電話1の表示部12は、例えば図7に示すサイトユーザID入力画面65を出力装置に表示する(S41)。なお、図示するサイトユーザID入力画面65には、サイトユーザID入力欄およびパスワード入力欄と、送信ボタンとが表示されている。
The
ユーザは、サイトユーザID入力欄およびパスワード入力欄に、当該サイトにおいて既に登録済み(取得済み)のサイトユーザID(第2のユーザID)およびパスワードを入力する。なお、ユーザは、本処理を行う前に、あらかじめ所望のサイト(業務サーバ5)にユーザ登録を行っておくものとする。 The user inputs a site user ID (second user ID) and password that have already been registered (acquired) in the site in the site user ID input field and password input field. It is assumed that the user performs user registration in advance on a desired site (business server 5) before performing this processing.
そして携帯電話1の指示受付部11は、ユーザが入力したサイトユーザIDおよびパスワードを、認証PLサーバ3に送信する(S42)。そして、認証PLサーバ3のユーザ登録受付部31は、サイトユーザIDおよびパスワードを受け付けて、これらの情報を含む確認要求を、S40で選択されたサイトコードに対応する業務サーバ5に送信する。業務サーバ5の登録チェック部53は、確認要求に含まれるサイトユーザIDおよびパスワードが、ユーザテーブル54に存在するか否かを判別する。そして、ユーザテーブル54に存在する場合、登録チェック部53は、登録許可通知を認証PLサーバ3に送信する(S43)。なお、認証PLサーバ3のユーザ登録受付部31は、直接、ユーザテーブル54にアクセスし、サイトユーザID等が存在するか否かを判別することとしてもよい。
And the instruction |
登録許可通知を受け付けた場合、認証PLサーバ3のユーザ登録受付部31は、S36で受け付けた第1のユーザIDおよびPINと、S40で受け付けたサイトコードと、S42で受け付けたサイトユーザIDと、当該携帯電話1の携帯電話IDと、を含む登録要求を認証BLサーバ4に送信する(S44)。なお、携帯電話1の指示受付部11は、認証PLサーバ3に各種情報を送信する際に、携帯電話IDを併せて送信するものとする。
When the registration permission notification is received, the user
認証BLサーバ4の登録部41は、登録要求に含まれる第1のユーザID、PINおよび携帯電話IDが設定されたレコードを認証テーブル44から特定し、当該レコードに登録要求に含まれるサイトコードおよびサイトユーザIDを設定する(S45)。そして、登録部41は、登録完了通知を認証PLサーバ3に送信する(S46)。そして、認証PLサーバ3のユーザ登録受付部31は、携帯電話1に登録完了画面を送信する(S47)。そして、携帯電話1の表示部12は、図7に示す登録完了画面66を出力装置に表示する(S48)。
The
次に第2の方法のサイトへのユーザ登録処理について説明する。 Next, the user registration process to the site of the second method will be described.
図8は、第2の方法のサイトへのユーザ登録処理のシーケンス図である。また、図9は、第2の方法を用いた場合の携帯電話1の出力装置に表示される各種画面(画面遷移)の一例を示したものである。 FIG. 8 is a sequence diagram of the user registration process to the site in the second method. FIG. 9 shows an example of various screens (screen transitions) displayed on the output device of the mobile phone 1 when the second method is used.
携帯電話1は、所定のURLを指定して、認証PLサーバ3にアクセスし、図7に示す会社毎に作成されたメニュー画面71を出力装置に表示する(S51)。そして、携帯電話1の指示受付部11は、ユーザからサイト登録メニューの選択指示を受け付けて、当該指示を認証PLサーバ3に送信する。認証PLサーバ3のユーザ登録受付部31は、ユーザID・PIN入力画面を携帯電話1に送信する(S52)。
そして、携帯電話1の表示部12は、図9に示すユーザID・PIN入力画面72を出力装置に表示する(S53)。なお、図示するユーザID・PIN入力画面72は、図7のユーザID・PIN入力画面63と同様である。携帯電話1の指示受付部11は、ユーザが入力した第1のユーザIDおよびPINを受け付けて、認証PLサーバ3に送信する(S54)。なお、携帯電話1の指示受付部11は、認証PLサーバ3に各種情報を送信する際、または、S54で第1のユーザIDおよびPINを送信する際に、当該携帯電話1のメモリ等に記憶された携帯電話IDを併せて送信するものとする。
The mobile phone 1 designates a predetermined URL, accesses the
The
認証PLサーバ3のユーザ登録受付部31は、第1のユーザID、PINおよび携帯電話IDを受け付け、これらの情報を含む確認要求を認証BLサーバ4に送信する(S55)。そして、認証BLサーバ4の登録部41は、確認要求に含まれる第1のユーザID、PINおよび携帯電話IDが、認証テーブル44に存在するか否かを判別する。そして、認証テーブル44に存在する場合、登録部41は、許可通知を認証PLサーバ3に送信する(S55)。
The user
認証PLサーバ3のユーザ登録受付部31は、許可通知を受け付けると、サイトユーザID入力画面を携帯電話1に送信する(S56)。そして、携帯電話1の表示部12は、図9に示すサイトユーザID入力画面73を出力装置に表示する(S57)。なお、図示するサイトユーザID入力画面73は、図7のサイトユーザID入力画面65と同様である。携帯電話1の指示受付部11は、ユーザが入力したサイトユーザIDおよびパスワードを、認証PLサーバ3に送信する(S58)。
When receiving the permission notification, the user
なお、これ以降のS59からS64までの処理は、図6で説明したS43からS48までの処理と同様であるため、ここでは説明を省略する。 Note that the subsequent processing from S59 to S64 is the same as the processing from S43 to S48 described with reference to FIG.
次に、ユーザ認証処理について説明する。ユーザ認証処理では、まず、携帯電話1を用いてワンタイムパスワード取得し、その後、端末2から所望のサイトにログインする。
Next, user authentication processing will be described. In the user authentication process, first, a one-time password is acquired using the mobile phone 1, and then a desired site is logged in from the
図10は、ワンタイムパスワード取得処理のシーケンス図である。また、図11は、携帯電話1の出力装置に表示される各種画面(画面遷移)の一例を示したものである。まず、携帯電話1の指示受付部11は、ユーザの指示を受け付けて、所定のURLを指定して認証PLサーバ3にアクセスし、OTP(ワンタイムパスワード)取得メニュー画面を要求する。そして、認証PLサーバ3のパスワード要求受付部32は、携帯電話1からの要求を受け付けて、OTP取得メニュー画面を携帯電話1に送信する(S71)。
FIG. 10 is a sequence diagram of the one-time password acquisition process. FIG. 11 shows an example of various screens (screen transitions) displayed on the output device of the mobile phone 1. First, the
なお、パスワード要求受付部32は、S71において、当該携帯電話1のキャリア種別とIPアドレスとを取得するものとする。そして、パスワード要求受付部32は、図示しないキャリアテーブルを参照し、受信したIPアドレスが、受信したキャリア種別のキャリアがとり得るIPアドレスか否かを判別する。そして、パスワード要求受付部32は、当該キャリアがとり得るIPアドレスの場合にのみ、OTP取得メニュー画面を要求元の携帯電話1に送信し、それ以外の場合はエラーメッセージを携帯電話1に送信する。キャリアテーブルは、キャリア毎に当該キャリアがとり得るIPアドレスが設定されたテーブルであって、認証PLサーバ3のメモリまたは外部記憶装置に記憶されているものとする。
Note that the password
そして、携帯電話1の表示部12は、例えば図11に示すOTP取得メニュー画面81を出力装置に表示する(S72)。図示するOTP取得メニュー画面81は、ワンタイムパスワードの取得を指示するためのラジオボタンと、送信ボタンとが表示されている。携帯電話1の指示受付部11は、ユーザの指示を受け付けて、パスワード取得要求を認証PLサーバ3に送信する。そして、認証PLサーバ3のパスワード要求受付部32は、PIN入力画面を携帯電話1に送信する(S73)。
And the
そして、携帯電話1の表示部12は、例えば図11に示すPIN入力画面82を出力装置に表示する(S74)。図示するPIN入力画面は、PIN入力欄と、送信ボタンとが表示されている。ユーザは、PIN入力欄にユーザ登録処理(図4参照)で登録したPINを入力し、送信ボタンをクリックする。そして、携帯電話1の指示受付部11は、入力されたPINと携帯電話IDとを、認証PLサーバ3に送信する(S75)。なお、携帯電話1の指示受付部11は、認証PLサーバ3に各種情報を送信する際、または、S75でPINを送信する際に、当該携帯電話1のメモリ等に記憶された携帯電話IDを併せて送信するものとする。
And the
認証PLサーバ3のパスワード要求受付部32は、PINおよび携帯電話IDを受け付ける。そして、パスワード要求受付部32は、S71で指定されたURL(または、S75の送信時に指定されたURL)から、サイトコードを特定する。なお、パスワード要求受付部32は、例えば、URLとサイトコードとを対応付けたURLテーブル(不図示)を参照し、サイトコードを特定するものとする。この場合、URLテーブルは、認証PLサーバ3のメモリまたは外部記憶装置に記憶されているものとする。
The password
そして、パスワード要求受付部32は、PIN、携帯電話IDおよびサイトコードとを含むワンタイムパスワード生成要求を、認証BLサーバ4に送信する(S76)。
Then, the password
認証BLサーバ4のパスワード生成部42は、ワンタイムパスワード生成要求を受信し、当該要求で指定されたPIN、携帯電話IDおよびサイトコードを有するレコードが、認証テーブル44に存在するか否かを判別する(S77)。そして、認証テーブル44に存在する場合、パスワード生成部42は、所定のアルゴリズムにより、ワンタイムパスワードを生成する(S78)。なお、パスワード生成部42は、例えば、ワンタイムパスワード生成要求のタイムスタンプ、および当該要求に含まれる携帯電話IDを、認証文字列の「種」としてワンタイムパスワードを生成する。
The
そして、パスワード生成部42は、生成したワンタイムパスワードおよび有効期限を、認証テーブル44の対応するレコードに記憶する。なお、パスワード生成部42は、ワンタイムパスワードを生成した時刻から所定の時間(例えば、1分)が経過した時刻を、有効期限として認証テーブル44に設定するものとする。
Then, the
そして、パスワード生成部42は、生成したワンタイムパスワードを認証PLサーバ3に送信する(S79)。そして、認証PLサーバ3のパスワード要求受付部32は、生成されたワンタイムパスワードを含むワンタイムパスワード表示画面を携帯電話1に送信する(S80)。そして、携帯電話1の表示部12は、例えば図11に示すようなワンタイムパスワード表示画面83を出力装置に表示する(S81)。ユーザは、携帯電話1に表示されたワンタイムパスワードを用いて、次に説明するログイン処理を行う。なお、S77において、対象となるレコードが認証テーブル44に存在しない場合、エラーメッセージが携帯電話1に送信される。
Then, the
次に、端末2から所定の業務サーバ5のサイト(Webサイト)にログインする際のログイン処理について説明する。なお、ログイン処理には、2つの方式のログイン処理が考えられる。
Next, a login process when logging in to a site (Web site) of a predetermined business server 5 from the
図12は、第1のログイン処理のシーケンス図である。また、図13は、端末2の出力装置に表示される各種画面(画面遷移)の一例を示したものである。まず、端末2の指示受付部21は、ユーザの指示を受け付けて、所定のURLを指定して認証PLサーバ3にアクセスし、ログイン画面を出力装置に表示する(S91)。なお、認証PLサーバ3のログイン要求受付部33は、端末2が指定したURLに基づいてログイン先のサイト(サイトコード)を特定する。そして、ログイン要求受付部33は、特定したサイトのログイン画面(または共通のログイン画面)を端末2に送信する。
FIG. 12 is a sequence diagram of the first login process. FIG. 13 shows an example of various screens (screen transitions) displayed on the output device of the
端末2の表示部22は、例えば図13に示すログイン画面91を、出力装置に表示する。図示するログイン画面91には、サイトユーザID入力欄と、パスワード入力欄と、ワンタイムパスワード入力欄と、ログインボタンと、が表示されている。ユーザは、あらかじめ当該サイト(業務サーバ5)に登録済みのサイトユーザID(第2のユーザID)およびパスワードと、携帯電話1に表示されたワンタイムパスワードと、をログイン画面91に入力する。
The
そして、端末2の指示受付部21は、サイトユーザID、パスワードおよびワンタイムパスワードを含むログイン要求を、所定のURLを指定して認証PLサーバ3送信する(S92)。
Then, the
そして、認証PLサーバ3のログイン要求受付部33は、ログイン要求を受信し、ログイン要求で指定されたURLからサイトコードを特定する。なお、ログイン要求受付部33は、例えば、前述のURLテーブル(不図示)を参照し、サイトコードを特定するものとする。
Then, the login
そして、ログイン要求受付部33は、ログイン要求に含まれるサイトユーザIDおよびワンタイムパスワードと、特定したサイトコードとを含む認証要求を、認証BLサーバ4に送信する(S93)。認証BLサーバ4の認証部43は、認証要求を受け付けて、ワンタイムパスワードの認証を行う(S94)。すなわち、認証部43は、サイトユーザIDおよびサイトコードをキーとして、対応するワンタイムパスワードおよび有効期限を、認証テーブル44から特定する。そして、認証部43は、認証要求のワンタイムパスワードと認証テーブル44に記憶されたワンタイムパスワードとが一致するか否かを判別する。また、認証部43は、当該認証BLサーバ4のタイマー機構(不図示)から現在の時刻を取得し、取得した現在の時刻が認証テーブル44に記憶された有効期限を経過していないかを判別する。
Then, the login
ワンタイムパスワードが一致し、かつ、有効期限内の場合、認証部43は、正当なユーザからのログイン要求であると認証する。この場合、認証部43は、認証に成功した旨を示す認証成功通知を認証PLサーバ3に送信する(S95)。そして、認証PLサーバ3のログイン要求受付部33は、特定したサイトコードに対応する業務サーバ5に、ログイン要求に含まれるサイトユーザIDおよびパスワードを送信する(S96)。
If the one-time passwords match and are within the expiration date, the
業務サーバ5のログイン処理部51は、受信したサイトユーザIDおよびパスワードの認証を行う(S97)。すなわち、ログイン処理部51は、受信したサイトユーザIDおよびパスワードが、ユーザテーブル54に存在する場合、正当なユーザのログイン要求であると判別する。正当なユーザと判別した場合、ログイン処理部51は、当該ユーザのログインを許可し、ログイン完了画面を端末2に送信する(S98)。そして、端末2は、例えば図13に示すログイン完了画面92を、出力装置に表示する(S99)。これにより、ユーザは、業務サーバ5が提供するサイトのサービスを利用することができる。
The
なお、認証BLサーバ4の認証に失敗した場合(S94)、または、業務サーバ5の認証に失敗した場合(S97)には、認証に失敗した旨を示すエラーメッセージが端末2送信される。
Note that when the authentication of the
図14は、第2のログイン処理のシーケンス図である。 FIG. 14 is a sequence diagram of the second login process.
なお、図14に示すS101からS104の処理は、図12で説明した第1のログイン処理のS91からS94の処理と同様であるため、ここでは説明を省略する。そして、S104において、正当なユーザからのログイン要求であると認証した場合、認証部43は、認証に成功した旨を示す認証成功通知を認証PLサーバ3に送信する(S105)。なお、第2のログイン処理では、認証部43は、認証成功通知として、例えばSAML(Security Assertion Markup Language)などで使用されるアサーション(Assertion)などの認証証明書を発行する。
Note that the processing from S101 to S104 shown in FIG. 14 is the same as the processing from S91 to S94 in the first login processing described with reference to FIG. If it is authenticated in S104 that the request is a login request from a valid user, the
そして、認証PLサーバ3のログイン要求受付部33は、アサーションを含む認証成功通知を要求元の端末2に送信する(S106)。そして、端末2の指示受付部21は、業務サーバ5にログイン要求のリダイレクトを行う(S107)。なおログイン要求には、サイトユーザID、パスワードおよびアサーションが含まれているものとする。
Then, the login
業務サーバ5のログイン処理部51は、受信したサイトユーザIDおよびパスワードの認証を行う(S108)。すなわち、ログイン処理部51は、受信したサイトユーザIDおよびパスワードが、ユーザテーブル54に存在する場合、正当なユーザのログイン要求であると判別する。正当なユーザと判別した場合、ログイン処理部51は、当該ユーザのログインを許可し、ログイン完了画面を端末2に送信する(S109)。そして、端末2は、例えば図13に示すログイン完了画面92を、出力装置に表示する(S110)。
The
本実施形態では、ユーザIDおよびパスワードの漏洩リスクを軽減し、より高いセキュリティを確保することができる。すなわち、本実施形態の携帯電話1が認証PLサーバ3に送信するパスワード取得要求は、端末2からWebサイトにログインする際に使用するサイトユーザIDが含まれていない。したがって、仮に、携帯電話1と認証PLサーバ3との間の通信内容が盗聴され、ワンタイムパスワードが漏洩した場合であっても、業務サーバ5のWebサイトにログインすることはできない。したがって、本認証システムでは、第三者の不正なログインを拒否し、より高いセキュリティを確保することができる。
In this embodiment, the risk of leakage of the user ID and password can be reduced, and higher security can be ensured. That is, the password acquisition request transmitted from the mobile phone 1 of the present embodiment to the
また、本実施形態では、複数の業務サーバ5が認証PLサーバ3および認証BLサーバ4を共同で利用し、高度なユーザの認証を行う。これにより、業務サーバ5側でのシステム負荷やコストを低減し、より効率の良い認証処理を行うことができる。
In the present embodiment, the plurality of business servers 5 jointly use the
なお、本発明は上記の実施形態に限定されるものではなく、その要旨の範囲内で数々の変形が可能である。例えば、認証BLサーバ4の認証テーブル44は、携帯電話1のメールアドレスおよび携帯電話番号を、さらに記憶することとしてもよい。ユーザ登録処理において、認証PLサーバ3は、メールアドレスおよび携帯電話番号の入力画面を携帯電話1に送信し、ユーザがこれらの情報を入力するものとする。この場合、ワンタイムパスワード取得処理(図10参照)において、認証PLサーバ3は、携帯電話1がパスワード取得要求を送信した通信経路(セッション)とは異なる通信経路(電子メール、SMS:Short Message Service))で、生成したワンタイムパスワードを携帯電話1に送信することとしてもよい(S80)。これにより、不正な第三者がなりすましによりワンタイムパスワードを要求した場合であっても、正当なユーザの携帯電話1にワンタイムパスワードを送信することができる。
In addition, this invention is not limited to said embodiment, Many deformation | transformation are possible within the range of the summary. For example, the authentication table 44 of the
また、本実施形態の認証テーブル44では、認証システム内でユーザを識別するための第1のユーザIDを有する。しかしながら、認証テーブル44は第1のユーザIDを保持しないこととしてもよい。図15は、第1のユーザIDを保持しない場合の、ユーザ登録処理における携帯電話1の画面遷移の一例を示したものである。まず、携帯電話1は、所定のURLを指定して認証PLサーバ3にアクセスして、図示する全体メニュー101を表示する。そして、携帯電話1は、認証PLサーバ3が送信した所定のサイトの初期メニュー102を表示する。そして、携帯電話1は、認証PLサーバ3が送信したユーザID・パスワード入力画面103表示し、ユーザが入力したサイトユーザIDおよびパスワードを認証PLサーバ3に送信する。
Further, the authentication table 44 of the present embodiment has a first user ID for identifying a user in the authentication system. However, the authentication table 44 may not hold the first user ID. FIG. 15 shows an example of screen transition of the mobile phone 1 in the user registration process when the first user ID is not held. First, the mobile phone 1 accesses the
認証PLサーバ3は、受信したサイトユーザIDおよびパスワードを所定の業務サーバ5に送信する。そして、業務サーバ5はサイトユーザIDおよびパスワードがユーザテーブル54に存在するか否かを確認し、確認結果を認証PLサーバ3に送信する。ユーザテーブル54に存在する場合、認証PLサーバ3は、図示するPIN入力画面104を携帯電話1に送信する。携帯電話1は、PIN入力画面104を表示し、ユーザが入力したPINを認証PLサーバ3に送信する。そして、認証PLサーバ3は、携帯電話1から送信されたサイトユーザID、PIN、携帯電話IDなどを認証BLサーバ4に送信し、認証BLサーバ4はこれらの情報を認証テーブル44に登録する。そして、認証PLサーバ3は、図示する登録完了画面105を携帯電話1に送信する。
The
1:携帯電話、11:指示受付部、12:表示部、2:端末、21:指示受付部、22:表示部、3:認証PLサーバ、31:ユーザ登録受付部、32:パスワード要求受付部、33:ログイン要求受付部、4:認証BLサーバ、41:登録部、42:パスワード生成部、43:認証部、44:認証テーブル、5:業務サーバ、51:ログイン処理部、52:業務処理部、53:登録チェック部、54:ユーザテーブル 1: mobile phone, 11: instruction receiving unit, 12: display unit, 2: terminal, 21: instruction receiving unit, 22: display unit, 3: authentication PL server, 31: user registration receiving unit, 32: password request receiving unit 33: login request reception unit, 4: authentication BL server, 41: registration unit, 42: password generation unit, 43: authentication unit, 44: authentication table, 5: business server, 51: login processing unit, 52: business processing Part 53: Registration check part 54: User table
Claims (6)
第1の端末が有する端末識別情報と、前記業務サーバ内でユーザを識別するユーザIDと、ワンタイムパスワードとを対応付けて記憶する認証テーブルと、
前記第1の端末から、当該第1の端末の端末識別情報を含むパスワード要求を受信する第1の受信手段と、
前記端末識別情報のワンタイムパスワードを生成し、生成したワンタイムパスワードを当該端末識別情報に対応付けて前記認証テーブルに記憶するパスワード生成手段と、
前記生成したワンタイムパスワードを前記第1の端末に送信するパスワード送信手段と、
第2の端末からユーザIDおよびワンタイムパスワードを含むログイン要求を受信する第2の受信手段と、
受信したワンタイムパスワードと、前記認証テーブルに記憶された前記ユーザIDに対応するワンタイムパスワードとが一致するか否かを判別し、ワンタイムパスワードが一致した場合に前記ユーザIDを含む認証成功メッセージを対応する業務サーバに送信する認証手段と、を有すること
を特徴とする認証システム。 An authentication system for authenticating users of multiple business servers,
An authentication table that stores terminal identification information of the first terminal, a user ID that identifies the user in the business server, and a one-time password in association with each other;
First receiving means for receiving a password request including terminal identification information of the first terminal from the first terminal;
Password generating means for generating a one-time password of the terminal identification information, and storing the generated one-time password in the authentication table in association with the terminal identification information;
Password transmitting means for transmitting the generated one-time password to the first terminal;
Second receiving means for receiving a login request including a user ID and a one-time password from a second terminal;
It is determined whether or not the received one-time password matches the one-time password corresponding to the user ID stored in the authentication table, and if the one-time password matches, an authentication success message including the user ID And an authentication means for transmitting the message to a corresponding business server.
前記第1の端末から、当該第1の端末の端末識別情報と、ユーザIDとを含むユーザ登録要求を受け付ける登録受付手段と、
前記ユーザ登録要求に含まれるユーザIDが、所定の業務サーバに登録済みの場合、前記登録受付手段が受け付けた端末識別情報およびユーザIDを前記認証テーブルに登録する登録手段と、を有すること
を特徴とする認証システム。 The authentication system according to claim 1,
Registration accepting means for accepting a user registration request including terminal identification information of the first terminal and a user ID from the first terminal;
Registration means for registering the terminal identification information and the user ID received by the registration receiving means in the authentication table when the user ID included in the user registration request has already been registered in a predetermined business server. Authentication system.
前記認証装置は、
第1の端末が有する端末識別情報と、前記業務サーバ内でユーザを識別するユーザIDと、ワンタイムパスワードとを対応付けて記憶する認証テーブルと、
前記第1の端末から、当該第1の端末の端末識別情報を含むパスワード要求を受信する第1の受信手段と、
前記端末識別情報のワンタイムパスワードを生成し、生成したワンタイムパスワードを当該端末識別情報に対応付けて前記認証テーブルに記憶するパスワード生成手段と、
前記生成したワンタイムパスワードを前記第1の端末に送信するパスワード送信手段と、
第2の端末からユーザIDおよびワンタイムパスワードを含むログイン要求を受信する第2の受信手段と、
受信したワンタイムパスワードと、前記認証テーブルに記憶された前記ユーザIDに対応するワンタイムパスワードとが一致するか否かを判別し、ワンタイムパスワードが一致した場合に前記ユーザIDを含む認証成功メッセージを対応する業務サーバに送信する認証手段と、を有し、
前記業務サーバ各々は、
当該業務サーバを利用可能なユーザ情報が登録されたユーザテーブルと、
前記認証装置から前記認証成功メッセージを受信し、当該認証成功メッセージに含まれるユーザIDが前記ユーザテーブルに存在する場合、前記第2の端末のログイン要求を許可するログイン処理部と、を有すること
を特徴とする認証システム。 An authentication system having a plurality of business servers and an authentication device,
The authentication device
An authentication table that stores terminal identification information of the first terminal, a user ID that identifies the user in the business server, and a one-time password in association with each other;
First receiving means for receiving a password request including terminal identification information of the first terminal from the first terminal;
Password generating means for generating a one-time password of the terminal identification information, and storing the generated one-time password in the authentication table in association with the terminal identification information;
Password transmitting means for transmitting the generated one-time password to the first terminal;
Second receiving means for receiving a login request including a user ID and a one-time password from a second terminal;
It is determined whether or not the received one-time password matches the one-time password corresponding to the user ID stored in the authentication table, and if the one-time password matches, an authentication success message including the user ID Authentication means for transmitting to the corresponding business server,
Each of the business servers
A user table in which user information that can use the business server is registered;
A login processing unit that receives the authentication success message from the authentication device and permits a login request of the second terminal when the user ID included in the authentication success message is present in the user table; A featured authentication system.
前記認証装置は、
第1の端末が有する端末識別情報と、前記業務サーバ内でユーザを識別するユーザIDと、ワンタイムパスワードとを対応付けて記憶する認証テーブルと、
前記第1の端末から、当該第1の端末の端末識別情報を含むパスワード要求を受信する第1の受信手段と、
前記端末識別情報のワンタイムパスワードを生成し、生成したワンタイムパスワードを当該端末識別情報に対応付けて前記認証テーブルに記憶するパスワード生成手段と、
前記生成したワンタイムパスワードを前記第1の端末に送信するパスワード送信手段と、
第2の端末からユーザIDおよびワンタイムパスワードを含むログイン要求を受信する第2の受信手段と、
受信したワンタイムパスワードと、前記認証テーブルに記憶された前記ユーザIDに対応するワンタイムパスワードとが一致するか否かを判別し、ワンタイムパスワードが一致した場合に前記ユーザIDを含む認証成功メッセージを前記第2の端末に送信する認証手段と、を有し、
前記業務サーバ各々は、
当該業務サーバを利用可能なユーザ情報が登録されたユーザテーブルと、
前記第2の端末から前記認証成功メッセージを受信し、当該認証成功メッセージに含まれるユーザIDが前記ユーザテーブルに存在する場合、前記第2の端末のログイン要求を許可するログイン処理部と、を有すること
を特徴とする認証システム。 An authentication system having a plurality of business servers and an authentication device,
The authentication device
An authentication table that stores terminal identification information of the first terminal, a user ID that identifies the user in the business server, and a one-time password in association with each other;
First receiving means for receiving a password request including terminal identification information of the first terminal from the first terminal;
Password generating means for generating a one-time password of the terminal identification information, and storing the generated one-time password in the authentication table in association with the terminal identification information;
Password transmitting means for transmitting the generated one-time password to the first terminal;
Second receiving means for receiving a login request including a user ID and a one-time password from a second terminal;
It is determined whether or not the received one-time password matches the one-time password corresponding to the user ID stored in the authentication table, and if the one-time password matches, an authentication success message including the user ID Authentication means for transmitting to the second terminal,
Each of the business servers
A user table in which user information that can use the business server is registered;
A login processing unit that receives the authentication success message from the second terminal and permits a login request of the second terminal when a user ID included in the authentication success message exists in the user table; An authentication system characterized by this.
前記認証システムは、
第1の端末が有する端末識別情報と、前記業務サーバ内でユーザを識別するユーザIDと、ワンタイムパスワードとを対応付けて記憶する認証テーブルと、処理部と、を有し、
前記処理部は、
前記第1の端末から、当該第1の端末の端末識別情報を含むパスワード要求を受信する第1の受信ステップと、
前記端末識別情報のワンタイムパスワードを生成し、生成したワンタイムパスワードを当該端末識別情報に対応付けて前記認証テーブルに記憶するパスワード生成ステップと、
前記生成したワンタイムパスワードを前記第1の端末に送信するパスワード送信ステップと、
第2の端末からユーザIDおよびワンタイムパスワードを含むログイン要求を受信する第2の受信ステップと、
受信したワンタイムパスワードと、前記認証テーブルに記憶された前記ユーザIDに対応するワンタイムパスワードとが一致するか否かを判別し、ワンタイムパスワードが一致した場合に前記ユーザIDを含む認証成功メッセージを対応する業務サーバに送信する認証ステップと、を行うこと
を特徴とする認証方法。 An authentication method performed by an authentication system to authenticate users of a plurality of business servers,
The authentication system includes:
An authentication table that stores terminal identification information included in the first terminal, a user ID that identifies the user in the business server, and a one-time password, and a processing unit;
The processor is
A first receiving step of receiving a password request including terminal identification information of the first terminal from the first terminal;
Generating a one-time password of the terminal identification information, and storing the generated one-time password in the authentication table in association with the terminal identification information;
A password transmission step of transmitting the generated one-time password to the first terminal;
A second receiving step of receiving a login request including a user ID and a one-time password from a second terminal;
It is determined whether or not the received one-time password matches the one-time password corresponding to the user ID stored in the authentication table, and if the one-time password matches, an authentication success message including the user ID An authentication step of transmitting the message to a corresponding business server.
前記認証システムは、
第1の端末が有する端末識別情報と、前記業務サーバ内でユーザを識別するユーザIDと、ワンタイムパスワードとを対応付けて記憶する認証テーブルと、処理部と、を有し、
前記処理部に、
前記第1の端末から、当該第1の端末の端末識別情報を含むパスワード要求を受信する第1の受信ステップと、
前記端末識別情報のワンタイムパスワードを生成し、生成したワンタイムパスワードを当該端末識別情報に対応付けて前記認証テーブルに記憶するパスワード生成ステップと、
前記生成したワンタイムパスワードを前記第1の端末に送信するパスワード送信ステップと、
第2の端末からユーザIDおよびワンタイムパスワードを含むログイン要求を受信する第2の受信ステップと、
受信したワンタイムパスワードと、前記認証テーブルに記憶された前記ユーザIDに対応するワンタイムパスワードとが一致するか否かを判別し、ワンタイムパスワードが一致した場合に前記ユーザIDを含む認証成功メッセージを対応する業務サーバに送信する認証ステップと、を実行させること
を特徴とする認証プログラム。 An authentication program executed by an authentication system for authenticating users of a plurality of business servers,
The authentication system includes:
An authentication table that stores terminal identification information included in the first terminal, a user ID that identifies the user in the business server, and a one-time password, and a processing unit;
In the processing unit,
A first receiving step of receiving a password request including terminal identification information of the first terminal from the first terminal;
Generating a one-time password of the terminal identification information, and storing the generated one-time password in the authentication table in association with the terminal identification information;
A password transmission step of transmitting the generated one-time password to the first terminal;
A second receiving step of receiving a login request including a user ID and a one-time password from a second terminal;
It is determined whether or not the received one-time password matches the one-time password corresponding to the user ID stored in the authentication table, and if the one-time password matches, an authentication success message including the user ID An authentication step for transmitting the message to a corresponding business server.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005301198A JP4824986B2 (en) | 2005-10-17 | 2005-10-17 | Authentication system, authentication method, and authentication program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005301198A JP4824986B2 (en) | 2005-10-17 | 2005-10-17 | Authentication system, authentication method, and authentication program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007109122A JP2007109122A (en) | 2007-04-26 |
JP4824986B2 true JP4824986B2 (en) | 2011-11-30 |
Family
ID=38034932
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005301198A Expired - Fee Related JP4824986B2 (en) | 2005-10-17 | 2005-10-17 | Authentication system, authentication method, and authentication program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4824986B2 (en) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5175490B2 (en) * | 2007-05-17 | 2013-04-03 | 株式会社野村総合研究所 | Authentication device, authentication system, authentication method, and authentication program |
JP2009043066A (en) * | 2007-08-09 | 2009-02-26 | Sony Corp | Information processing system, information processing apparatus and method, and program |
FR2926175B1 (en) * | 2008-01-07 | 2012-08-17 | Trustseed Sas | SIGNATURE METHOD AND DEVICE |
JP5348722B2 (en) * | 2010-03-11 | 2013-11-20 | Kddi株式会社 | Input support system and method for portable terminal |
EP2652631A4 (en) * | 2010-12-15 | 2016-10-19 | Symantec Corp | Automatic user authentication, online checkout and electronic payments via mobile communication device with imaging system |
JP5675662B2 (en) * | 2012-01-11 | 2015-02-25 | Aosテクノロジーズ株式会社 | Short message payment system |
JP2014002435A (en) * | 2012-06-15 | 2014-01-09 | Digital Forest Inc | Authentication code issuing system and authentication system |
JP2017102842A (en) * | 2015-12-04 | 2017-06-08 | 大日本印刷株式会社 | Personal identification system, personal identification information output system, authentication server, personal identification method, personal identification information output method, and program |
JP6080282B1 (en) * | 2016-08-23 | 2017-02-15 | 株式会社ショーケース・ティービー | Authentication processing system, authentication auxiliary server, and web display program |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000010927A (en) * | 1998-06-25 | 2000-01-14 | Nec Yonezawa Ltd | Authentication system and device |
JP2002032692A (en) * | 2000-07-17 | 2002-01-31 | Pioneer Electronic Corp | Method for providing information service |
JP2002259254A (en) * | 2001-02-27 | 2002-09-13 | Casio Soft Co Ltd | System and method for authenticating terminal, information providing device and program |
JP2003242115A (en) * | 2002-02-15 | 2003-08-29 | Matsushita Electric Ind Co Ltd | Http certification method, and server device |
JP2004013591A (en) * | 2002-06-07 | 2004-01-15 | Matsushita Electric Ind Co Ltd | Service user authentication system in shared terminal |
JP2004240637A (en) * | 2003-02-05 | 2004-08-26 | Toukei Computer Co Ltd | Password authentication system |
JP2005149239A (en) * | 2003-11-17 | 2005-06-09 | Nec Corp | User authentication system |
-
2005
- 2005-10-17 JP JP2005301198A patent/JP4824986B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2007109122A (en) | 2007-04-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4889395B2 (en) | Authentication system, authentication method, and authentication program | |
JP4755866B2 (en) | Authentication system, authentication server, authentication method, and authentication program | |
JP4824986B2 (en) | Authentication system, authentication method, and authentication program | |
US8369833B2 (en) | Systems and methods for providing authentication and authorization utilizing a personal wireless communication device | |
US8510811B2 (en) | Network transaction verification and authentication | |
KR101148627B1 (en) | Method and apparatus for preventing phishing attacks | |
KR101019458B1 (en) | Extended onetime password method and apparatus | |
US9356930B2 (en) | Secure randomized input | |
US8666904B2 (en) | System and method for trusted embedded user interface for secure payments | |
US20040097217A1 (en) | System and method for providing authentication and authorization utilizing a personal wireless communication device | |
JP5462021B2 (en) | Authentication system, authentication method, and authentication program | |
US8051465B1 (en) | Mitigating forgery of electronic submissions | |
JP4960738B2 (en) | Authentication system, authentication method, and authentication program | |
JP4913624B2 (en) | Authentication system and authentication method | |
JP7202500B1 (en) | Information processing device, information processing method, and program | |
JP2007065869A (en) | Service providing server, authentication server and authentication system | |
JP2015519636A (en) | Method and system for providing secure transactions using cyber IDs | |
JP5175490B2 (en) | Authentication device, authentication system, authentication method, and authentication program | |
JP5317795B2 (en) | Authentication system and authentication method | |
JP4914725B2 (en) | Authentication system, authentication program | |
JP7247416B1 (en) | Information processing device, information processing method, and program | |
JP7271779B1 (en) | Information processing device, information processing method, and program | |
KR20070076576A (en) | Processing method for approving payment | |
KR20070076575A (en) | Method for processing user authentication | |
KR20070077481A (en) | Process server for relaying user authentication |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20081007 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110520 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110524 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110725 |
|
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: 20110830 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110909 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4824986 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140916 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |