JP2020035306A - Authentication system and method thereof, and program thereof - Google Patents

Authentication system and method thereof, and program thereof Download PDF

Info

Publication number
JP2020035306A
JP2020035306A JP2018162880A JP2018162880A JP2020035306A JP 2020035306 A JP2020035306 A JP 2020035306A JP 2018162880 A JP2018162880 A JP 2018162880A JP 2018162880 A JP2018162880 A JP 2018162880A JP 2020035306 A JP2020035306 A JP 2020035306A
Authority
JP
Japan
Prior art keywords
authentication
account
user
management table
unit
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.)
Pending
Application number
JP2018162880A
Other languages
Japanese (ja)
Inventor
忠浩 今城
Tadahiro Imashiro
忠浩 今城
賢二郎 寺西
Kenjiro Teranishi
賢二郎 寺西
仁 根本
Hitoshi Nemoto
仁 根本
孝弘 川▲崎▼
Takahiro Kawasaki
孝弘 川▲崎▼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Base Tech Inc
Base Technology Inc
Original Assignee
Base Tech Inc
Base Technology Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Base Tech Inc, Base Technology Inc filed Critical Base Tech Inc
Priority to JP2018162880A priority Critical patent/JP2020035306A/en
Publication of JP2020035306A publication Critical patent/JP2020035306A/en
Pending legal-status Critical Current

Links

Images

Abstract

To take security measures in response to various environments in which a terminal is used and various requests of a user who has made a connection request via a network.SOLUTION: In an authentication system, an authentication server authenticates an account of a user for a request transmitted via a network from a terminal used by the user. The authentication system includes a communication unit that receives a request including an account, an authentication control unit that controls authentication, a storage unit that stores an authentication management table for managing an authentication method corresponding to the account, and an authentication processing unit that executes the authentication method. The authentication control unit selects an authentication method corresponding to the account held by the request from the authentication management table, and the authentication processing unit executes the selected authentication method to authenticate the account.SELECTED DRAWING: Figure 1

Description

本発明は、認証システムおよびその方法、並びにそのプログラムに係り、特にネットワークを介して接続される端末及びユーザの認証に関するものである。   The present invention relates to an authentication system and method, and a program thereof, and more particularly to authentication of a terminal and a user connected via a network.

パソコンやスマートフォン、タブレット等の端末を、ネットワークを介して目的のサイトやサーバに接続して、コンテンツを取得したり、アプリケーションを利用することが日常的に行われている。アクセス対象となるコンテンツ等の情報には、個人情報や機密情報等のセキュリティ性の高い情報が含まれている。そこで、アクセス権限のない端末やなりすまし等の不正使用者からの要求に対してはネットワークの接続を拒否することで、セキュリティ保護が図られている。   It is common practice to connect a terminal such as a personal computer, a smartphone, or a tablet to a target site or server via a network to acquire content or use an application. Information such as content to be accessed includes highly secure information such as personal information and confidential information. Therefore, security protection is achieved by rejecting a network connection in response to a request from an unauthorized user such as a terminal without access authority or an impersonation.

正当なユーザを確認するユーザ認証の技術としては、ユーザの端末からパスワードを入力させて、その一致性を検証するものが一般的である。さらに、セキュリティを強化するユーザ認証として、例えば特許文献1に開示されるように、利用者の指紋、顔、筆跡、虹彩等の生体情報を組み合わせて認証する複合認証システムが知られている。また、端末と使用者の両方を認証するものとして、特許文献1に開示されているように、端末機の認証と、端末機の使用者の個人認証による二重認証によって、端末機の通信ネットワークに対するアクセス許可を発行する、通信ネットワークへの複数認証システムが知られている。   As a user authentication technique for confirming a legitimate user, a technique of inputting a password from a user's terminal and verifying its consistency is general. Further, as a user authentication for enhancing security, for example, as disclosed in Patent Document 1, there is known a composite authentication system for performing authentication by combining biometric information such as a user's fingerprint, face, handwriting, and iris. Also, as disclosed in Patent Literature 1, as a device for authenticating both a terminal and a user, a communication network of the terminal is obtained by double authentication based on personal authentication of a terminal user. A multi-authentication system for a communication network that issues an access permission for is known.

特開2003−186836号公報JP-A-2003-186836 特開2014−164359号公報JP 2014-164359 A

特許文献1及び2に記載の技術は、パスワードのみの検証に比べて、確かにセキュリティの強化が図れる。一方で、ユーザが使用する端末には高度な機能を有するものや、セキュリティ対策が脆弱なものなど様々であり、またこれらの端末が使用される環境も様々である。さら、ユーザが要求するセキュリティ対策の機能も種々ある。これらの多様なセキュリティ対策の要求に応じるには、上記特許文献1および2に記載のセキュリティ対策だけでは十分とは言えない。さらに、セキュリティを一層強化したいという要求に対しては、認証機能がより複雑化する傾向にあるが、それに対応してコストも増加しがちである。   The techniques described in Patent Literatures 1 and 2 can certainly enhance security as compared with verification of only a password. On the other hand, there are various types of terminals used by users, such as those having advanced functions, those having weak security measures, and various environments in which these terminals are used. Furthermore, there are various functions of security measures required by the user. In order to meet the demands of these various security measures, the security measures described in Patent Documents 1 and 2 alone cannot be said to be sufficient. In addition, for a request for further strengthening security, the authentication function tends to be more complicated, but the cost tends to increase correspondingly.

本発明の目的は、ネットワークを介して接続要求のある、端末の使用される様々な環境やユーザの種々の要求に応じてセキュリティの対策を図ることが可能な認証システムおよびその方法、並びにプログラムを提供することにある。   An object of the present invention is to provide an authentication system, a method, and a program capable of taking security measures in accordance with various environments in which a terminal is used and various requests of a user who have a connection request via a network. To provide.

本発明の他の目的は、認証のためのコストを出来るだけ抑えて、認証の運用が複雑にならないようにすることにある。   It is another object of the present invention to minimize the cost for authentication so that the operation of authentication is not complicated.

更にまた、本発明の目的は、真性のあるユーザに対しては認証の手続きを出来るだけ簡素化して、ユーザの利便性を高めることにある。   It is still another object of the present invention to simplify the authentication procedure for a genuine user as much as possible, thereby improving user convenience.

本発明にかかる認証システムは、好ましい例では、ユーザが使用する端末から、ネットワークを介して送られる要求に対して、認証サーバがユーザのアカウントを認証する認証システムであって、前記アカウントを含む要求を受信する通信部と、認証の制御を行う認証制御部と、前記アカウントに対応して認証方式を管理する認証管理テーブルを保管する記憶部と、前記認証方式を実行する認証処理部と、を有し、前記認証制御部は、前記認証管理テーブルから、前記要求が持つ前記アカウントに対応する、前記認証方式を選択し、前記認証処理部は、前記選択された該認証方式を実行して前記アカウントを認証する、ことを特徴とする認証システムとして構成される。   In a preferred example, the authentication system according to the present invention is an authentication system in which an authentication server authenticates a user account in response to a request sent via a network from a terminal used by the user, wherein the request including the account is provided. A communication unit that receives an authentication control unit that controls authentication, a storage unit that stores an authentication management table that manages an authentication method corresponding to the account, and an authentication processing unit that executes the authentication method. The authentication control unit has, from the authentication management table, selects the authentication method corresponding to the account that the request has, the authentication processing unit executes the selected authentication method, The authentication system is configured to authenticate an account.

また、本発明は、当該認証システムで行われる認証方法、認証プログラムとしても把握される。   The present invention is also understood as an authentication method and an authentication program performed by the authentication system.

本発明によれば、ネットワークを介して接続要求のある、端末の使用される様々な環境やユーザの種々の要求に応じてセキュリティの対策を図ることができる。また、認証のためのコストを出来るだけ抑えて、認証の運用が複雑にならないようにすることができる。また、真性のあるユーザに対しては認証の手続きを出来るだけ簡素化して、ユーザの利便性を高めることができる。   According to the present invention, it is possible to take security measures in accordance with various environments in which a terminal is used or various requests of a user who have a connection request via a network. In addition, the cost for authentication can be reduced as much as possible, and the operation of authentication can be prevented from becoming complicated. In addition, the authentication procedure can be simplified as much as possible for a genuine user, thereby improving user convenience.

認証システムの構成例を示す図である。FIG. 2 is a diagram illustrating a configuration example of an authentication system. アクセス許可DBの例を示す図である。It is a figure showing the example of access permission DB. アカウント認証DBの例を示す図である。FIG. 4 is a diagram illustrating an example of an account authentication DB. ユーザの種別ごとに採用される認証方式の例を示す図である。FIG. 4 is a diagram illustrating an example of an authentication method adopted for each type of user. 初期登録DBの例を示す図である。It is a figure showing the example of an initial registration DB. 認証システムで行われる処理の処理手順を示すシーケンス図である。FIG. 9 is a sequence diagram illustrating a processing procedure of processing performed in the authentication system. アカウントID入力画面の例を示す図である。It is a figure showing an example of an account ID input screen. セッションデータの例を示す図である。FIG. 4 is a diagram illustrating an example of session data. 認証エラー画面の例を示す図である。It is a figure showing an example of an authentication error screen. 端末認証処理の処理手順を示すシーケンス図である。FIG. 9 is a sequence diagram illustrating a processing procedure of a terminal authentication process. 携帯端末認証処理の処理手順を示すシーケンス図である。FIG. 9 is a sequence diagram illustrating a procedure of a mobile terminal authentication process. デバイス認証処理の処理手順を示すシーケンス図である。FIG. 9 is a sequence diagram illustrating a procedure of a device authentication process. 各PC、端末に表示される画面の例を示す図である。It is a figure showing an example of a screen displayed on each PC and terminal.

以下に添付図面を参照して、本発明にかかる認証システムおよびその方法、並びにそのプログラムの実施の形態を詳細に説明する。   Hereinafter, an embodiment of an authentication system and a method thereof, and a program thereof according to the present invention will be described in detail with reference to the accompanying drawings.

[システム構成]
図1は、認証システム1000の構成例を示す図である。
図1に示すように、認証システム1000は、ユーザがコンテンツの利用承認を得るためのユーザ用PC(Personal Computer)100と、携帯端末によりユーザを認証するための携帯端末(例えば、スマートフォン)110と、デバイス(例えば、USB(Universal Serial Bus))を用いてユーザを認証するためのデバイス用PC120と、ユーザに応じた認証方式を用いてユーザを認証する認証サーバ200とが、互いにネットワークN1を介して接続されて構成される。ネットワークN1にはまたコンテンツサーバ300が接続される。ネットワークN1は、例えば、WAN(Wide Area Network)等の一般的な通信回線網である。なお、図1には、1台ずつのユーザ用PC100、携帯端末110、デバイス用PC120を示しているが、実際にはこれら装置が多数台接続される。
[System configuration]
FIG. 1 is a diagram illustrating a configuration example of the authentication system 1000.
As shown in FIG. 1, an authentication system 1000 includes a user PC (Personal Computer) 100 for a user to obtain approval for using a content, and a mobile terminal (for example, a smart phone) 110 for authenticating the user with the mobile terminal. A device PC 120 for authenticating a user using a device (for example, a USB (Universal Serial Bus)) and an authentication server 200 for authenticating a user using an authentication method corresponding to the user are mutually connected via a network N1. Connected. The content server 300 is also connected to the network N1. The network N1 is a general communication network such as a WAN (Wide Area Network), for example. Although FIG. 1 shows one user PC 100, one portable terminal 110, and one device PC 120, a large number of these devices are actually connected.

図1に示すように、ユーザ用PC100は、アプリケーション部101と、表示部102と、通信I/F(インタフェース)部103と、制御部104とを有して構成されている。   As shown in FIG. 1, the user PC 100 includes an application unit 101, a display unit 102, a communication I / F (interface) unit 103, and a control unit 104.

アプリケーション部101は、ユーザからの利用承認要求を受けて、当該ユーザに対応する認証方式を用いて真正なユーザであると認証された場合に、コンテンツサーバ300に格納されたコンテンツの視聴や動作を実行するアプリケーションである。   The application unit 101 receives a use approval request from a user, and if the user is authenticated as a genuine user using an authentication method corresponding to the user, the application unit 101 performs viewing and operation of the content stored in the content server 300. The application to execute.

入力表示部102は、例えば、タッチパネル等の入出力装置から構成され、ユーザから本認証システムに必要な各種情報の入力を受け付けたり、ネットワークN1を介して得られた各種情報、アプリケーション部101により処理された情報、認証に用いられる各種画面を表示する。   The input display unit 102 includes, for example, an input / output device such as a touch panel, receives input of various information necessary for the authentication system from the user, processes various information obtained via the network N1, and processes the application unit 101. The displayed information and various screens used for authentication are displayed.

通信部I/F部103は、例えば、NIC(Network Interface Card)等の通信機器から構成され、ネットワークN1を介した各種情報の送受信を司る。
制御部104は、例えば、CPU(Central Processing Unit)のような処理装置により構成され、ユーザ用PC100の各部の動作を制御する。
The communication unit I / F unit 103 includes, for example, a communication device such as a NIC (Network Interface Card) and manages transmission and reception of various information via the network N1.
The control unit 104 is configured by a processing device such as a CPU (Central Processing Unit), and controls the operation of each unit of the user PC 100.

上記各部は、制御部104がプログラムを実行することにより、これらの機能が実現される。具体的には、以下に示す処理は、CPUが図示しないROM(Read Only Memory)に記憶されているプログラムを読み出して、RAM(Random access memory)にロードして実行することにより実現される。   These functions of these units are realized by the control unit 104 executing a program. Specifically, the processing described below is realized by the CPU reading a program stored in a ROM (Read Only Memory) not shown, loading the program in a RAM (Random Access Memory), and executing the program.

これらのプログラムは、通信部I/F部103を介してネットワークN1からダウンロードされ、RAM上にロードされて、CPUにより実行されるようにしてもよい。或いは、CD(Compact Disk)やDVD(Digital Versatile Disk)等の可搬性を有するコンピュータで読み取り可能な記憶媒体からRAM上に直接ロードされ、CPUにより実行されるようにしてもよい。ユーザ用PC100が有する各部の具体的な動作については、シーケンス図およびフローチャートを用いて後述する。   These programs may be downloaded from the network N1 via the communication unit I / F unit 103, loaded on the RAM, and executed by the CPU. Alternatively, the program may be directly loaded onto the RAM from a portable computer-readable storage medium such as a CD (Compact Disk) or a DVD (Digital Versatile Disk) and executed by the CPU. Specific operations of each unit of the user PC 100 will be described later with reference to sequence diagrams and flowcharts.

図1に示すように、携帯端末110は、携帯端末用認証部111と、入力表示部112と、通信I/F(インタフェース)部113と、制御部114とを有して構成されている。
携帯端末用認証部111は、ユーザ用PC100から利用承認要求したユーザの認証方式が携帯端末110を用いた認証方式(携帯端末認証)を含む場合に、その認証を行うアプリケーションである。
As shown in FIG. 1, the mobile terminal 110 includes a mobile terminal authentication unit 111, an input display unit 112, a communication I / F (interface) unit 113, and a control unit 114.
The mobile terminal authentication unit 111 is an application that performs authentication when the authentication method of the user who has requested use approval from the user PC 100 includes an authentication method using the mobile terminal 110 (mobile terminal authentication).

入力表示部112は、認証のための各種情報の入力を受け付けたり、ネットワークN1を介して得られた認証結果等、その他本認証システムで用いられる各種画面を表示する。   The input display unit 112 receives input of various information for authentication, and displays various screens used in the present authentication system, such as an authentication result obtained via the network N1.

通信部I/F部113は、ネットワークN1を介した各種情報の送受信を司る。   The communication unit I / F unit 113 manages transmission and reception of various information via the network N1.

制御部114は、例えばCPUのような処理装置であり、携帯端末110の各部の動作を制御する。   The control unit 114 is a processing device such as a CPU, for example, and controls the operation of each unit of the mobile terminal 110.

上記各部は、制御部114がプログラムを実行することにより、これらの機能が実現される。携帯端末110の各部の具体的な動作については、シーケンス図およびフローチャートを用いて後述する。   These functions of these units are realized by the control unit 114 executing a program. The specific operation of each unit of the mobile terminal 110 will be described later using a sequence diagram and a flowchart.

図1に示すように、デバイス用PC120は、アプリケーション部121と、デバイス用認証部122と、入力表示部123と、通信I/F(インタフェース)部124と、デバイスI/F(インタフェース)部125と、制御部126とを有して構成されている。   As shown in FIG. 1, the device PC 120 includes an application unit 121, a device authentication unit 122, an input display unit 123, a communication I / F (interface) unit 124, and a device I / F (interface) unit 125. And a control unit 126.

アプリケーション部121は、ユーザからのコンテンツの利用承認要求を受けて、当該ユーザに対応する認証方式を用いて真正なユーザであると認証された場合に、コンテンツサーバ300に格納されたコンテンツの視聴や動作を実行するアプリケーションである。   The application unit 121 receives a content use approval request from the user, and if the user is authenticated as a genuine user using an authentication method corresponding to the user, the application unit 121 performs viewing and listening of the content stored in the content server 300. An application that performs an action.

デバイス用認証部122は、利用承認要求したユーザの認証方式がデバイス用PC120を用いた認証方式(デバイス認証)を含む場合に、その認証を行うアプリケーションである。   The device authentication unit 122 is an application that performs authentication when the authentication method of the user who has requested use approval includes an authentication method using the device PC 120 (device authentication).

入力表示部123は、認証のための各種情報の入力を受け付けたり、ネットワークN1を介して得られた認証結果等、その他本認証システムで用いられる各種画面を表示する。   The input display unit 123 accepts input of various information for authentication, and displays various screens used in the present authentication system, such as an authentication result obtained via the network N1.

通信部I/F部124は、ネットワークN1を介した各種情報の送受信を司る。   The communication unit I / F unit 124 controls transmission and reception of various information via the network N1.

デバイス部I/F部125は、例えばUSBボードのようなインタフェース機器であり、USB等の各種デバイスの抜き差しを検知する。   The device I / F unit 125 is an interface device such as a USB board, for example, and detects insertion and removal of various devices such as a USB.

制御部126は、例えばCPUのような処理装置であり、デバイス用PC120の各部の動作を制御する。   The control unit 126 is a processing device such as a CPU, for example, and controls the operation of each unit of the device PC 120.

上記各部は、制御部126がプログラムを実行することにより、これらの機能が実現される。デバイス用PC120の各部の具体的な動作については、シーケンス図およびフローチャートを用いて後述する。   These functions are realized by the control unit 126 executing a program in each unit described above. The specific operation of each unit of the device PC 120 will be described later using a sequence diagram and a flowchart.

認証サーバ200は、ユーザ用PC100やデバイス用PC120から利用承認要求されたユーザのアカウントに応じて、ユーザの認証方式を選択し、選択した認証方式によりユーザを認証するサーバである。   The authentication server 200 is a server that selects a user authentication method in accordance with the user's account for which use approval has been requested from the user PC 100 or the device PC 120, and authenticates the user according to the selected authentication method.

図1に示すように、認証サーバ200は、記憶部201と、通信部202と、認証制御部204と、制御部205とを有して構成されている。また、認証制御部204は、パスワードの一致により認証を行うパスワード認証部2041と、登録済みの端末(ブラウザ)の利用を以ってユーザを特定する認証を行う端末認証部2042と、登録済みの携帯端末の所有を以って利用者を特定する認証を行う携帯端末認証部2043と、登録済みのデバイスの所有を以って利用者を特定する認証を行うデバイス認証部2044とを有している。   As illustrated in FIG. 1, the authentication server 200 includes a storage unit 201, a communication unit 202, an authentication control unit 204, and a control unit 205. Further, the authentication control unit 204 includes a password authentication unit 2041 for performing authentication based on a password match, a terminal authentication unit 2042 for performing authentication for specifying a user by using a registered terminal (browser), and a registered A mobile terminal authentication unit 2043 for performing authentication for specifying a user by owning a mobile terminal, and a device authentication unit 2044 for performing authentication for specifying a user by owning a registered device I have.

記憶部201は、HDDやSSD等の一般的な記憶装置から構成され、アカウント認証DB(Data Base)2011を記憶する。記憶部201は、ユーザによるアクセスの認証時間帯および利用承認要求の接続元を確認するためのアクセス許可DB2011と、アクセスが許可されたユーザのアカウントに応じて認証方式を選択するためのアカウント認証DB2012と、ユーザが利用承認に用いるユーザ用PC100、ユーザが認証に用いる携帯端末110、デバイス用PC120を登録する初期登録DB2013とを有している。アクセス許可DB2011(図2)、アカウント認証DB2012(図3)、初期登録DB2013(図5)の具体的な構成については後述する。   The storage unit 201 is configured by a general storage device such as an HDD or an SSD, and stores an account authentication DB (Data Base) 2011. The storage unit 201 includes an access permission DB 2011 for confirming an authentication time period of access by a user and a connection source of a use approval request, and an account authentication DB 2012 for selecting an authentication method according to an account of a user who is permitted to access. And an initial registration DB 2013 for registering the user PC 100 used by the user for use approval, the portable terminal 110 used by the user for authentication, and the device PC 120. Specific configurations of the access permission DB 2011 (FIG. 2), the account authentication DB 2012 (FIG. 3), and the initial registration DB 2013 (FIG. 5) will be described later.

通信部202は、例えばNICやモデムであり、ネットワークN1を介した各種情報の送受信を司る。アクセス制御部203は、ユーザ用PC100等からのアクセス要求(利用承認要求)を受けて処理を実行する。   The communication unit 202 is, for example, an NIC or a modem, and controls transmission and reception of various information via the network N1. The access control unit 203 executes a process in response to an access request (use approval request) from the user PC 100 or the like.

認証制御部204は、アカウント認証DB2012を参照し、ユーザのアカウントに応じて、パスワード認証部2041、端末認証部2042、携帯端末認証部2043、デバイス認証部2044の中から、予め定められた認証方式を選択して実行させる。   The authentication control unit 204 refers to the account authentication DB 2012 and selects a predetermined authentication method from the password authentication unit 2041, the terminal authentication unit 2042, the mobile terminal authentication unit 2043, and the device authentication unit 2044 according to the user's account. Select and execute.

パスワード認証部2041は、ユーザを、アカウントIDおよびパスワードにより認証する。
端末認証部2042は、ユーザを、端末認証により認証する。
携帯端末認証部2043は、ユーザを、携帯端末認証により認証する。
デバイス認証部2044は、ユーザを、デバイス認証により認証する。
The password authentication unit 2041 authenticates a user with an account ID and a password.
The terminal authentication unit 2042 authenticates the user by terminal authentication.
The mobile terminal authentication unit 2043 authenticates the user by mobile terminal authentication.
The device authentication unit 2044 authenticates the user by device authentication.

制御部205は、例えばCPUのような処理装置であり、認証サーバ200の各部の動作を制御する。認証サーバ200の各部の具体的な動作については、シーケンス図およびフローチャートを用いて後述する。上記各部は、制御部205がプログラムを実行することにより、これらの機能が実現される。   The control unit 205 is a processing device such as a CPU, for example, and controls the operation of each unit of the authentication server 200. The specific operation of each unit of the authentication server 200 will be described later using a sequence diagram and a flowchart. These functions are realized by the control unit 205 executing the program in each unit described above.

本認証システムでは、ユーザ及びまたは端末の認証に関して、「パスワード認証」、「端末認証」、「携帯端末認証」、「デバイス認証」の4つの認証方式を採用している。
ここで、パスワード認証は、あらかじめ定めたパスワードを入力することによりユーザの認証を行う。その意味では、最も簡便な方法によるユーザの認証方式といえる。また、端末認証は、ユーザ用PC100やデバイス用PC120等の端末が予め認証システムに登録されたものと同一であるかを認証する。
In the present authentication system, four authentication methods of “password authentication”, “terminal authentication”, “mobile terminal authentication”, and “device authentication” are employed for user and / or terminal authentication.
Here, in the password authentication, the user is authenticated by inputting a predetermined password. In that sense, it can be said that the user authentication method is the simplest method. The terminal authentication authenticates whether terminals such as the user's PC 100 and the device PC 120 are the same as those registered in the authentication system in advance.

携帯端末認証は、ユーザ用PC100等の設置場所や使用時間帯といった使用環境が妥当であるかを、定められた携帯端末を用いてユーザを認証する。複数のユーザがユーザ用PC100を共有する環境にある場合でも、ユーザを認証することができる。この認証方式は、ユーザ自らが予め携帯端末に登録した生体情報やパスワード等の個人情報を用いてユーザを認証するものである。携帯端末は普及率が高いため、BYOD(Bring Your Own Device)環境で業務を遂行するユーザも多い。そこで、「携帯端末認証」を採用することにより、ユーザのみが知り得る個人情報を認証サーバ200に登録しないで、少ないリスクで容易にユーザ本人を認証することができる。   The mobile terminal authentication authenticates the user using a predetermined mobile terminal to determine whether the use environment such as the installation location of the user's PC 100 or the like and the use time zone is appropriate. Even in the environment where a plurality of users share the user PC 100, the users can be authenticated. This authentication method authenticates a user using personal information such as biometric information and a password registered in the mobile terminal in advance by the user himself. Since mobile terminals have a high penetration rate, there are many users who carry out business in a BYOD (Bring Your Own Device) environment. Therefore, by adopting “mobile terminal authentication”, the user can be easily authenticated with little risk without registering personal information that only the user can know in the authentication server 200.

デバイス認証は、デバイス用PC120に装着されるUSBのようなデバイスが、初期登録DB2013に予め登録されたデバイス認証情報を有しているかを確認する認証である。ユーザ毎に持たせる認証デバイス130のデバイス認証情報を変えることで、複数のユーザがそれぞれ所持する認証デバイス130をデバイス用PC120に装着して認証を受けることができる。そのため、コストをかけることなく簡便な方法でユーザの認証を行って、デバイス用PC120を複数のユーザが共用することが可能である。   The device authentication is authentication for checking whether a device such as a USB attached to the device PC 120 has device authentication information registered in the initial registration DB 2013 in advance. By changing the device authentication information of the authentication device 130 provided for each user, the authentication devices 130 possessed by a plurality of users can be attached to the device PC 120 and authenticated. Therefore, it is possible to authenticate the user by a simple method without adding cost, and to share the device PC 120 with a plurality of users.

コンテンツサーバ300は、認証サーバ200が真正であると認証したユーザ用PC100、デバイス用PC120へ、要求されたコンテンツを提供する。   The content server 300 provides the requested content to the user PC 100 and the device PC 120 that the authentication server 200 has authenticated.

[認証管理方式]
図2は、アクセス許可DB2011の例を示す図である。図2に示すように、アクセス許可DB2011は、アカウントごとに、接続元のIPアドレスからのアクセスを許可する条件を示す接続元条件と、アクセスを許可する時間帯を示す時間条件とが対応付けて記憶されている。なお、IPアドレスはそれを有する端末の場所を表すとも言えることから、上記接続条件を場所的条件ということができる。
[Authentication management method]
FIG. 2 is a diagram illustrating an example of the access permission DB 2011. As shown in FIG. 2, the access permission DB 2011 associates, for each account, a connection source condition indicating a condition for permitting access from a connection source IP address with a time condition indicating a time zone for permitting access. It is remembered. Since the IP address can be said to indicate the location of a terminal having the IP address, the connection condition can be called a locational condition.

図2において、アカウントIDが「E2」のユーザについて、例えば、IPアドレスが「192.168.0.0/24」であるユーザ用PC100からアクセスがあった場合に、接続元条件としては許可されることを示している。さらに、その接続が勤務時間帯である「9:00〜17:00」である場合に、時間条件としては許可されることを示している。すなわち、アカウントIDが「E2」のユーザは、これらの接続元条件と時間条件とが許可されない限り、後述するユーザの認証処理が行われない。   In FIG. 2, for example, when a user with an account ID “E2” is accessed from a user PC 100 with an IP address “192.168.0.0/24”, the connection source condition is permitted. Which indicates that. Furthermore, when the connection is in the working time zone “9:00 to 17:00”, it indicates that the time condition is permitted. That is, the user whose account ID is “E2” is not subjected to a user authentication process described later unless these connection source conditions and time conditions are permitted.

また、例えば、アカウントIDが「E2」のユーザは、例えば、IPアドレスが「192.168.20.0/24」であるユーザ用PC100からは、接続時間に関わらずアクセスが許可されないことを示している。さらに、接続時間が深夜時間帯である「0:00〜5:00」である場合は、接続元のIPアドレスに関わらずアクセスが許可されないことを示している。このように、「だれが」、「いつ」、「どこから」利用承認要求を行っているのかを確認することにより、認証システム1000に不正にアクセスするユーザを、各認証部による認証処理を行う前に、事前に排除することができる。   Also, for example, a user whose account ID is “E2” indicates that access is not permitted from the user PC 100 whose IP address is “192.168.20.0/24” regardless of the connection time. ing. Further, when the connection time is “0:00 to 5:00”, which is a midnight time zone, it indicates that access is not permitted regardless of the IP address of the connection source. As described above, by confirming “who”, “when”, and “from where” the use approval request is made, a user who illegally accesses the authentication system 1000 can be identified before each authentication unit performs authentication processing. Can be eliminated in advance.

図3は、アカウント認証DB2012の例を示す図である。図3に示すように、アカウント認証DB2011は、アクセスが許可されたユーザのアカウントと、そのユーザの認証方式と、そのアカウントの認証を許可するための場所的な条件を示す認証接続元アドレスと、当該認証要求を行ったアカウントの認証を許可するための時間的な条件を示す認証接続時間とが対応付けて記憶されている。   FIG. 3 is a diagram illustrating an example of the account authentication DB 2012. As shown in FIG. 3, the account authentication DB 2011 includes an account of a user who is permitted to access, an authentication method of the user, an authentication connection source address indicating a location condition for permitting authentication of the account, An authentication connection time indicating a time condition for permitting authentication of the account that has made the authentication request is stored in association with the authentication connection time.

図3では、例えば、アカウント「C」のユーザは、「パスワード認証」、「携帯端末認証(スマホ認証)」の2種類の認証方式による認証が必要であることを示している。   FIG. 3 shows that, for example, the user of the account “C” needs authentication by two types of authentication methods, “password authentication” and “mobile terminal authentication (smartphone authentication)”.

また、例えば、アカウント「F2」のユーザは、「端末認証」、「携帯端末認証」の2種類の認証方式による認証が必要であることを示している。さらに、このユーザについては、認証接続元アドレスとして定められた「192.168.0.0/24」以外のアドレスからアクセスされている場合に、携帯端末認証を行うことを示している。   Also, for example, it indicates that the user of the account “F2” needs to be authenticated by two types of authentication methods, “terminal authentication” and “mobile terminal authentication”. Further, it indicates that the mobile terminal is to be authenticated when the user is accessed from an address other than “192.168.0.0/24” defined as the authentication connection source address.

また、例えば、アカウント「F3」のユーザは、「端末認証」、「携帯端末認証」の2種類の認証方式による認証が必要であることを示している。さらに、このユーザについては、認証接続時間として定められた「09:00〜17:00」(勤務時間内)以外の時間にアクセスされている場合に、携帯端末認証を行うことを示している。   Further, for example, it indicates that the user of the account “F3” needs to be authenticated by two types of authentication methods, “terminal authentication” and “mobile terminal authentication”. Further, it indicates that the mobile terminal authentication is to be performed when the user is accessed at a time other than “09:00 to 17:00” (during working hours) defined as the authentication connection time.

また、例えば、アカウント「G2」のユーザは、「端末認証」、「デバイス認証」の2種類の認証方式による認証が必要であることを示している。さらに、このユーザについては、認証接続元アドレスとして定められた「192.168.0.11/32」のアドレスからアクセスされている場合は、デバイス認証を行わない(スルーする)ことを示している。   Also, for example, it indicates that the user of the account “G2” needs authentication by two types of authentication methods, “terminal authentication” and “device authentication”. Further, when this user is accessed from the address of “192.168.0.11/32” defined as the authentication connection source address, it indicates that device authentication is not performed (through). .

また、例えば、アカウント「G3」のユーザは、「端末認証」、「デバイス認証」の2種類の認証方式による認証が必要であることを示している。さらに、このユーザについては、認証接続時間として定められた「09:00〜17:00」(勤務時間内)にアクセスされている場合は、デバイス認証を行わない(スルーする)ことを示している。   Also, for example, it indicates that the user of the account “G3” needs to be authenticated by two types of authentication methods, “terminal authentication” and “device authentication”. Further, when this user is accessed at “09: 00 to 17:00” (during working hours) defined as the authentication connection time, it indicates that device authentication is not performed (through). .

このように、この認証システムでは、利用承認要求に対してユーザのアカウントに応じて、様々な認証方式の中からユーザに適した認証方式の組を選択し、そのユーザを認証することができる。さらに、アカウントごとに場所的条件や時間的条件を定めることにより、アカウントのユーザについて個別の認証を行い、ユーザごとに時間的、場所的な条件を用いて認証することができる。しかも、認証方式の組を用いた認証において、最も強固なセキュリティを担保する認証方式(「パスワード認証」かつ「端末認証」かつ「携帯端末認証」)から、最も利便性の高い認証方式(「パスワード認証」のみ)まで、幅広い環境に最適なセキュリティを提供することができる。   As described above, in this authentication system, a set of authentication methods suitable for the user can be selected from various authentication methods according to the user's account in response to the use approval request, and the user can be authenticated. Further, by determining the location condition and the time condition for each account, the user of the account can be individually authenticated, and the user can be authenticated using the time and location conditions. Moreover, in authentication using a set of authentication methods, the authentication method that secures the strongest security (“password authentication”, “terminal authentication”, and “mobile terminal authentication”) has been changed to the most convenient authentication method (“password authentication”). Authentication only) can provide optimal security in a wide range of environments.

本認証システムでは、図2に示したアクセス許可DB2011を用いて利用承認を行うとともに、図3に示したアカウント認証DB2012を用いて認証方式の組を選択して認証するので、ユーザの種別ごとに、時間的条件や場所的条件に応じた認証方法で認証することができる。すなわち、本実施例においては、アクセス許可DB2011を用いて時間的条件及び場所的条件(第1条件という)を満たすかの承認を行い、その後にアカウント認証DB2012を用いて認証方式(第2条件)に基づく認証を行うので、前者を第1認証、後者を第2認証ということができる。さらに後者の第2認証においてもF2,F3,G2,G3のアカウントでは、場所的条件又は時間的条件の認証を行っているので、これらはより厳格な認証と言える。   In the present authentication system, use approval is performed using the access permission DB 2011 shown in FIG. 2, and a set of authentication methods is selected and authenticated using the account authentication DB 2012 shown in FIG. Authentication can be performed by an authentication method according to time and location conditions. That is, in the present embodiment, an approval is made as to whether the time condition and the location condition (referred to as a first condition) are satisfied by using the access permission DB 2011, and then the authentication method (second condition) is performed by using the account authentication DB 2012. Since the authentication based on is performed, the former can be called the first authentication, and the latter can be called the second authentication. Further, in the second authentication, the account of F2, F3, G2, and G3 authenticates the location condition or the time condition, and therefore, these can be said to be more strict authentication.

図4は、ユーザの種別ごとに採用される認証方式の例を示す図である。図4では、ユーザの種別が「社員」、「非社員」について、場所的条件(社内外)と時間的条件の関係を示している。図4に示すように、ユーザのアカウントが「社員」である場合、社内からのアクセスの場合には、勤務時間内、勤務時間外を問わず、アカウントおよびパスワード認証(利便性のある軽度な認証方式)を行う。これに対して、社外からのアクセスの場合には、いずれの時間帯でも、上記の認証方式に加えて携帯端末認証(スマホ認証)を行う。この認証は3つの認証方式を行うことから強度の認証方式と言える。また、ユーザのアカウントが「非社員」である場合、社内からのアクセスの場合には、勤務時間内であればアカウントおよびパスワード認証を行う一方、社外からのアクセスの場合には、勤務時間内であれば、さらに端末認証および携帯端末認証(スマホ認証)を行う。そして、勤務時間外の場合は、社内、社外を問わずアクセスを不可とする。   FIG. 4 is a diagram illustrating an example of an authentication method adopted for each type of user. FIG. 4 shows the relationship between the location condition (inside / outside the company) and the time condition for the user types “employee” and “non-employee”. As shown in FIG. 4, when the user's account is “employee”, when accessing from inside the company, the account and password authentication (convenient mild authentication regardless of during or outside of working hours) Method). On the other hand, in the case of access from outside the company, mobile terminal authentication (smartphone authentication) is performed in addition to the above-described authentication method in any time zone. This authentication is a strong authentication method because three authentication methods are performed. Also, if the user's account is "non-employee", if the access is from within the company, the account and password are authenticated during the working hours, while if the access is from outside the company, the user is authenticated during the working hours. If there is, terminal authentication and mobile terminal authentication (smartphone authentication) are further performed. Then, outside of working hours, access is prohibited, both inside and outside the company.

このように、アクセス許可DB2011とアカウント認証DB2012を用いた認証を行うことにより、真正なユーザについては簡便な認証方式とする如く、ユーザの種別や場所的条件、時間的条件に応じて認証方式を変えることができる。すなわち、ユーザの種別に応じて認証方式を動的に変える設定401、場所により認証方式を動的に変える設定402、時間により認証方式を動的に変える設定403が可能となる。従来は、アカウントを認証するにあたり、認証基盤、VPN、認証局等の各システムを組み合わせることが必要であったが、本実施例の認証システムでは、認証サーバ200においてユーザごとにセキュリティの高い認証を実現することができる。従来のようなシステムの組み合わせによる認証の場合、一般的には、導入コストが高価となったり、運用管理が煩雑になり、アカウントの定義や連携をはじめ、認証のための設定に誤りが生じるといったリスクがあるが、本実施例の認証システムによれば、安価な導入コストで、容易かつ安全な運用管理が可能となる。   As described above, by performing authentication using the access permission DB 2011 and the account authentication DB 2012, the authentication method is changed according to the type of the user, the locational condition, and the time condition so that a genuine user has a simple authentication method. Can be changed. That is, a setting 401 for dynamically changing the authentication method according to the type of the user, a setting 402 for dynamically changing the authentication method depending on the location, and a setting 403 for dynamically changing the authentication method depending on the time are possible. Conventionally, in order to authenticate an account, it was necessary to combine systems such as an authentication infrastructure, a VPN, and a certificate authority. However, in the authentication system according to the present embodiment, authentication with high security is performed by the authentication server 200 for each user. Can be realized. In the case of authentication using a combination of conventional systems, in general, the introduction cost becomes expensive, the operation management becomes complicated, and errors occur in the settings for authentication, including account definition and coordination. Although there is a risk, according to the authentication system of the present embodiment, easy and safe operation management can be performed at a low introduction cost.

図5は、初期登録DB2013の例を示す図である。図5に示すように、初期登録DB2013は、本認証システムを利用するユーザのアカウントと、そのユーザのパスワード情報、端末認証情報、携帯端末認証情報、デバイス認証情報とが対応付けて記憶されている。図5では、例えば、アカウント「A」のユーザは、パスワード情報としてパスワード「123」が登録され、端末認証情報として割符「α(α1、α2)」が登録され、携帯端末認証情報として生体コード「a」が登録され、デバイス認証情報としてUSBのシリアルナンバー「X0001」が登録されていることを示している。なお、図5では、すべての認証方式について登録された場合を例示しているが、少なくとも、ユーザのアカウントに対応する認証方式について登録されていればよい。   FIG. 5 is a diagram illustrating an example of the initial registration DB 2013. As shown in FIG. 5, in the initial registration DB 2013, an account of a user using the present authentication system is stored in association with password information, terminal authentication information, portable terminal authentication information, and device authentication information of the user. . In FIG. 5, for example, the user of the account “A” has a password “123” registered as password information, a tally “α (α1, α2)” registered as terminal authentication information, and a biometric code “ a "is registered, and the USB serial number" X0001 "is registered as device authentication information. Note that FIG. 5 illustrates a case where all the authentication methods are registered, but it is sufficient that at least the authentication method corresponding to the user account is registered.

[認証制御]
図6は、認証システム1000で行われる処理の処理手順を示すシーケンス図である。図6に示すように、まず、ユーザ用PC100のアプリケーション部101は、ユーザがアカウントを入力するためのアカウントID入力画面を入力表示部102に表示する(S601)。
[Authentication control]
FIG. 6 is a sequence diagram illustrating a processing procedure of processing performed in the authentication system 1000. As shown in FIG. 6, first, the application unit 101 of the user PC 100 displays an account ID input screen on which the user inputs an account on the input display unit 102 (S601).

図7は、アカウントID入力画面の例を示す図である。図7に示すように、アカウントID入力画面は、ユーザ用PC100から利用承認要求するユーザのアカウントを入力するための入力欄と、入力されたアカウントIDを認証サーバ200に送信するためのOKボタンとが表示されている。   FIG. 7 is a diagram illustrating an example of an account ID input screen. As shown in FIG. 7, the account ID input screen includes an input field for inputting an account of a user who requests use approval from the user PC 100, and an OK button for transmitting the input account ID to the authentication server 200. Is displayed.

ユーザ用PC100のアプリケーション部101は、OKボタンが押下されると、入力されたアカウントIDを、認証サーバ200に送信する。認証サーバ200の認証制御部204は、ユーザ用PC100から受信したアカウントIDをセッションに登録する(S602)。具体的には、認証制御部204は、アカウントIDに対応するセッションIDを付与したセッション管理テーブルの一例であるセッションデータを生成し、記憶部201に保持する。   When the OK button is pressed, the application unit 101 of the user PC 100 transmits the input account ID to the authentication server 200. The authentication control unit 204 of the authentication server 200 registers the account ID received from the user PC 100 in the session (S602). Specifically, the authentication control unit 204 generates session data, which is an example of a session management table to which a session ID corresponding to the account ID has been assigned, and stores the session data in the storage unit 201.

図8は、セッションデータの例を示す図である。セッションは、ユーザが利用承認要求を行ってから、当該要求に対する結果が得られるまでにネットワークを介した1つの一連の処理であり、セッションデータは、1つの一連のセッションにおいて行われる処理の結果を含むデータである。セッションデータにより保持される項目は、以下に示す処理の結果に応じて変化する。ここでは、図8(a)に示すように、セッションIDとアカウントIDとを対応付けたセッションデータが保持される。図8(a)では、アカウントID「E」について、セッションID「S0001」が付与されたことを示している。認証制御部204は、セッションIDに対応付けたアカウントIDをキーにしてアクセス許可DB2011を参照し、当該アカウントIDのユーザがアクセスするための接続元条件および時間条件を読み出し、これらの条件を満たしたアクセスであるか否かを判定する(S603、S604)。   FIG. 8 is a diagram illustrating an example of the session data. A session is a series of processes through a network from when a user makes a use approval request to when a result for the request is obtained, and the session data indicates a result of a process performed in a series of sessions. Data. The items held by the session data change according to the results of the processing described below. Here, as shown in FIG. 8A, session data in which a session ID and an account ID are associated is held. FIG. 8A shows that the session ID “S0001” has been assigned to the account ID “E”. The authentication control unit 204 refers to the access permission DB 2011 using the account ID associated with the session ID as a key, reads out the connection source condition and the time condition for the user of the account ID to access, and satisfies these conditions. It is determined whether it is an access (S603, S604).

S603において、認証制御部204がこれらの条件を満たしたアクセスではないと判定した場合(S603;No、または/およびS604;No)、その旨をユーザ用PC100に送信し、ユーザ用PC100のアプリケーション部101が、認証エラー画面を入力表示部102に表示する(S605)。   In S603, if the authentication control unit 204 determines that the access does not satisfy these conditions (S603; No, and / or S604; No), the fact is transmitted to the user PC 100, and the application unit of the user PC 100 101 displays an authentication error screen on the input display unit 102 (S605).

図9は、認証エラー画面の例を示す図である。図9に示すように、認証エラー画面は、認証が失敗した旨が表示されている。ユーザは、認証エラー画面が表示されることにより、自身が本認証システムへのアクセス許可条件を満たしていないことを認識することができる。   FIG. 9 is a diagram illustrating an example of the authentication error screen. As shown in FIG. 9, the authentication error screen displays that the authentication has failed. By displaying the authentication error screen, the user can recognize that he or she does not satisfy the conditions for permitting access to the authentication system.

認証制御部204は、利用承認要求されたユーザのアカウントが接続元条件および時間条件(第1条件)のいずれの条件も満たしていると判定した場合(S603;Yes、S604;Yes)、さらに、アカウントIDをキーにしてアカウント認証DB2012を参照し、当該アカウントIDに対応するに認証方式(第2条件)を読み出す(S606)。   If the authentication control unit 204 determines that the account of the user whose usage approval has been requested satisfies both the connection source condition and the time condition (first condition) (S603; Yes, S604; Yes), With reference to the account authentication DB 2012 using the account ID as a key, an authentication method (second condition) is read corresponding to the account ID (S606).

例えば、認証制御部204は、アカウントIDが「E」である場合、認証方式として、「パスワード認証」、「デバイス認証」を読み出す。このとき、認証制御部204は、S602で生成したセッションデータに対して、各認証方式の認証結果を示す項目を追加し、認証方式として採用しない項目に、認証に使用しないことを示す情報「−」を書き込む。図8(b)は、各認証方式の認証結果を示す項目を追加したセッションデータの例を示す図である。図8(b)では、図8(a)に示したセッションデータに追加された各認証方式の認証結果を示す項目のうち、採用されない「端末認証」、「携帯端末認証」に「−」が書き込まれていることがわかる。   For example, when the account ID is “E”, the authentication control unit 204 reads “password authentication” and “device authentication” as the authentication method. At this time, the authentication control unit 204 adds an item indicating the authentication result of each authentication method to the session data generated in S602, and replaces information “−” indicating that the item is not used for authentication with an item not used as the authentication method. Is written. FIG. 8B is a diagram illustrating an example of session data to which an item indicating an authentication result of each authentication method is added. In FIG. 8B, among the items indicating the authentication result of each authentication method added to the session data shown in FIG. 8A, "-" is used for "terminal authentication" and "mobile terminal authentication" which are not adopted. It can be seen that the data has been written.

さらに、認証制御部204は、アカウントIDをキーにしてアカウント認証DB2012を参照し、当該アカウントIDのユーザが、接続元アドレスまたは/および接続時間を満たしたユーザであるか否かを判定する(S607、S608)。ここで、接続元アドレスまたは/および接続時間を満たしたユーザとは、これらの条件を満たすことにより、各認証方式による認証を実行しない(スルーする)ことが可能なユーザのことである。   Further, the authentication control unit 204 refers to the account authentication DB 2012 using the account ID as a key, and determines whether the user of the account ID is a user satisfying the connection source address and / or the connection time (S607). , S608). Here, the user who satisfies the connection source address and / or the connection time is a user who can not execute (through) the authentication by each authentication method by satisfying these conditions.

認証制御部204は、アカウントIDのユーザが、認証元接続アドレスまたは/および認証接続時間を満たしたユーザであると判定した場合(S607;Yes、S608;Yes)、S615に進む。一方、認証制御部204は、アカウントIDのユーザが、少なくとも接続元アドレスまたは接続時間のいずれかを満たしていないと判定した場合(S607;No、またはS608;No)、S609に進む。   If the authentication control unit 204 determines that the user of the account ID is a user who has satisfied the authentication source connection address and / or the authentication connection time (S607; Yes, S608; Yes), the process proceeds to S615. On the other hand, when the authentication control unit 204 determines that the user of the account ID does not satisfy at least one of the connection source address and the connection time (S607; No, or S608; No), the process proceeds to S609.

認証制御部204は、アカウントIDのユーザが、少なくとも接続元アドレスまたは接続時間のいずれかを満たしていないと判定した場合(S607;No、またはS608;No)、その旨および当該アカウントIDに対応付けて定義されている認証方式でユーザの認証を行う指示をユーザ用PC100に送信し、ユーザ用PC100のアプリケーション部101は、当該指示に従って、各認証部にリダイレクトさせる(S609)。例えば、アカウントIDに対応する認証方式が「パスワード認証」、「デバイス認証」である場合、アプリケーション部101は、まず、「パスワード認証」を実行するパスワード認証部2041を呼び出し、パスワード認証部2041による認証処理を実行させる。端末認証部2042による認証、携帯端末認証部2043による認証、デバイス認証部2044による認証を行う場合も同様である。   When the authentication control unit 204 determines that the user of the account ID does not satisfy at least either the connection source address or the connection time (S607; No, or S608; No), the authentication control unit 204 associates the fact with the account ID. An instruction to authenticate the user with the authentication method defined in the above is transmitted to the user PC 100, and the application unit 101 of the user PC 100 redirects to each authentication unit according to the instruction (S609). For example, when the authentication method corresponding to the account ID is “password authentication” or “device authentication”, the application unit 101 first calls the password authentication unit 2041 that executes “password authentication”, and the authentication by the password authentication unit 2041 is performed. Execute the process. The same applies to the case where the authentication by the terminal authentication unit 2042, the authentication by the mobile terminal authentication unit 2043, and the authentication by the device authentication unit 2044 are performed.

各認証部は、認証サーバ200の認証制御部204から実行指示を受けると、各認証方式による認証を実行する(S610)。各認証部による認証処理は、例えば、CGI(Common Gateway Interface)プログラムにより実現される。各認証方式については、フローチャートを用いて後述する。   Upon receiving the execution instruction from the authentication control unit 204 of the authentication server 200, each authentication unit executes authentication using each authentication method (S610). The authentication process by each authentication unit is realized by, for example, a CGI (Common Gateway Interface) program. Each authentication method will be described later using a flowchart.

S610において、各認証部により認証が実行され、認証結果がセッションデータに書き込まれると、各認証部は、認証結果が得られた旨をユーザ用PC100に送信し、ユーザ用PC100のアプリケーション部101は、認証制御部204にリダイレクトさせる(S611)。   In S610, when the authentication is performed by each authentication unit and the authentication result is written in the session data, each authentication unit transmits to the user PC 100 that the authentication result has been obtained, and the application unit 101 of the user PC 100 Is redirected to the authentication control unit 204 (S611).

そして、認証制御部204は、セッションチェックを開始し(S612)、各認証部による認証結果が認証OK(許可)であるか否かを判定する(S613)。例えば、認証制御部204は、認証方式が「パスワード認証」である場合、図8(c)に示すように、セッションデータのうち、パスワード認証部2041による認証処理結果を示す項目に認証OK(○印)が書き込まれていることを確認する。   Then, the authentication control unit 204 starts a session check (S612), and determines whether or not the authentication result of each authentication unit is authentication OK (permission) (S613). For example, when the authentication method is “password authentication”, the authentication control unit 204 sets the authentication OK (○) in an item indicating the authentication processing result by the password authentication unit 2041 in the session data as shown in FIG. Check that the mark is written.

認証制御部204は、各認証部による認証結果が認証OKでない(不許可)と判定した場合(S613;No)、その旨をユーザ用PC100に送信し、ユーザ用PC100のアプリケーション部101が、図9に示した認証エラー画面を入力表示部112に表示する(S614)。   When the authentication control unit 204 determines that the authentication result of each authentication unit is not authentication OK (non-permission) (S613; No), the authentication control unit 204 transmits the fact to the user PC 100, and the application unit 101 of the user PC 100 The authentication error screen shown in FIG. 9 is displayed on the input display unit 112 (S614).

一方、認証制御部204は、各認証部による認証結果が認証OKであると判定した場合(S613;Yes)、さらに、セッションデータに追加した未実施の認証方式があるか否かを判定する(S615)。認証制御部204は、未実施の認証方式があると判定した場合(S615;Yes)、S607に戻り、他の認証方式について、以降の処理を繰り返す。   On the other hand, when the authentication control unit 204 determines that the authentication result of each authentication unit is authentication OK (S613; Yes), the authentication control unit 204 further determines whether there is an unexecuted authentication method added to the session data ( S615). If it is determined that there is an unexecuted authentication method (S615; Yes), the authentication control unit 204 returns to S607, and repeats the subsequent processing for another authentication method.

認証制御部204は、未実施の認証方式がないと判定した場合(S615;No)、すなわち、図8(d)に示すように、セッションデータの各認証部のすべての認証処理結果を示す項目に認証OKが書き込まれていることが確認できた場合、SSO(シングル・サイン・オン)処理を実行する(S616)。なお、本例では、SSOについて例示したが、HTTP(Hypertext Transfer Protocol)のリバースプロキシ処理を実行してもよい。   If the authentication control unit 204 determines that there is no unexecuted authentication method (S615; No), that is, as shown in FIG. 8D, an item indicating all authentication processing results of each authentication unit in the session data If it is confirmed that the authentication OK has been written in, an SSO (single sign-on) process is executed (S616). In this example, SSO is exemplified, but reverse proxy processing of HTTP (Hypertext Transfer Protocol) may be executed.

認証制御部204は、シングル・サイン・オン先にリダイレクトさせる指示をユーザ用PC100に送信し(S617)、ユーザ用PC100のアプリケーション部101は、当該指示に従って、コンテンツサーバ300のサイトに認可要求を送信し、コンテンツサーバ300は、当該認可要求にしたがって、上記サイトへのログイン処理を実行する(S618)。コンテンツサーバ300は、ログイン処理を行った後のサイト画面をユーザ用PC100に送信し、ユーザ用PC100のアプリケーション部101は、当該サイト画面を表示部102に表示する(S619)。S619の処理が終了すると、図6に示す全ての処理が終了し、利用承認され、かつユーザに応じて定められたすべての認証方式により認証されたアカウントのユーザのみが、コンテンツサーバ300のコンテンツにアクセスすることができるようになる。続いて、各認証方式による認証について説明する。   The authentication control unit 204 transmits an instruction to redirect to the single sign-on destination to the user PC 100 (S617), and the application unit 101 of the user PC 100 transmits an authorization request to the site of the content server 300 according to the instruction. Then, the content server 300 executes a login process to the site according to the authorization request (S618). The content server 300 transmits the site screen after performing the login process to the user PC 100, and the application unit 101 of the user PC 100 displays the site screen on the display unit 102 (S619). When the process of S619 is completed, all the processes illustrated in FIG. 6 are completed, and only the user of the account that has been approved for use and that has been authenticated by all the authentication methods determined according to the user is included in the content of the content server 300. You will be able to access it. Next, authentication by each authentication method will be described.

[各認証方式による認証]
(パスワード認証)
パスワード認証部2041は、あらかじめ定められたパスワードを用いてユーザの認証を行う。パスワード認証部2041は、図6のS610において、認証制御部204から指示を受けると、アカウントIDをキーにして初期登録DB2013を参照し、パスワード認証部2041が入力要求して入力されたパスワードが、初期登録DB2013に登録されているパスワードであるか否かを判定する。パスワード認証部2041は、パスワードの入力を要求する場合、図13(a)に示すようなパスワード入力画面を出力し、ユーザ用PC100のアプリケーション部101がパスワード入力画面を入力表示部102に表示する。
[Authentication by each authentication method]
(Password authentication)
The password authentication unit 2041 authenticates a user using a predetermined password. When receiving an instruction from the authentication control unit 204 in S610 of FIG. 6, the password authentication unit 2041 refers to the initial registration DB 2013 using the account ID as a key, and the password input by the password authentication unit 2041 upon requesting input is: It is determined whether or not the password is registered in the initial registration DB 2013. When requesting the input of a password, the password authentication unit 2041 outputs a password input screen as shown in FIG. 13A, and the application unit 101 of the user PC 100 displays the password input screen on the input display unit 102.

パスワード認証部2041は、入力されたパスワードが、初期登録DB2013に登録されているパスワードであると判定した場合、認証OKとして、セッションデータの該当項目に認証結果を書き込む(図8(c)、図8(d))。なお、パスワード認証部2041は、入力されたパスワードが、初期登録DB2013に登録されているパスワードでないと判定した場合、認証NG(不許可)として、その旨の認証結果をセッションデータの該当項目に書き込む。   If the password authentication unit 2041 determines that the input password is a password registered in the initial registration DB 2013, it writes the authentication result in the corresponding item of the session data as authentication OK (FIG. 8C, FIG. 8 (d)). If the password authentication unit 2041 determines that the input password is not the password registered in the initial registration DB 2013, it writes the authentication result to the corresponding item of the session data as authentication NG (non-permission). .

このように、「パスワード認証」では、あらかじめ定めたパスワードを入力するだけで認証を行うため、本認証システムへのアクセスが許可されたユーザに対して、最も簡便な方法で認証することができ、ユーザに対する認証のための操作負担を軽減することができる。   As described above, in the “password authentication”, authentication is performed only by inputting a predetermined password, so that a user who is permitted to access the authentication system can be authenticated by the simplest method, It is possible to reduce the operation burden for authentication for the user.

(端末認証)
図10は、端末認証処理の処理手順を示すシーケンス図である。以下では、端末認証に用いる端末認証情報(この例では、サーバ側およびクライアント側の割符)が、あらかじめ初期登録DB2013に登録され、クライアント側の割符については、ユーザ用PC100にも登録されているものとする。
(Terminal authentication)
FIG. 10 is a sequence diagram illustrating a processing procedure of the terminal authentication processing. In the following, terminal authentication information (tally on the server side and client side in this example) used for terminal authentication is registered in the initial registration DB 2013 in advance, and the tally on the client side is also registered in the user PC 100. And

図10に示すように、端末認証部2042は、図6のS610において、認証制御部204から指示を受けると、アカウントIDをキーにして初期登録DB2013を参照し、アカウントIDに対応する端末認証情報として、サーバ側の割符(図5では、例えば、α1)を読み出すとともに、PC側の割符を要求する(S1001)。   As shown in FIG. 10, upon receiving an instruction from the authentication control unit 204 in S610 of FIG. 6, the terminal authentication unit 2042 refers to the initial registration DB 2013 using the account ID as a key, and obtains terminal authentication information corresponding to the account ID. In step S1001, the server reads the tally on the server (for example, α1 in FIG. 5) and requests the tally on the PC.

ユーザ用PC100のアプリケーション部101は、あらかじめメモリに登録されているクライアント側の割符(図5では、例えば、α2)を読み出して、認証サーバ200にその割符を送信する(S1002)。   The application unit 101 of the user PC 100 reads a tally (eg, α2 in FIG. 5) on the client side registered in the memory in advance, and transmits the tally to the authentication server 200 (S1002).

認証サーバ200の端末認証部2042は、ユーザ用PC100から受け取ったクライアント側の割符と、サーバ側の割符とを突合せ、両者が符合するか否かを判定する(S1003)。端末認証部2042は、両者が符合すると判定した場合には認証OKとして、セッションデータの該当項目に認証結果を書き込む(図8(c)、図8(d))。一方、端末認証部2042は、両者が符合しないと判定した場合、認証NGとして、その旨の認証結果をセッションデータの該当項目に書き込む(S1004)。
図10では、割符を用いた端末認証について例示したが、ユーザ用PC100のMACアドレスやクライアント証明書を用いた端末認証を行ってもよい。また、必ずしも割符を用いなくてもよい。
The terminal authentication unit 2042 of the authentication server 200 matches the client-side tally received from the user PC 100 with the server-side tally, and determines whether or not both match (S1003). When the terminal authentication unit 2042 determines that both match, the authentication is OK and the authentication result is written in the corresponding item of the session data (FIGS. 8C and 8D). On the other hand, if the terminal authentication unit 2042 determines that the two do not match, the authentication result is written as an authentication NG in the corresponding item of the session data (S1004).
FIG. 10 illustrates terminal authentication using a tally, but terminal authentication using the MAC address of the user PC 100 or a client certificate may be performed. Also, the tally does not necessarily have to be used.

このように、端末認証では、一般的に使用環境が定められた端末を認証するため、複数のユーザに1つのアカウントが割り当てられ、PCを共有する環境にある場合でも、そのアカウントを認証することができる。   As described above, in the terminal authentication, in general, one account is assigned to a plurality of users in order to authenticate a terminal whose use environment is determined, and even if the PC is shared, the account is authenticated. Can be.

(携帯端末認証)
図11は、携帯端末認証処理の処理手順を示すシーケンス図である。図11に示すように、携帯端末認証部2043は、図6のS610において、認証制御部204から指示を受けると、アカウントIDをキーにして初期登録DB2013を参照し、アカウントIDに対応する携帯端末認証情報(例えば、パスコード)を読み出し(S1101)、携帯端末110に対して、認証要求するためのプッシュ通知を行う(S1102)。認証制御部204は、プッシュ通知を行うと、携帯端末110に対しては、携帯端末認証情報による認証を行うための認証画面を送信し、携帯端末100の携帯端末用認証部111が、入力表示部112に認証画面を表示する(S1103)。一方、認証制御部204は、ユーザ用PC100に対しては、携帯端末による認証中であることを示す携帯端末認証通知画面を送信し、ユーザ用PC100のアプリケーション部101が、入力表示部102に携帯端末認証通知画面を表示する(S1104)。
(Mobile terminal authentication)
FIG. 11 is a sequence diagram illustrating a processing procedure of the mobile terminal authentication processing. As shown in FIG. 11, upon receiving an instruction from the authentication control unit 204 in S610 of FIG. 6, the portable terminal authentication unit 2043 refers to the initial registration DB 2013 using the account ID as a key, and refers to the portable terminal corresponding to the account ID. The authentication information (for example, passcode) is read (S1101), and a push notification for requesting authentication is issued to the portable terminal 110 (S1102). Upon performing the push notification, the authentication control unit 204 transmits an authentication screen for performing authentication based on the mobile terminal authentication information to the mobile terminal 110, and the mobile terminal authentication unit 111 of the mobile terminal 100 causes the input display An authentication screen is displayed on the unit 112 (S1103). On the other hand, the authentication control unit 204 transmits to the user PC 100 a mobile terminal authentication notification screen indicating that authentication is being performed by the mobile terminal, and the application unit 101 of the user PC 100 A terminal authentication notification screen is displayed (S1104).

図13(b)は、携帯端末に表示される画面の例を示す図である。図13(b)右は、S1103における認証画面の例であり、図13(b)左は、S1104における携帯端末認証通知画面の例である。   FIG. 13B is a diagram illustrating an example of a screen displayed on the mobile terminal. 13B shows an example of the authentication screen in S1103, and the left part of FIG. 13B shows an example of the portable terminal authentication notification screen in S1104.

図13(b)右に示すように、認証画面には、携帯端末認証情報による認証を実行する認証ボタンと、認証を実行せずに処理を終了させる閉じるボタンとが表示されている。ユーザが認証ボタンを押下すると、携帯端末用認証部111は、携帯端末認証情報により認証を行う画面(例えば、パスコードの入力画面)を表示し、入力された情報を認証サーバ200に送信する。このように、プッシュ通知により携帯端末110に認証画面が表示されることにより、ユーザに対する認証を直ちに行うことができる。   As shown on the right side of FIG. 13B, the authentication screen displays an authentication button for executing authentication based on mobile terminal authentication information and a close button for terminating the process without executing authentication. When the user presses the authentication button, the mobile terminal authentication unit 111 displays a screen for performing authentication based on the mobile terminal authentication information (for example, a passcode input screen), and transmits the input information to the authentication server 200. As described above, the authentication screen is displayed on the portable terminal 110 by the push notification, so that the user can be immediately authenticated.

また、図13(b)左に示すように、携帯端末認証通知画面には、携帯端末110により認証するために、携帯端末100にプッシュ通知を行った旨、および確認を促す旨が表示されている。このように、ユーザ用PC100に携帯端末認証通知画面が表示されることにより、ユーザは携帯端末110により認証を実行するために必要な操作を把握することができる。   Further, as shown on the left side of FIG. 13 (b), the mobile terminal authentication notification screen displays that a push notification has been made to the mobile terminal 100 to authenticate with the mobile terminal 110 and that a confirmation is urged. I have. As described above, the mobile terminal authentication notification screen is displayed on the user's PC 100, so that the user can grasp an operation necessary for performing authentication by the mobile terminal 110.

その後、携帯端末用認証部111が、入力表示部112から入力された携帯端末認証情報を認証サーバ200に送信すると、認証サーバ200の携帯端末認証部2043は、初期登録DB2013に登録されている携帯端末認証情報と、入力された携帯端末認証情報とを突合せ、両者が符合するか否かを判定する(S1105、S1106)。携帯端末認証部2043は、両者が符合すると判定した場合には認証OKとして、セッションデータの該当項目に認証結果を書き込む(S1106;Yes、S1108、図8(c)、図8(d))。一方、端末認証部2042は、両者が符合しないと判定した場合(S1106;No、認証NGとして、その旨の認証結果をセッションデータの該当項目に書き込むとともに、図9に示した認証エラー画面と同様の画面を携帯端末110に送信し、携帯端末110の携帯端末用認証部111が、入力表示部112にその認証エラー画面を表示する(S1107)。   Thereafter, when the mobile terminal authentication unit 111 transmits the mobile terminal authentication information input from the input display unit 112 to the authentication server 200, the mobile terminal authentication unit 2043 of the authentication server 200 transmits the mobile terminal authentication information registered in the initial registration DB 2013. The terminal authentication information is compared with the input mobile terminal authentication information, and it is determined whether or not both match (S1105, S1106). If it is determined that the two match, the mobile terminal authentication unit 2043 writes the authentication result in the corresponding item of the session data as authentication OK (S1106; Yes, S1108, FIGS. 8C and 8D). On the other hand, if the terminal authentication unit 2042 determines that the two do not match (S1106; No, authentication NG), the authentication result to that effect is written in the corresponding item of the session data, and the same as the authentication error screen shown in FIG. Is transmitted to the portable terminal 110, and the portable terminal authentication unit 111 of the portable terminal 110 displays the authentication error screen on the input display unit 112 (S1107).

携帯端末認証部2043は、セッションデータに書き込んだ認証結果を読み出し、認証結果が認証OKであるか否かを判定する(S1109、S1110)。携帯端末認証部2043は、認証結果が認証OKであると判定した場合(S1110;Yes)、さらに有効時間が未経過であるか否かを判定する(S1111)。有効時間は、例えば、S1102においてプッシュ通知されてからS1110において認証OKと判定されるまでの時間であり、携帯端末110からの認証操作がタイムアウトする時間(例えば、4分間)である。なお、携帯端末認証部2043は、認証結果が認証OKでない、すなわち認証NGと判定した場合(S1110;No)、S1112に進み、認証結果を確定させる。   The mobile terminal authentication unit 2043 reads the authentication result written in the session data, and determines whether the authentication result is authentication OK (S1109, S1110). When determining that the authentication result is authentication OK (S1110; Yes), the mobile terminal authentication unit 2043 further determines whether the valid time has not elapsed (S1111). The valid time is, for example, a time from when the push notification is made in S1102 to when the authentication is determined to be OK in S1110, and is a time when the authentication operation from the portable terminal 110 times out (for example, 4 minutes). If the authentication result is not authentication OK, that is, if the authentication result is authentication NG (S1110: No), the portable terminal authentication unit 2043 proceeds to S1112 and determines the authentication result.

携帯端末認証部2043は、有効時間が未経過であると判定した場合(S1111;Yes)、S1107、S1108で書き込んだ認証結果を確定させる(S1112)。一方、携帯端末認証部2043は、有効時間が未経過でない、すなわち有効時間を過ぎたと判定した場合(S1111;No)、S1104に戻り、以降の処理を続行する。この場合、S1108において認証結果として認証OKがセッションデータに書き込まれたとしても、携帯端末認証部2043は、有効時間が経過していると判断し、S1112において、認証NGに書き換えて認証結果を確定させる。   When determining that the valid time has not elapsed (S1111; Yes), the portable terminal authentication unit 2043 determines the authentication result written in S1107 and S1108 (S1112). On the other hand, when it is determined that the valid time has not elapsed, that is, the valid time has passed (S1111; No), the portable terminal authentication unit 2043 returns to S1104 and continues the subsequent processing. In this case, even if the authentication OK is written in the session data as the authentication result in S1108, the portable terminal authentication unit 2043 determines that the valid time has elapsed, and in S1112, rewrites to the authentication NG to determine the authentication result. Let it.

なお、この例ではステップS1102おいてプッシュ通知を送信しているが、プッシュ通知に限らず、携帯端末110がプル通知をしてもよい。   Although the push notification is transmitted in step S1102 in this example, the mobile terminal 110 may perform the pull notification instead of the push notification.

このように、携帯端末認証では、携帯端末のユーザが自ら登録した個人情報を用いてユーザを認証するので、個人情報を認証サーバ200に登録することなく、少ないリスクで容易にユーザ本人を認証することができる。また、ユーザにとって使い慣れている携帯端末により認証を行うため、違和感なく認証のための操作を行うことができる。   As described above, in the mobile terminal authentication, the user of the mobile terminal authenticates the user using the personal information registered by himself / herself. Therefore, the user himself / herself can be easily authenticated with little risk without registering the personal information in the authentication server 200. be able to. In addition, since authentication is performed using a portable terminal that the user is accustomed to, the operation for authentication can be performed without a sense of incongruity.

(デバイス認証)
図12は、デバイス認証処理の処理手順を示すシーケンス図である。図12に示すように、デバイス認証部2044は、図6のS610において、認証制御部204から指示を受けると、アカウントIDをキーにして初期登録DB2013を参照し、アカウントIDに対応するデバイス認証情報(例えば、USBのシリアルナンバー)を読み出し、読み出したデバイス認証情報をデバイス用PC120に送信し(S1201)、デバイス用PC120に対して、デバイスによる認証を促すデバイス認証通知画面を送信し、デバイス用PC120のデバイス用認証部121が、ブラウザを介して入力表示部122にデバイス認証通知画面を表示する(S1202)。
(Device authentication)
FIG. 12 is a sequence diagram illustrating the procedure of the device authentication process. As shown in FIG. 12, upon receiving an instruction from the authentication control unit 204 in S610 of FIG. 6, the device authentication unit 2044 refers to the initial registration DB 2013 using the account ID as a key, and refers to the device authentication information corresponding to the account ID. (E.g., a USB serial number), transmits the read device authentication information to the device PC 120 (S1201), transmits a device authentication notification screen prompting device authentication to the device PC 120, and sends the device PC 120 The device authentication unit 121 displays a device authentication notification screen on the input display unit 122 via the browser (S1202).

S1202において、デバイス用認証部121が、デバイスI/F部124にデバイスが挿入されたことを検知すると、デバイス認証を実行するためのデバイス認証実行画面を入力表示部122に表示する(S1203)。   In S1202, when the device authentication unit 121 detects that a device has been inserted into the device I / F unit 124, a device authentication execution screen for executing device authentication is displayed on the input display unit 122 (S1203).

図13(c)は、デバイス用PCに表示される画面の例を示す図である。図13(c)左は、S1202におけるデバイス認証通知画面の例であり、図13(c)左は、S1203におけるデバイス認証実行画面の例である。   FIG. 13C is a diagram illustrating an example of a screen displayed on the device PC. 13C illustrates an example of the device authentication notification screen in S1202, and FIG. 13C illustrates an example of the device authentication execution screen in S1203.

図13(c)左に示すように、デバイス認証通知画面には、デバイス認証するために、デバイス用PC120に、あらかじめ定められたデバイス130を挿入して認証を促す旨が表示されている。このように、デバイス用PC120にデバイス認証通知画面が表示されることにより、ユーザはデバイス用PC120によりデバイス認証するために必要な操作を把握することができる。   As shown on the left side of FIG. 13C, the device authentication notification screen displays that a predetermined device 130 is inserted into the device PC 120 to authenticate the device in order to perform device authentication. By displaying the device authentication notification screen on the device PC 120 in this manner, the user can grasp the operation required for device authentication by the device PC 120.

また、図13(c)右に示すように、デバイス認証実行画面には、デバイス130を挿入するドライブを選択するためのドライブ選択欄と、デバイス認証情報による認証を実行する認証ボタンと、認証を実行せずに処理を終了させるキャンセルボタンとが表示されている。このように、デバイス用PC120にデバイス認証実行画面が表示されることにより、ユーザはデバイス用PC120によりデバイス認証するドライブを選択した上でデバイス認証することができる。   13C, the device authentication execution screen includes a drive selection field for selecting a drive into which the device 130 is to be inserted, an authentication button for executing authentication using device authentication information, and an authentication button. A cancel button for terminating the process without executing the command is displayed. By displaying the device authentication execution screen on the device PC 120 in this manner, the user can select a drive for device authentication by the device PC 120 and then perform device authentication.

S1203において、ユーザにより認証ボタンが押下されると、デバイス用認証部121は、S1201で認証サーバ200から送信されたデバイス認証情報と、S1203で挿入されたデバイスの認証情報とを突合せ、両者が符合するか否かを判定し、その認証結果を認証サーバ200に送信する。なお、本例では、デバイス用PC120のデバイス用認証部121がデバイス認証を実行しているが、認証サーバ200のデバイス認証部2044がデバイス認証を実行してもよい。   In step S1203, when the authentication button is pressed by the user, the device authentication unit 121 matches the device authentication information transmitted from the authentication server 200 in step S1201 with the device authentication information inserted in step S1203. It is determined whether or not to perform the authentication, and the authentication result is transmitted to the authentication server 200. In this example, the device authentication unit 121 of the device PC 120 performs device authentication, but the device authentication unit 2044 of the authentication server 200 may execute device authentication.

認証サーバ200のデバイス認証部2044は、デバイス用PC120から認証結果を受信すると、セッションデータの該当項目に認証結果を書き込む(S1204、図8(c)、図8(d))。   Upon receiving the authentication result from the device PC 120, the device authentication unit 2044 of the authentication server 200 writes the authentication result in the corresponding item of the session data (S1204, FIGS. 8C and 8D).

デバイス認証部2044は、セッションデータに書き込んだ認証結果を読み出し(S1205)、認証結果が認証OKであるか否かを判定する(S1206)。デバイス認証部2044は、認証結果が認証OKであると判定した場合(S1206;Yes)、さらに有効時間が未経過であるか否かを判定する(S1207)。有効時間については、図11に示した携帯端末認証の場合と同様であるため、ここではその説明を省略する。なお、デバイス認証部2044は、認証結果が認証OKでない、すなわち認証NGと判定した場合(S1206;No)、S1208に進み、認証結果を確定させる。   The device authentication unit 2044 reads the authentication result written in the session data (S1205), and determines whether the authentication result is authentication OK (S1206). When determining that the authentication result is authentication OK (S1206; Yes), the device authentication unit 2044 further determines whether the valid time has not elapsed (S1207). The valid time is the same as that in the case of the mobile terminal authentication shown in FIG. 11, and the description thereof is omitted here. Note that if the device authentication unit 2044 determines that the authentication result is not authentication OK, that is, the authentication is NG (S1206; No), the process proceeds to S1208 to determine the authentication result.

デバイス認証部2044は、有効時間が未経過であると判定した場合(S1207;Yes)、S1204で書き込んだ認証結果を確定させる(S1208)。一方、携帯端末認証部2043は、有効時間が未経過でない、すなわち有効時間を過ぎたと判定した場合(S1207;No)、S1202に戻り、以降の処理を続行する。この場合、S1204において認証結果として認証OKがセッションデータに書き込まれたとしても、デバイス認証部2044は、有効時間が経過していると判断し、S1208において、認証NGに書き換えて認証結果を確定させる。   If the device authentication unit 2044 determines that the valid time has not elapsed (S1207; Yes), the device authentication unit 2044 determines the authentication result written in S1204 (S1208). On the other hand, when it is determined that the valid time has not elapsed, that is, the valid time has passed (S1207; No), the portable terminal authentication unit 2043 returns to S1202 and continues the subsequent processing. In this case, even if authentication OK is written in the session data as the authentication result in S1204, the device authentication unit 2044 determines that the valid time has elapsed, and in S1208, rewrites to authentication NG to determine the authentication result. .

このように、デバイス認証では、USB等の安価なデバイスを用いてユーザを認証することにより、コストをかけることなく簡便な方法でユーザ本人を認証することができる。また、デバイスがデバイス用PCを介して必要に応じてネットワークに接続するため、ネットワークから独立して認証のために必要な情報を管理することができる。   As described above, in the device authentication, by authenticating the user using an inexpensive device such as a USB, the user can be authenticated by a simple method without adding cost. In addition, since the device is connected to the network as needed via the device PC, information necessary for authentication can be managed independently of the network.

[代案、変形例]
以上、好ましい一実施例について説明したが、本発明はこれに限定されるものではなく、その要旨を逸脱しない範囲で適宜、変形、代替して実施し得る。
[Alternatives and modifications]
As described above, a preferred embodiment has been described, but the present invention is not limited to this, and may be modified or substituted as appropriate without departing from the scope of the invention.

例えば、上記実施例では、図1においてユーザ用PC100とデバイス用PC120を別々に図示した。しかし、変形例においてはユーザ用PC100に認証デバイス130を装着するコネクタを備えたものであるならば、ユーザ用PC100をデバイス用PCとして使用することができる。その場合、認証デバイス130を所持する複数のユーザは当該ユーザ用PC100を共用することが可能となる。   For example, in the above embodiment, the user PC 100 and the device PC 120 are separately illustrated in FIG. However, in the modified example, if the user PC 100 is provided with a connector for mounting the authentication device 130, the user PC 100 can be used as the device PC. In this case, a plurality of users possessing the authentication device 130 can share the user PC 100.

また、上記実施例では、図6を参照した制御において、ステップS603(時間的条件の判断)と、ステップS604(場所的条件の判断)の両方を行っている。代替例においては、これらのステップS603またはS604のいずれか一方の処理を行う例もあり得る。   Further, in the above embodiment, in the control with reference to FIG. 6, both step S603 (determination of the temporal condition) and step S604 (determination of the location condition) are performed. In an alternative example, there may be an example in which one of these steps S603 and S604 is performed.

また、上記実施例では、図6を参照したステップS604では接続元アドレスであるIPアドレスを用いて場所的条件の判断を行っているが、代替例においては、これに限定されない。例えば、認証制御部204が、接続元のユーザ用PC100やデバイス用PC120が設置された位置情報(GPS情報)を取得して、場所的条件を判断することも可能である。   In the above-described embodiment, the location condition is determined using the IP address that is the connection source address in step S604 with reference to FIG. 6, but the present invention is not limited to this in an alternative example. For example, the authentication control unit 204 can also acquire location information (GPS information) where the connection-source user PC 100 and device PC 120 are installed, and determine the location condition.

また、上記実施例では、端末からの要求に対して、認証サーバ200の認証制御部204がセッションを生成して、そのセッションに認証方式や認証結果を登録している。他の例によれば、外部からのアクセス要求を制御するアクセス制御部203を備えるサーバにおいて、アクセス制御部203がセッションを生成する場合もあり得る。その場合には、その生成されたセッションに対して、認証サーバ200の認証制御部204が認証に係る種々の情報を登録することができる。さらに他の例として、アクセス制御部203が、図6の制御動作の一部、例えばステップS602〜S604の動作を行っても良い。この場合、認証制御部は、アクセス制御部が行う上記S602乃至S604の動作乃至機能を含むような広義の意味と捉えてよい。   In the above embodiment, the authentication control unit 204 of the authentication server 200 generates a session in response to a request from the terminal, and registers the authentication method and the authentication result in the session. According to another example, in a server including an access control unit 203 that controls an external access request, the access control unit 203 may generate a session. In that case, the authentication control unit 204 of the authentication server 200 can register various information related to authentication for the generated session. As still another example, the access control unit 203 may perform a part of the control operation in FIG. 6, for example, the operations of steps S602 to S604. In this case, the authentication control unit may be considered to have a broad meaning including the operations and functions of S602 to S604 performed by the access control unit.

また、上記実施例では、認証サーバ200が、パスワード認証部2041、端末認証部2042、携帯端末認証部2043、デバイス認証部2044を有する、とした。代替例によれば、これら認証部2041〜2044の1又は複数の部位を、認証サーバ200とは別のサーバで実現しても良い。例えば、端末認証部2042及び又は他の部位をクラウドコンピュータ上で実現することも可能である。その場合でも、認証制御部204の制御の基、他のサーバで実現された認証部が制御されることになる。   In the above embodiment, the authentication server 200 includes the password authentication unit 2041, the terminal authentication unit 2042, the mobile terminal authentication unit 2043, and the device authentication unit 2044. According to an alternative example, one or more of the authentication units 2041 to 2044 may be realized by a server different from the authentication server 200. For example, the terminal authentication unit 2042 and / or other components can be realized on a cloud computer. Even in such a case, the authentication unit realized by another server is controlled under the control of the authentication control unit 204.

また、上記実施例では、アクセス許可DB2011、アカウント認証DB2012、初期登録DB2013と称したが、これらをそれぞれ、アクセス許可管理テーブル、アカウント認証管理テーブル、初期登録管理テーブルと呼んでもよい。   In the above embodiment, the access permission DB 2011, the account authentication DB 2012, and the initial registration DB 2013 are referred to. However, these may be referred to as an access permission management table, an account authentication management table, and an initial registration management table, respectively.

また、上記実施例では、認証制御部204は認証サーバ200の一機能部として実現しているが、この機能部をプロキシサーバとして実現することも可能である。   Further, in the above-described embodiment, the authentication control unit 204 is realized as a function unit of the authentication server 200, but this function unit may be realized as a proxy server.

また、本実施例では、認証に用いられる機器として、PC、スマートフォン、デバイスを例示しているが、動画プレーヤや音楽プレーヤ等のメディア再生機器をはじめとする様々なコンテンツを、ネットワークを介して利用するための装置や機器についても同様に適用することができる。   Further, in this embodiment, PCs, smartphones, and devices are exemplified as devices used for authentication, but various contents including media playback devices such as a moving image player and a music player are used via a network. The present invention can be similarly applied to apparatuses and devices for performing the above.

上述したように、本実施例の認証システムでは、複数の異なる認証方式のそれぞれを認証要素として、1または複数の認証要素の組み合わせから成る複数の組(認証組)を定義する。そして、ユーザ(一例ではユーザのアカウント)に応じて、1の認証組を選択して、その認証組に含まれる1または複数の認証要素に対応する認証部で実行して、ユーザまたは接続要求のあった端末を認証する。これにより、ネットワークを介して接続要求のある、端末の使用される様々な環境やユーザの種々の要求に応じてセキュリティの対策を図ることができる。また、認証サーバで認証制御や各認証方式による認証を行うので、認証のためのコストを出来るだけ抑えて、認証の運用を簡素化することができる。また、真性のあるユーザに対しては、図4に示したように、認証の手続きを出来るだけ簡素化して、ユーザの利便性を高めることができる。   As described above, in the authentication system of the present embodiment, a plurality of sets (authentication sets) each including a combination of one or a plurality of authentication elements are defined with each of a plurality of different authentication methods as an authentication factor. Then, one authentication set is selected in accordance with the user (in one example, the user's account) and executed by the authentication unit corresponding to one or more authentication factors included in the authentication set, and the user or the connection request is requested. Authenticate the terminal. Thus, security measures can be taken in accordance with various environments in which the terminal is used or various requests of the user who have a connection request via the network. In addition, since the authentication server performs the authentication control and the authentication by each authentication method, the cost for the authentication can be reduced as much as possible, and the operation of the authentication can be simplified. Further, as shown in FIG. 4, for a genuine user, the authentication procedure can be simplified as much as possible, and the user's convenience can be improved.

本実施例による認証システムは、異なる認証要素の組み合わせから成る複数の認証組(認証パターンと言ってもよい)を用いてユーザ及び端末を認証するので、多要素認証システムと言うことができる。   The authentication system according to the present embodiment authenticates a user and a terminal using a plurality of authentication sets (which may be referred to as authentication patterns) each including a combination of different authentication factors, and thus can be said to be a multi-factor authentication system.

1000 認証システム
100 ユーザ用PC
101 アプリケーション部
102 入力表示部
103 通信I/F部
104 制御部
110 携帯端末
111 携帯端末用認証部
112 入力表示部
113 通信I/F部
114 制御部
120 デバイス用PC
121 アプリケーション部
122 デバイス用認証部
123 入力表示部
124 通信I/F部
125 デバイスI/F部
126 制御部
130 認証デバイス
200 認証サーバ
201 記憶部
2011 アクセス許可DB
2012 アカウント認証DB
2013 初期登録DB
202 通信部
203 アクセス制御部
204 認証制御部
2041 パスワード認証部
2042 端末認証部
2043 携帯端末認証部
2044 デバイス認証部
205 制御部
300 コンテンツサーバ
N1 ネットワーク。
1000 Authentication system 100 User PC
101 application section 102 input display section 103 communication I / F section 104 control section 110 portable terminal 111 portable terminal authentication section 112 input display section 113 communication I / F section 114 control section 120 device PC
121 application unit 122 device authentication unit 123 input display unit 124 communication I / F unit 125 device I / F unit 126 control unit 130 authentication device 200 authentication server 201 storage unit 2011 access permission DB
2012 Account Authentication DB
2013 Initial Registration DB
202 Communication unit 203 Access control unit 204 Authentication control unit 2041 Password authentication unit 2042 Terminal authentication unit 2043 Portable terminal authentication unit 2044 Device authentication unit 205 Control unit 300 Content server N1 Network.

Claims (16)

ユーザが使用する端末から、ネットワークを介して送られる要求に対して、認証サーバがユーザのアカウントを認証する認証システムであって、
前記アカウントを含む要求を受信する通信部と、
認証の制御を行う認証制御部と、
前記アカウントに対応して認証方式を管理する認証管理テーブルを保管する記憶部と、
前記認証方式を実行する認証処理部と、を有し、
前記認証制御部は、前記認証管理テーブルから、前記要求が持つ前記アカウントに対応する、前記認証方式を選択し、
前記認証処理部は、前記選択された該認証方式を実行して前記アカウントを認証する、
ことを特徴とする認証システム。
An authentication system in which an authentication server authenticates a user account in response to a request sent from a terminal used by a user via a network,
A communication unit for receiving a request including the account;
An authentication control unit for controlling authentication,
A storage unit for storing an authentication management table for managing an authentication method corresponding to the account,
An authentication processing unit that executes the authentication method,
The authentication control unit, from the authentication management table, selects the authentication method corresponding to the account that the request has,
The authentication processing unit executes the selected authentication method to authenticate the account,
An authentication system, characterized in that:
前記認証制御部は、前記要求にセッションIDを付与し、該セッションIDで識別されるセッション内で、前記認証管理テーブルから前記認証方式を選択する、
請求項1に記載の認証システム。
The authentication control unit assigns a session ID to the request, and selects the authentication method from the authentication management table within a session identified by the session ID.
The authentication system according to claim 1.
前記認証サーバは、前記アカウントのアクセス条件として、時間的条件およびまたは場所的な条件を規定する時間・場所管理テーブルを、前記記憶部に保管し、
前記認証制御部は、
前記セッションに対応付けたアカウントを用いて前記時間・場所管理テーブルを参照して、前記アカウントが前記アクセス条件を満たすかを判定し、
前記アクセス条件を満たすと判定された場合に、前記認証処理部は前記アカウントに対応する認証方式を実行する、
請求項2に記載の認証システム。
The authentication server stores, in the storage unit, a time / place management table that defines a time condition and / or a location condition as the access condition of the account,
The authentication control unit,
Referring to the time and place management table using the account associated with the session, to determine whether the account satisfies the access conditions,
If it is determined that the access condition is satisfied, the authentication processing unit executes an authentication method corresponding to the account,
The authentication system according to claim 2.
前記認証管理テーブルは、前記アカウントに対応して1又は複数の異なる認証方式の組み合わせから構成される複数の認証の組を登録し、
前記認証処理部は、前記認証管理テーブルから選択された組に含まれる1又は複数の認証方式を実行する、
請求項1に記載の認証システム。
The authentication management table registers a plurality of authentication sets composed of a combination of one or more different authentication methods corresponding to the account,
The authentication processing unit executes one or a plurality of authentication methods included in the set selected from the authentication management table,
The authentication system according to claim 1.
前記認証サーバは、前記セッションIDごとに、前記アカウントと、前記アカウントに対応する1または複数の認証方式を識別する情報を登録するセッション管理テーブルを、前記記憶部に保管し、
前記認証制御部は、前記認証処理部による認証の結果を、前記セッション管理テーブルに記録する、
請求項2に記載の認証システム。
The authentication server stores, for each session ID, the account and a session management table for registering information for identifying one or more authentication methods corresponding to the account in the storage unit,
The authentication control unit records the result of authentication by the authentication processing unit in the session management table.
The authentication system according to claim 2.
前記認証サーバは、前記セッションIDごとに、前記アカウントと、前記アカウントに対応する1または複数の認証方式を識別する情報を登録するセッション管理テーブルを、前記記憶部に保管し、
前記認証制御部は、前記認証処理部による認証の結果を、前記セッション管理テーブルを参照して、未実施の認証方式があるかを判断し、
該未実施の認証方式がある場合、前記認証処理部は該未実施の認証方式を実行する、
請求項2に記載の認証システム。
The authentication server stores, for each session ID, the account and a session management table for registering information for identifying one or more authentication methods corresponding to the account in the storage unit,
The authentication control unit, the result of the authentication by the authentication processing unit, with reference to the session management table, to determine whether there is an unexecuted authentication method,
When there is the unexecuted authentication method, the authentication processing unit executes the unexecuted authentication method,
The authentication system according to claim 2.
前記認証管理テーブルは、前記アカウントに対応して1又は複数の異なる認証方式の組み合わせから構成される複数の認証の組を登録し、
前記アクセス条件を満たすかを判定(第1の認証)の結果、
前記アクセス条件を満たしている場合、前記認証制御部は、前記認証管理テーブルから前記アカウントに対応する比較的軽度の認証方式を含む組を選択し、
前記認証処理部は、該選択された組に含まれる1又は複数の認証方式に基づく認証を実行する、
請求項3に記載の認証システム。
The authentication management table registers a plurality of authentication sets composed of a combination of one or more different authentication methods corresponding to the account,
As a result of determining whether the access condition is satisfied (first authentication),
If the access condition is satisfied, the authentication control unit selects a set including a relatively light authentication method corresponding to the account from the authentication management table,
The authentication processing unit performs authentication based on one or more authentication methods included in the selected set,
The authentication system according to claim 3.
前記第1の認証の結果、前記アクセス条件を満たしていない場合、前記認証制御部は、前記認証処理部による認証を行わないように制御する
請求項3に記載の認証システム。
The authentication system according to claim 3, wherein as a result of the first authentication, when the access condition is not satisfied, the authentication control unit performs control so as not to perform authentication by the authentication processing unit.
前記認証管理テーブルは、前記アカウントに対応して1又は複数の異なる認証方式の組み合わせから構成される複数の認証の組を登録し、
前記アクセス条件を満たすかを判定(第1の認証)の結果、前記時間的条件を満たしているが、前記アクセス要求のあったアドレスが、前記アドレス条件の特定の範囲にある場合、前記認証制御部は、前記アカウントに応じて、前記認証管理テーブルから比較的強度の認証方式を含む組を選択し、
前記認証処理部は、該選択された組に含まれる1又は複数の認証方式に基づく認証を実行する、
請求項6に記載の認証システム。
The authentication management table registers a plurality of authentication sets composed of a combination of one or more different authentication methods corresponding to the account,
As a result of determining whether or not the access condition is satisfied (first authentication), if the temporal condition is satisfied, but the address for which the access request is made falls within a specific range of the address condition, the authentication control is performed. The unit selects a set including a relatively strong authentication method from the authentication management table according to the account,
The authentication processing unit performs authentication based on one or more authentication methods included in the selected set,
The authentication system according to claim 6.
前記認証管理テーブルに登録される前記認証の組は、
前記端末のユーザの真性を認証するパスワード認証と、
前記端末の真性を認証する端末認証と、
前記端末以外の第2の端末からの入力の許可を受けて、ユーザの真性を認証する携帯端末認証と、
ユーザが所持するデバイスが持つ固有情報を用いて認証するデバイス認証と、
のうちの1又は複数の組み合わせから構成される、
請求項7乃至9のいずれかに記載の認証システム。
The authentication set registered in the authentication management table is:
Password authentication for authenticating the authenticity of the terminal user;
Terminal authentication for authenticating the authenticity of the terminal,
Mobile terminal authentication for authenticating the authenticity of the user upon receiving input permission from a second terminal other than the terminal;
Device authentication for authenticating using the unique information of the device possessed by the user,
Consisting of one or more combinations of
The authentication system according to claim 7.
前記アクセス条件を満たすかを判定(第1の認証)の結果、前記時間的条件及び前記アドレス条件を満たしている場合、前記認証制御部は、前記アカウントに応じて、前記認証管理テーブルから前記パスワード認証を含む組を選択し、
前記認証処理部は、該選択された組の前記パスワード認証を実行する、
請求項10に記載の認証システム。
As a result of determining whether or not the access condition is satisfied (first authentication), if the time condition and the address condition are satisfied, the authentication control unit determines the password from the authentication management table according to the account. Select the pair that includes the certification,
The authentication processing unit performs the password authentication of the selected set,
The authentication system according to claim 10.
前記第1認証部による認証の結果、前記時間的条件を満たしているが、前記アクセス要求のあったアドレスが、前記アドレス条件の特定の範囲にある場合、前記認証制御部は、前記アカウントに応じて、前記認証管理テーブルから前記パスワード認証と、前記端末認証と、前記携帯端末認証を含む組を選択し、
前記認証処理部は、該選択された該組に含まれる前記認証を実行する、
請求項10に記載の認証システム。
As a result of the authentication by the first authentication unit, if the time condition is satisfied, but the address for which the access request is made falls within a specific range of the address condition, the authentication control unit Selecting a set including the password authentication, the terminal authentication, and the mobile terminal authentication from the authentication management table,
The authentication processing unit executes the authentication included in the selected set,
The authentication system according to claim 10.
ユーザが使用する端末から、ネットワークを介して送られる要求に対して、認証サーバがユーザのアカウントを認証する認証システムにおける認証方法であって、
前記認証システムは、
前記アカウントを含む要求を受信する通信部と、
認証の制御を行う認証制御部と、
前記アカウントに対応して認証方式を管理する認証管理テーブルを保管する記憶部と、
前記認証方式を実行する認証処理部と、を有し、
前記認証制御部は、前記認証管理テーブルから、前記要求が持つ前記アカウントに対応する、前記認証方式を選択し、
前記認証処理部は、前記選択された該認証方式を実行して前記アカウントを認証する、
ことを特徴とする認証方法。
An authentication method in an authentication system in which an authentication server authenticates a user account in response to a request sent via a network from a terminal used by a user,
The authentication system comprises:
A communication unit for receiving a request including the account;
An authentication control unit for controlling authentication,
A storage unit for storing an authentication management table for managing an authentication method corresponding to the account,
An authentication processing unit that executes the authentication method,
The authentication control unit, from the authentication management table, selects the authentication method corresponding to the account that the request has,
The authentication processing unit executes the selected authentication method to authenticate the account,
An authentication method characterized in that:
前記認証制御部は、前記要求にセッションIDを付与し、該セッションIDで識別されるセッション内で、前記認証管理テーブルから前記認証方式を選択する、
請求項13に記載の認証方法。
The authentication control unit assigns a session ID to the request, and selects the authentication method from the authentication management table within a session identified by the session ID.
The authentication method according to claim 13.
前記認証サーバは、前記アカウントのアクセス条件として、時間的条件およびまたは場所的な条件を規定する時間・場所管理テーブルを、前記記憶部に保管し、
前記認証制御部は、
前記セッションに対応付けたアカウントを用いて前記時間・場所管理テーブルを参照して、前記アカウントが前記アクセス条件を満たすかを判定し、
前記アクセス条件を満たすと判定された場合に、前記認証処理部は前記アカウントに対応する認証方式を実行する
請求項13に記載の認証方法。
The authentication server stores, in the storage unit, a time / place management table that defines a time condition and / or a location condition as the access condition of the account,
The authentication control unit,
Referring to the time and place management table using the account associated with the session, to determine whether the account satisfies the access conditions,
The authentication method according to claim 13, wherein when it is determined that the access condition is satisfied, the authentication processing unit executes an authentication method corresponding to the account.
ユーザが使用する端末から、ネットワークを介して送られる要求に対して、認証サーバの実行によりユーザのアカウントを認証する認証プログラムであって、
前記認証サーバは、
前記アカウントを含む要求を受信する通信部と、
認証の制御を行う認証制御部と、
前記アカウントに対応して認証方式を管理する認証管理テーブルを保管する記憶部と、
前記認証方式を実行する認証処理部と、を有し、
前記認証プログラムが前記認証サーバを動作させて、
前記認証制御部が、前記認証管理テーブルから、前記要求が持つ前記アカウントに対応する、前記認証方式を選択し、
前記認証処理部が、前記選択された該認証方式を実行して前記アカウントを認証する、
ことを特徴とする認証プログラム。
An authentication program for authenticating a user account by executing an authentication server in response to a request sent via a network from a terminal used by a user,
The authentication server,
A communication unit for receiving a request including the account;
An authentication control unit for controlling authentication,
A storage unit for storing an authentication management table for managing an authentication method corresponding to the account,
An authentication processing unit that executes the authentication method,
The authentication program operates the authentication server,
The authentication control unit, from the authentication management table, corresponding to the account having the request, select the authentication method,
The authentication processing unit authenticates the account by executing the selected authentication method,
An authentication program characterized by the following.
JP2018162880A 2018-08-31 2018-08-31 Authentication system and method thereof, and program thereof Pending JP2020035306A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018162880A JP2020035306A (en) 2018-08-31 2018-08-31 Authentication system and method thereof, and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018162880A JP2020035306A (en) 2018-08-31 2018-08-31 Authentication system and method thereof, and program thereof

Publications (1)

Publication Number Publication Date
JP2020035306A true JP2020035306A (en) 2020-03-05

Family

ID=69668284

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018162880A Pending JP2020035306A (en) 2018-08-31 2018-08-31 Authentication system and method thereof, and program thereof

Country Status (1)

Country Link
JP (1) JP2020035306A (en)

Similar Documents

Publication Publication Date Title
US11431501B2 (en) Coordinating access authorization across multiple systems at different mutual trust levels
US11736468B2 (en) Enhanced authorization
US11201862B1 (en) Public authentication systems and methods
EP3525415B1 (en) Information processing system and control method therefor
US8914851B2 (en) Method and system for improved security
CN108496329B (en) Controlling access to online resources using device attestation
US8369835B2 (en) Web server constituting single sign-on system, method of controlling operation of same, and recording medium storing program for controlling operation of same
US7739605B2 (en) System and/or method relating to managing a network
JP6118479B1 (en) Server apparatus, service method, program, and non-transitory computer-readable information recording medium
JP2007527059A (en) User and method and apparatus for authentication of communications received from a computer system
US11044245B2 (en) System and control method therefor
US11924211B2 (en) Computerized device and method for authenticating a user
JP2022113037A (en) Image forming apparatus having multi-element authentication function
JP2022504933A (en) Systems, methods, and media for managing user credentials
JP7112727B2 (en) Authentication system, its method, and its program
JP7112799B2 (en) Authentication system, its method, and its program
JP6897977B2 (en) Authentication system and its method, and its program
JP7355386B2 (en) Terminal management system and method, and program thereof
JP2020035306A (en) Authentication system and method thereof, and program thereof
JP2018206087A (en) Information processing apparatus and information processing program
JP7193125B2 (en) Authentication system and billing method
JP2022137255A (en) Access control system and method for the same, and program for the same
JP6759691B2 (en) Information processing equipment, authorization methods and programs
JP2020154447A (en) Information processing system and program
JP2019003509A (en) Information processing device and information processing program