JP5453882B2 - Communication device, communication device authentication notification method, and communication device authentication notification program - Google Patents
Communication device, communication device authentication notification method, and communication device authentication notification program Download PDFInfo
- Publication number
- JP5453882B2 JP5453882B2 JP2009087022A JP2009087022A JP5453882B2 JP 5453882 B2 JP5453882 B2 JP 5453882B2 JP 2009087022 A JP2009087022 A JP 2009087022A JP 2009087022 A JP2009087022 A JP 2009087022A JP 5453882 B2 JP5453882 B2 JP 5453882B2
- Authority
- JP
- Japan
- Prior art keywords
- authentication
- response
- server device
- communication
- communication device
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000004891 communication Methods 0.000 title claims description 152
- 238000000034 method Methods 0.000 title claims description 24
- 230000004044 response Effects 0.000 claims description 131
- 230000005540 biological transmission Effects 0.000 description 18
- 230000006870 function Effects 0.000 description 18
- 238000010586 diagram Methods 0.000 description 12
- 238000012545 processing Methods 0.000 description 5
- 238000004590 computer program Methods 0.000 description 3
- 238000012217 deletion Methods 0.000 description 3
- 230000037430 deletion Effects 0.000 description 3
- 239000000284 extract Substances 0.000 description 2
- 238000012790 confirmation Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000000977 initiatory effect Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Landscapes
- Telephonic Communication Services (AREA)
Description
本発明は、通信装置ならびに通信装置の認証通知方法および通信装置の認証通知プログラムに関し、特にダイジェスト認証方式を用いて認証登録を行う通信装置ならびに通信装置の認証通知方法および通信装置の認証通知プログラムに関する。 The present invention relates to a communication device, a communication device authentication notification method, and a communication device authentication notification program, and more particularly to a communication device that performs authentication registration using a digest authentication method, a communication device authentication notification method, and a communication device authentication notification program. .
従来のSIP(Session Initiation Protocol)を用いたIP電話機やソフトウェアによる電話アプリケーションなどの通信装置は、IPネットワークを介して音声通信や映像通信を行う際に、セキュリティが保たれた状態での通信を実現するためにサーバ装置に対して接続認証を行いクライアント端末として登録される。
このようなクライアント端末の認証登録によりセキュリティを確保する方法として、端末装置において入力されたユーザIDやパスワードに基づいて認証を行い、認証された場合はこの端末装置をクライアント端末として登録して通信可能とし、また、認証されなかった場合には認証エラー等を端末装置側に通知する技術が知られている(特許文献1)。
Communication devices such as IP telephones using conventional SIP (Session Initiation Protocol) and telephone applications using software realize communication with security when performing voice communication and video communication over an IP network. In order to do this, connection authentication is performed with respect to the server device and registered as a client terminal.
As a method of ensuring security by authentication registration of such a client terminal, authentication is performed based on a user ID or password input in the terminal device, and if authenticated, this terminal device can be registered as a client terminal and communicated In addition, a technique for notifying the terminal device of an authentication error or the like when the authentication is not performed is known (Patent Document 1).
このようなIPネットワークを介したサーバ装置とクライアント端末間での認証登録には「ダイジェスト認証方式」が広く利用されている。
ダイジェスト認証方式とは、RFC2069で規定されているHTTP(Hyper Text Transfer Protocol)を用いたWeb上の認証方式の一つである。サーバ装置には、予めクライアントのアカウントに応じたユーザIDとパスワードが記憶されている。サーバ装置はこのクライアントのあるアカウントからの認証を要求するリクエストを受信すると、暗号鍵データを付加したダイジェスト認証要求をクライアントに送信する。クライアントは、ダイジェスト認証要求を受信すると、このダイジェスト認証要求に付加された暗号鍵データとアカウントに応じたユーザIDとパスワードとからなる暗号認証データを付加した登録要求をサーバ装置に対して送信する。サーバ装置は、受信した登録要求に付加された暗号認証データが、予め記憶しているクライアントのアカウントに応じたユーザIDとパスワードと送信した暗号鍵データとから生成された暗号認証データであるか否かを判定し、端末装置から送信された暗号認証データとこのサーバ装置が端末装置に送信した暗号鍵データから生成される暗号認証データとが一致すれば、この端末装置を認証し、クライアントとして登録し、一致しなければ登録しない。
A “digest authentication method” is widely used for authentication registration between a server device and a client terminal via such an IP network.
The digest authentication method is one of authentication methods on the Web using HTTP (Hyper Text Transfer Protocol) defined in RFC2069. The server device stores a user ID and a password corresponding to the client account in advance. When the server device receives a request for authentication from an account of the client, the server device transmits a digest authentication request to which encryption key data is added to the client. When the client receives the digest authentication request, the client transmits a registration request to which the encryption authentication data including the encryption key data added to the digest authentication request and the user ID and password corresponding to the account are added to the server apparatus. The server apparatus determines whether the encryption authentication data added to the received registration request is encryption authentication data generated from a user ID and password corresponding to a client account stored in advance and the transmitted encryption key data If the encryption authentication data transmitted from the terminal device matches the encryption authentication data generated from the encryption key data transmitted from the server device to the terminal device, the terminal device is authenticated and registered as a client. If they do not match, registration is not performed.
しかしながら、上述した従来の技術では、誤操作や誤設定といった人為的な原因やシステム運用上の不可抗力によりサーバ装置の認証機能が無効となっている場合にサーバ装置に対してクライアント端末が登録要求を行うと、認証機能が動作しているときと同様の登録完了の通知がクライアント端末に対してなされてしまうことがある。このような場合、クライアント端末側では、認証されてサーバ装置に登録されたのか、それとも認証なしにサーバ装置に登録されたのかを判別することができなかった。したがって、サーバ装置の認証機能が無効となって当該通信システムのセキュリティが確保されていない状況であっても、クライアント端末側ではそのような状況を認知することができず、外部からの不正アクセスにより重要な情報を盗まれてしまう可能性があるといった問題があった。 However, in the above-described conventional technology, the client terminal makes a registration request to the server apparatus when the authentication function of the server apparatus is invalid due to human causes such as erroneous operation or incorrect setting or due to system operation force majeure. In some cases, the client terminal is notified of the completion of registration similar to when the authentication function is operating. In such a case, the client terminal cannot determine whether it has been authenticated and registered in the server device or registered in the server device without authentication. Therefore, even if the authentication function of the server device is disabled and the security of the communication system is not secured, such a situation cannot be recognized on the client terminal side, and unauthorized access from the outside There was a problem that important information could be stolen.
本発明は、上述のような問題を解決すべく、サーバ装置へ登録する際の認証動作が正常に行われたか否かを確認できるクライアント端末となる通信装置を提供すること目的とする。 In order to solve the above-described problems, an object of the present invention is to provide a communication device serving as a client terminal that can confirm whether or not an authentication operation when registering with a server device has been normally performed.
上記の目的を達成するために、本発明は、通信網に接続されたサーバ装置へ認証要求を送信する認証要求送信部と、前記認証要求に対するレスポンスを受信するレスポンス受信部と、前記認証要求に対するレスポンスがダイジェスト認証要求であるか否かを判定する判定部と、前記レスポンスがダイジェスト認証要求であるときに、ダイジェスト認証方式に基づく応答を前記サーバ装置に送信するダイジェスト認証応答送信部と、前記認証要求に対して前記サーバ装置からダイジェスト認証要求を受信することなく認証完了応答を受信したときに前記サーバ装置における認証状況に関する情報を通知する認証状況通知部とを設けたことを特徴とする。
また、前記認証状況通知部は、前記サーバ装置への認証状況に関する情報を前記通信網へ送出することとしても良い。
また、本発明の通信装置は、さらに、前記認証状況通知部により通知される認証状況に関する情報に基づいてアプリケーションの動作を制御するアプリケーション制御部を設けることとしても良い。
In order to achieve the above object, the present invention provides an authentication request transmission unit that transmits an authentication request to a server device connected to a communication network, a response reception unit that receives a response to the authentication request, and an authentication request A determination unit that determines whether or not a response is a digest authentication request; a digest authentication response transmission unit that transmits a response based on a digest authentication method to the server device when the response is a digest authentication request; and the authentication An authentication status notifying unit is provided for notifying the server device of information related to the authentication status when an authentication completion response is received without receiving a digest authentication request from the server device in response to the request.
The authentication status notification unit may send information related to the authentication status to the server device to the communication network.
The communication apparatus of the present invention may further include an application control unit that controls the operation of the application based on information related to the authentication status notified by the authentication status notification unit.
本発明によれば、クライアント端末となる通信装置がサーバ装置に対して認証を要求した場合、この認証の要求に応じたダイジェスト認証の実行の有無を通信装置がユーザーに対して通知することによって、通信端末側で正規の認証動作が実行されたか否かを確認することができる。
したがって、このサーバ装置の認証機能が有効であるか否かを通信装置側で確認することができ、すなわち、通信装置が接続されている通信システムのセキュリティ状態を通信装置側で認識することができる。その結果、クライアント端末側で当該通信システムのセキュリティ状態の問題点を迅速に確認することが可能となる。
According to the present invention, when a communication device serving as a client terminal requests authentication to the server device, the communication device notifies the user whether or not digest authentication is performed in response to the request for authentication. It is possible to confirm whether or not a regular authentication operation has been executed on the communication terminal side.
Therefore, it can be confirmed on the communication device side whether or not the authentication function of the server device is valid, that is, the security state of the communication system to which the communication device is connected can be recognized on the communication device side. . As a result, it is possible to quickly confirm the problem of the security state of the communication system on the client terminal side.
以下、図面を参照し、本発明の実施の形態について説明する。
[第1の実施の形態]
図1は、本発明の第1の実施の形態に係る通信装置の構成を示すブロック図である。
本実施の形態に係る通信装置10は、通信網1を介してサーバ装置2のクライアント端末として動作してサーバ装置2との間でパケット通信を行うものであり、特に、サーバ装置2のクライアント端末として登録する際にダイジェスト認証方式を用いて認証登録を行うものである。
図1に示すように、本実施の形態に係る通信装置10は、ネットワークインターフェース110と、認証要求送信部120と、レスポンス受信部130と、判定部140と、ダイジェスト認証応答送信部150と、認証状況通知部160とから構成されている。
Embodiments of the present invention will be described below with reference to the drawings.
[First Embodiment]
FIG. 1 is a block diagram showing a configuration of a communication apparatus according to the first embodiment of the present invention.
The
As shown in FIG. 1, the
ネットワークインターフェース110は、通信網1に対してパケットデータの送受信を行い、通信網1に接続されるサーバ装置2とパケット通信を行う。
認証要求送信部120は、通信装置10をサーバ装置2がクライアント端末として登録する際に行う認証を要求するリクエスト(以下、「認証要求」という。)を、サーバ装置2へ送信する。
レスポンス受信部130は、サーバ装置2が送信したレスポンスを受信する。
判定部140は、レスポンス受信部130によって受信されたレスポンスがダイジェスト認証要求であるか認証完了応答であるかを判定し判定結果の履歴(以下、「判定履歴」という。)を記憶する。
ダイジェスト認証応答送信部150は、判定部140によってレスポンス受信部130で受信したレスポンスがダイジェスト認証要求であると判定されたときに、ダイジェスト認証方式に基づくレスポンス(以下、「ダイジェスト認証応答」という。)を、サーバ装置2へ送信する。
認証状況通知部160は、判定部140の判定履歴に基づいてサーバ装置2における認証状況に関する情報をユーザーに通知する。
The
The authentication
The
The
The digest authentication
The authentication
なお、これらの構成要素は、CPU(中央演算装置)やメモリ、インターフェースを備えたコンピュータに、コンピュータプログラムをインストールすることにより、上記の通信装置10に搭載されたコンピュータ(図示せず)のハードウェア資源とソフトウェアとが協働して実現されるものである。
These components are the hardware of a computer (not shown) mounted on the
次に、本実施の形態に係る通信装置10の認証結果の通知動作について、図2に示すフローチャートを参照して説明する。
Next, the notification operation of the authentication result of the
通信装置10がサーバ装置2のクライアント端末として動作するために、サーバ装置2に対して登録を要求する。このとき、通信装置10はサーバ装置2への登録の際に実施されるダイジェスト認証方式による認証処理において使用する認証情報(ユーザIDとパスワード)が設定されているか否かを判断する(S10)。
設定されていない場合(S10で「NO」)、ユーザIDとパスワードが設定された後に(S11)、認証要求送信部120はサーバ装置2に対して認証を要求するリクエスト(認証要求)を送信する(S12)。
正しく設定されている場合(図2のS10で「YES」)、認証要求送信部120は、サーバ装置2に対して認証要求を送信する(S12)。
In order for the
If it is not set (“NO” in S10), after the user ID and password are set (S11), the authentication
If it is set correctly (“YES” in S10 of FIG. 2), the authentication
レスポンス受信部130は、認証要求送信部120によって送信された認証要求に応じてサーバ装置2から送信されるレスポンスを受信する(S13)。
判定部140はこの受信したレスポンスがダイジェスト認証要求であるか認証完了応答であるかを判定する(S14)。ダイジェスト認証要求であった場合(S14で「ダイジェスト認証要求」)、ダイジェスト認証応答送信部150は、ダイジェスト認証方式に基づくレスポンス(ダイジェスト認証応答)をサーバ装置2に送信する(S15)。
The
The
ここで、ダイジェスト認証応答について説明する。
レスポンス受信部130によって受信されたダイジェスト認証要求信号には暗号鍵データが含まれており、ダイジェスト認証応答送信部150は、この暗号鍵データを抽出して、設定されているユーザIDとパスワードと抽出した暗号鍵データとからなる暗号認証データを生成する。ダイジェスト認証応答送信部150は、この暗号認証データを含んだ認証要求(ダイジェスト認証応答)をサーバ装置2に対して送信し、このダイジェスト認証応答含まれる暗号認証データに基づいてサーバ装置2によって認証がなされる。サーバ装置2において認証が完了すると、認証完了応答であるレスポンスが送信される。
Here, the digest authentication response will be described.
The digest authentication request signal received by the
サーバ装置2からの認証完了応答をレスポンス受信部130が受信すると(S14で「認証登録完了」もしくはS16)、認証状況通知部160は、判定部140の判定履歴に基づいてサーバ装置2における認証状況に関する情報を通知して、判定部140におけるレスポンスの判定履歴を削除する(S17)。
ここで、判定部140の判定履歴に基づいた認証状況に関する情報の通知について説明する。通信装置10からの認証要求に対してダイジェスト認証が行われた場合、すなわち、判定部140においてダイジェスト認証要求の受信判定の後に認証完了応答の受信判定がなされた場合には、認証が正常に終了したことを示す情報を通知する。一方、ダイジェスト認証が行われずに認証が完了した場合、すなわち、判定部140においてダイジェスト認証要求の受信判定がなく認証完了応答の受信判定がなされた場合には、認証が行われていないことを示す情報を通知する。例えば、通信装置10の表示装置(不図示)もしくは音声出力装置(不図示)などを利用して上記のような情報を通知するなどしても良い。
所定時間が経過すると(S18)、認証要求送信部120は、再びサーバ装置2に対して認証要求を送信して、上述した動作を実行する(S12〜S17)。
When the
Here, notification of information related to the authentication status based on the determination history of the
When the predetermined time has elapsed (S18), the authentication
次に、本実施の形態に係る通信装置10とサーバ装置2との動作を図3に示すシーケンス図を参照して説明する。
図3に示すように、サーバ装置2は認証機能が有効であり、アカウント「abcd」に対応した認証情報であるユーザIDとパスワードが格納されている。通信装置10からサーバ装置2に対してアカウント「abcd」として認証を要求する場合、アカウント「abcd」に対応したユーザIDとパスワードを設定して(S101)、サーバ装置2へ認証要求を送信する(S102)。
Next, operations of
As shown in FIG. 3, the
サーバ装置2は通信装置10から送信された認証要求を受信すると、サーバ装置2の認証機能が有効なので、ダイジェスト認証処理を実行する。まず、通信装置10からの認証要求に応じたダイジェスト認証要求であるレスポンスを通信装置10へ送信する(S103)。
通信装置10はサーバ装置2からのレスポンスを受信すると、このレスポンスがダイジェスト認証要求であるか認証完了応答であるかの判定を行う(S104)。ここでは、受信したレスポンスはダイジェスト認証要求であるので、通信装置10はダイジェスト認証方式に基づいたダイジェスト認証応答をサーバ装置2へ送信する(S105)。
When the
Upon receiving the response from the
サーバ装置2は通信装置10から送信されたダイジェスト認証応答を受信すると、このダイジェスト認証応答に付加された暗号認証データを利用して認証処理を行い、処理が完了したら認証完了応答であるレスポンスを通信装置10へ送信する(S106)。
通信装置10は受信したレスポンスを判定を行う(S107)。ここで受信したレスポンスは認証完了応答であるので、通信装置10は受信したレスポンスの判定履歴に基づいてサーバ装置2における認証が正常に行われた旨の情報の通知を行い、判定履歴を削除する(S108)。
例えば、通信装置10の図示しない表示装置に「正常に認証が行われました」といった表示や、通信装置10の図示しない音声出力装置に「正常に認証が行われました」といった音声案内を同時にもしくは個別に出力するなどしてユーザに対して通知しても良い。
通信装置10は、認証状況の通知がなされた後に、レスポンスの判定履歴を削除して、次回の認証動作に備える。
When the
The
For example, a message such as “Normal authentication has been successfully performed” is displayed on a display device (not shown) of the
After the notification of the authentication status, the
認証更新確認時間が経過すると(S109)、通信装置10は認証更新のために、再びサーバ装置2に対して認証要求を送信する(S110)。
このとき、図3に示すように、サーバ装置2においては、人為的なミス等によりサーバ装置2の認証機能が無効となっており、サーバ装置2はいかなる認証要求に対しても認証してしまうとともに、この認証要求に対して認証完了応答であるレスポンスが送信されてしまう(S111)。
When the authentication update confirmation time has elapsed (S109), the
At this time, as shown in FIG. 3, in the
通信装置10は、サーバ装置2から送信されたレスポンスを受信すると、この受信したレスポンスの判定を行う(S112)。ここで受信したレスポンスは、認証完了応答であるので、通信装置10は受信したレスポンスの判定履歴に基づいてサーバ装置2における認証状況に関する情報の通知を行い、判定履歴を削除する(S113)。ここでは、通信装置10の認証要求に対してダイジェスト認証要求の受信判定をすることなく認証完了応答の受信判定がなされたので、通信装置10は、サーバ装置2における認証が行われていない状況である旨の情報の通知を行う。
例えば、通信装置10の図示しない表示装置に「認証が行われておりません」といった表示や、通信装置10の図示しない音声出力装置に同様の内容の音声案内を同時もしくは個別に出力するなどしてユーザに対して通知しても良い。さらには、サーバ装置2の認証機能が無効となっているために、通信装置10のセキュリティは確保されておらず、外部から不正アクセスされる可能性がある状態となっている。このような状況を示す「外部より不正アクセスされる可能性があります」といった表示や音声案内を利用してユーザに対して通知しても良い。
When receiving the response transmitted from the
For example, a message such as “No authentication has been performed” is displayed on a display device (not shown) of the
このように、クライアント端末となる通信装置がサーバ装置に対して認証要求した場合、この認証要求に応じたダイジェスト認証の実行の有無に基づいた認証結果を通信装置が通知することによって、クライアント端末側で正規の認証動作が実行されたか否かを確認することができる。
したがって、このサーバ装置の認証機能が有効であるか否か、すなわち、この通信装置が接続されている通信システムのセキュリティ状態を通信装置側で認識することができる。その結果、クライアント端末側で当該通信システムのセキュリティ状態の問題点を迅速に確認することが可能となる。
In this way, when a communication device serving as a client terminal makes an authentication request to the server device, the communication device notifies the authentication result based on the presence / absence of execution of digest authentication according to the authentication request, whereby the client terminal side It is possible to confirm whether or not a regular authentication operation has been executed.
Therefore, whether or not the authentication function of the server device is valid, that is, the security state of the communication system to which the communication device is connected can be recognized on the communication device side. As a result, it is possible to quickly confirm the problem of the security state of the communication system on the client terminal side.
[第2の実施の形態]
次に、本発明の第2の実施の形態に係る通信装置について説明する。
なお、本実施の形態に係る通信装置の構成要素について、第1の実施の形態において説明した構成要素と同一の構成および機能を有するものには、同一の符号を付し、詳細な説明は省略する。
図4は、第2の実施の形態に係る通信装置20の構成を示すブロック図である。本実施の形態に係る通信装置は、通信網1を介してサーバ装置2のクライアント端末として動作し、サーバ装置2と管理者3との間でパケット通信を行うものであり、特に、サーバ装置2のクライアント端末として登録する際にダイジェスト認証方式を用いて認証登録を行うものである。
[Second Embodiment]
Next, a communication apparatus according to the second embodiment of the present invention will be described.
In addition, about the component of the communication apparatus which concerns on this Embodiment, the same code | symbol is attached | subjected to what has the same structure and function as the component demonstrated in 1st Embodiment, and detailed description is abbreviate | omitted To do.
FIG. 4 is a block diagram illustrating a configuration of the
図4に示すように、本実施の形態に係る通信装置20は、ネットワークインターフェース110と、認証要求送信部120と、レスポンス受信部130と、判定部140と、ダイジェスト認証応答送信部150と、認証状況通知部260とから構成されている。
認証状況通知部260は、判定部140の判定履歴に基づいてサーバ装置2における認証状況に関する情報を通知するとともに、このサーバ装置2における認証状況に関する情報を通信網1へ送出する。
なお、これらの構成要素は、CPU(中央演算装置)やメモリ、インターフェースを備えたコンピュータに、コンピュータプログラムをインストールすることにより、上記の通信装置20に搭載されたコンピュータ(図示せず)のハードウェア資源とソフトウェアとが協働して実現されるものである。
As shown in FIG. 4, the
The authentication
These components are the hardware of a computer (not shown) installed in the
次に、本実施の形態に係る通信装置20の認証結果の通知動作について、図5に示すフローチャートを参照して説明する。
通信装置20がサーバ装置2へ認証要求を送信すると、第1の実施の形態において説明したように、サーバ装置2からこの認証要求に応じたレスポンスが送信され、このレスポンスを通信装置20のレスポンス受信部130が受信する(S20)。
Next, the notification operation of the authentication result of the
When the
判定部140はこの受信したレスポンスの判定を行う(S21)。このレスポンスが認証完了応答であった場合(S21で「認証完了応答」)、認証状況通知部260は、判定部140の判定履歴に基づいたサーバ装置2における認証状況に関する情報をネットワークインターフェース110を介して通信網1へ送出する(S22)。ここでは、ダイジェスト認証要求の受信判定がなく認証完了応答の受信判定がなされているので、認証状況通知部260はサーバ装置2において認証が行われていないことを示す情報を通信網1へ送出する。
例えば、認証状況通知部260は、サーバ装置2における認証状況に関する情報を、通信装置20とサーバ装置2とを含んだ通信システムの管理者3が受信できるように通信網1に送出しても良い。
認証状況通知部260は、認証状況に関する情報を通信網1へ送出した後に、サーバ装置2における認証状況に関する情報、すなわち、認証が実行されていない状況であることを通知して、判定部140におけるレスポンスの判定履歴を削除する(S23)。
The
For example, the authentication
The authentication
一方、判定部140でレスポンスを判定した結果、ダイジェスト認証要求であった場合(S21で「ダイジェスト認証要求」)、通信装置20は、ダイジェスト認証応答をサーバ装置2に送信して、サーバ装置2において認証が完了すると、サーバ装置2からの認証完了応答であるレスポンスを受信して、正常に認証動作が実行された旨の情報を通知して、判定部140の判定履歴を削除する(S24)。
On the other hand, if the result of determining the response by the
認証状況通知部260による認証状況に関する情報の通知がなされた後に、所定時間が経過すると(S25)、通信装置20は再びサーバ装置2に対して認証要求を送信して、上述した動作を実行する(S20〜S24)。
When a predetermined time elapses after the authentication
次に、本実施の形態に係る通信装置20とサーバ装置2と管理者3との動作を図6に示すシーケンス図を参照して説明する。なお、図6においてサーバ装置2の認証機能は無効となっていることを前提とする。
図6に示すように、サーバ装置2はアカウント「abcd」に対応した認証情報であるユーザIDとパスワードが格納されている。通信装置20からサーバ装置2に対してアカウント「abcd」として認証を要求する場合、アカウント「abcd」に対応したユーザIDとパスワードを設定して(S201)、サーバ装置2へ認証要求を送信する(S202)。
Next, operations of the
As shown in FIG. 6, the
サーバ装置2の認証機能は無効となっているので、サーバ装置2はいかなる認証要求に対しても認証完了応答であるレスポンスを送信する(S203)。
通信装置20は、サーバ装置2から送信されたレスポンスを受信し、このレスポンスの判定を行う(S204)。ここで受信したレスポンスは認証完了応答であるので、通信装置20はレスポンスの判定履歴に基づいたサーバ装置2における認証状況に関する情報、すなわち、サーバ装置2において認証が実行されていない状況であることを示す情報を通信網1へ送出する(S205)。ここでは、通信網1に接続されて通信装置20とパケット通信を行うサーバ装置2と管理者3とへサーバ装置2における認証状況に関する情報を送信する。
通信装置20から送信されたサーバ装置2における認証状況に関する情報を受信したサーバ装置2と管理者3は、この情報に基づいてサーバ装置2の認証機能が無効であることや、通信装置20が認証を行っていない状態であることを通知するなどして、警告通知動作を行うなどしても良い(S206)。
Since the authentication function of the
The
Based on this information, the
通信装置20は、サーバ装置2における認証状況に関する情報を送出した後に、自装置においてサーバ装置2における認証が行われていない状況である旨の情報の通知を行い、判定履歴を削除する(S207)。
After transmitting information related to the authentication status in the
このように、サーバ装置の認証機能が無効であることを示す情報を通信網へ送出することによって、通信網を介して接続される当該システムの管理者へ対して迅速な警告通知ができ、当該システムへの外部からの不正アクセスを未然に防ぐことが可能となる。 In this way, by sending information indicating that the authentication function of the server device is invalid to the communication network, it is possible to quickly notify the administrator of the system connected via the communication network, It becomes possible to prevent unauthorized access to the system from the outside.
[第3の実施の形態]
次に、本発明の第3の実施の形態に係る通信装置について説明する。
なお、本実施の形態に係る通信装置の構成要素について、第1の実施の形態において説明した構成要素と同一の構成および機能を有するものには、同一の符号を付し、詳細な説明は省略する。
図7は、第3の実施の形態に係る通信装置30の構成を示すブロック図である。本実施の形態に係る通信装置は、通信網1を介してサーバ装置2のクライアント端末として動作し、サーバ装置2との間で共通のアプリケーションを動作させてパケット通信を行うものであり、特に、サーバ装置2のクライアント端末として登録する際にダイジェスト認証方式を用いて認証登録を行うものである。
[Third Embodiment]
Next, a communication apparatus according to the third embodiment of the present invention will be described.
In addition, about the component of the communication apparatus which concerns on this Embodiment, the same code | symbol is attached | subjected to what has the same structure and function as the component demonstrated in 1st Embodiment, and detailed description is abbreviate | omitted To do.
FIG. 7 is a block diagram illustrating a configuration of the
図7に示すように、本実施の形態に係る通信装置30は、ネットワークインターフェース110と、認証要求送信部120と、レスポンス受信部130と、判定部140と、ダイジェスト認証応答送信部150と、認証状況通知部360と、アプリケーション制御部370とから構成されている。
As illustrated in FIG. 7, the
認証状況通知部360は、判定部140の判定履歴に基づいてサーバ装置2における認証状況に関する情報と通信装置30において動作させるアプリケーションの動作状態情報とを併せて通知する。
アプリケーション制御部370は、認証状況通知部360により通知されるサーバ装置2における認証状況に関する情報とアプリケーションの動作状態情報とに基づいてこのアプリケーションの動作を制御する。
なお、これらの構成要素は、CPU(中央演算装置)やメモリ、インターフェースを備えたコンピュータに、コンピュータプログラムをインストールすることにより、上記の通信装置20に搭載されたコンピュータ(図示せず)のハードウェア資源とソフトウェアとが協働して実現されるものである。
Based on the determination history of the
The
These components are the hardware of a computer (not shown) installed in the
次に、本実施の形態に係る通信装置30の認証結果の通知動作について、図8に示すフローチャートを参照して説明する。
通信装置30がサーバ装置2へ認証要求を送信すると、第1の実施の形態において説明したように、サーバ装置2からこの認証要求に応じたレスポンスが送信され、このレスポンスを通信装置30のレスポンス受信部130が受信する(S30)。
Next, the notification operation of the authentication result of the
When the
判定部140はこの受信したレスポンスの判定を行う(S31)。このレスポンスが認証完了応答であった場合(S31で「認証完了応答」)、認証状況通知部360は、判定部140の判定履歴に基づいたサーバ装置2における認証状況に関する情報と、通信装置30において動作しているアプリケーションの動作状態情報とを併せて通知して、判定履歴を削除する(S33)。
ここでは、ダイジェスト認証要求の受信判定がなく認証完了応答の受信判定がなされているので、認証状況通知部360はサーバ装置2において認証が行われていないことを示す情報と認証が行われていない状況においてアプリケーションが実行されている状態であることを示す情報とを併せて通知する。
アプリケーション制御部370は、認証状況に関する情報に基づいて、通信装置30において動作しているアプリケーションを自動終了させるといったアプリケーションの動作の制御を実施する(S34)。
The
Here, since there is no reception determination of the digest authentication request and reception determination of the authentication completion response is made, the authentication
The
一方、判定部140でレスポンスを判定した結果、ダイジェスト認証要求であった場合(S31で「ダイジェスト認証要求」)、通信装置30は、ダイジェスト認証応答をサーバ装置2に送信して、サーバ装置2において認証が完了すると、サーバ装置2からの認証完了応答であるレスポンスを受信して、正常に認証動作が実行された旨の情報を通知して、判定部140の判定履歴を削除する(S32)。
On the other hand, if the
所定時間が経過すると(S35)、通信装置30は再びサーバ装置2に対して認証要求を送信して、上述した動作を実行する(S30〜S34)。
When the predetermined time has elapsed (S35), the
次に、本実施の形態に係る通信装置30とサーバ装置2との動作を図9に示すシーケンス図を参照して説明する。なお、図9においてサーバ装置2の認証機能は無効となっていることを前提とする。
図9に示すように、サーバ装置2はアカウント「abcd」に対応した認証情報であるユーザIDとパスワードが格納されている。通信装置30からサーバ装置2に対してアカウント「abcd」として認証を要求する場合、アカウント「abcd」に対応したユーザIDとパスワードを設定して(S301)、サーバ装置2へ認証要求を送信する(S302)。サーバ装置2の認証機能は無効となっているので、サーバ装置2はいかなる認証要求に対しても認証完了応答であるレスポンスを送信する(S303)。
Next, operations of
As shown in FIG. 9, the
通信装置30は、サーバ装置2から送信されたレスポンスを受信し、このレスポンスの判定を行う(S304)。ここで受信したレスポンスは認証完了応答であるので、通信装置30はレスポンスの判定履歴に基づいたサーバ装置2における認証状況に関する情報、すなわち、サーバ装置2において認証が実行されていない状況であることを示す情報と、通信装置30において動作しているアプリケーションの動作状態を示す情報とを併せて通知して、判定履歴を削除する(S305)。
例えば、通信装置30の図示しない表示装置に「認証が行われておりません。不正アクセスの可能性があるため起動しているアプリケーションを自動で終了します」といった表示や、通信装置30の図示しない音声出力装置に同様の内容の音声案内を同時もしくは個別に出力するなどして、ユーザに対して通知しても良い。
The
For example, a display such as “Authentication has not been performed. There is a possibility of unauthorized access, and the running application is automatically terminated” or an illustration of the
通信装置30は、認証状況に関する情報を通知した後に、アプリケーションを自動終了させるといった動作制御を実施する。ここで、通信装置30において動作しているアプリケーションは、サーバ装置2において使用するアカウントを認証の後に登録して動作させるアプリケーションであり、このアプリケーションの自動終了を行うためには、サーバ装置2におけるアカウントの登録を削除しなければならない。
通信装置30は、サーバ装置に対してアカウントの登録削除要求を送信し(S306)、この登録削除要求を受信したサーバ装置2によって登録削除応答であるレスポンスが送信される(S307)。
通信装置30はサーバ装置2からのレスポンスを受信して、アプリケーションを自動終了させる(S308)。
The
The
The
このように、サーバ装置の認証機能が無効であることを示す情報とアプリケーションの動作状態情報とを併せて通知し、アプリケーションの動作を制御することにより、ユーザの直接的な操作に頼らずに通信装置のセキュリティの確保が可能となり、迅速な不正アクセスの防止が可能となる。 In this way, information indicating that the authentication function of the server device is invalid and the operation status information of the application are notified together, and the operation of the application is controlled, so that communication can be performed without depending on the direct operation of the user. The security of the device can be ensured, and the unauthorized access can be prevented promptly.
SIPを用いたIP電話機やソフトウェアによる電話アプリケーションなどの通信装置に利用できる。 It can be used for communication devices such as IP telephones using SIP and telephone applications using software.
1…通信網、2…サーバ装置、3…管理者、10,20,30…通信装置、110…ネットワークインターフェース、120…認証要求送信部、130…レスポンス受信部、140…判定部、150…ダイジェスト認証応答送信部、160,260,360…認証状況通知部、370…アプリケーション制御部。
DESCRIPTION OF
Claims (5)
前記認証要求に対する前記サーバ装置からのレスポンスを受信するレスポンス受信部と、
前記レスポンスがダイジェスト認証要求であるか認証完了応答であるかを判定する判定
部と、
前記レスポンスがダイジェスト認証要求であるときに、ダイジェスト認証方式に基づく
応答を前記サーバ装置に送信するダイジェスト認証応答送信部と、
前記サーバ装置における認証状況に関する情報を通知する認証状況通知部と
を備え、
前記認証状況通知部は、前記認証要求に対して前記サーバ装置からダイジェスト認証要求を受信することなく認証完了応答を受信したとき、前記サーバ装置における前記認証状況に関する情報として、正規の認証が行われていないことを示す情報を通知する、ことを特徴とする通信装置。 An authentication request transmitter for transmitting an authentication request to a server device connected to a communication network;
A response receiving unit that receives a response from the server device to the authentication request;
Before sharp Suponsu determination section whether the authentication completion response or a digest authentication request,
A digest authentication response transmitter for transmitting a response based on a digest authentication method to the server device when the response is a digest authentication request ;
And a authentication status notification section for notifying information about the authentication status before Symbol server device,
When the authentication status notification unit receives an authentication completion response without receiving a digest authentication request from the server device in response to the authentication request, normal authentication is performed as information on the authentication status in the server device. A communication device characterized by notifying information indicating that no communication has been performed .
前記認証状況通知部は、前記サーバ装置への認証状況に関する情報を前記通信網へ送出
することを特徴とする通信装置。 The communication device according to claim 1,
The communication apparatus characterized in that the authentication status notification unit sends information related to the authentication status to the server apparatus to the communication network.
前記認証状況通知部により報知される認証状況に関する情報に基づいてアプリケーショ
ンの動作を制御するアプリケーション制御部を備えることを特徴とする通信装置。 The communication apparatus according to claim 1, further comprising an application control unit that controls operation of an application based on information related to an authentication status notified by the authentication status notification unit.
スポンスを受信する通信装置の制御方法であって、
前記サーバ装置へ認証要求を送信するステップと、
前記認証要求に対する前記サーバ装置からのレスポンスを受信するステップと、
受信した前記レスポンスがダイジェスト認証要求であるか認証完了応答であるかを判定するステップと、
前記レスポンスがダイジェスト認証要求であるときに、ダイジェスト認証方式に基づく
応答を前記サーバ装置に送信するステップと、
前記認証要求に対して前記サーバ装置からダイジェスト認証要求を受信することなく認
証完了応答を受信したときに、正規の認証が行われていないことを示す情報を報知するス
テップと
を有することを特徴とする通信装置の認証通知方法。 A control method of a communication device that transmits a request to a server device connected to a communication network and receives a response according to the request,
Transmitting an authentication request to the server device;
Receiving a response from the server device to the authentication request ;
Determining whether the received response is a digest authentication request or an authentication completion response ;
When the response is a digest authentication request, transmitting a response based on a digest authentication method to the server device ;
Informing the information indicating that normal authentication is not performed when receiving an authentication completion response without receiving a digest authentication request from the server device in response to the authentication request, Communication device authentication notification method.
の認証通知プログラム。 5. A communication device authentication notification program for causing a computer to execute the communication device authentication notification method according to claim 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009087022A JP5453882B2 (en) | 2009-03-31 | 2009-03-31 | Communication device, communication device authentication notification method, and communication device authentication notification program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009087022A JP5453882B2 (en) | 2009-03-31 | 2009-03-31 | Communication device, communication device authentication notification method, and communication device authentication notification program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010239523A JP2010239523A (en) | 2010-10-21 |
JP5453882B2 true JP5453882B2 (en) | 2014-03-26 |
Family
ID=43093446
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009087022A Active JP5453882B2 (en) | 2009-03-31 | 2009-03-31 | Communication device, communication device authentication notification method, and communication device authentication notification program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5453882B2 (en) |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06266737A (en) * | 1993-03-16 | 1994-09-22 | Omron Corp | Data communication system |
JPH08315218A (en) * | 1995-05-18 | 1996-11-29 | Hitachi Ltd | Shortening system for wait state at atm fault time |
CN1973483B (en) * | 2004-10-19 | 2011-01-12 | 松下电器产业株式会社 | Communication apparatus and authenticating method |
JP2006243828A (en) * | 2005-02-28 | 2006-09-14 | Fujitsu Ltd | Authentication setting information notifying system |
JP2006251996A (en) * | 2005-03-09 | 2006-09-21 | Ricoh Co Ltd | Client device, image processing system, control method for client device, program and recording medium |
JP4622627B2 (en) * | 2005-03-30 | 2011-02-02 | ブラザー工業株式会社 | COMMUNICATION DEVICE, COMMUNICATION SYSTEM, AND PROGRAM |
JP4330574B2 (en) * | 2005-10-04 | 2009-09-16 | 株式会社大和証券グループ本社 | Information transmitting apparatus, information transmitting method, and program |
JP4625412B2 (en) * | 2006-01-27 | 2011-02-02 | 株式会社リコー | Log management system and log management method |
ATE529995T1 (en) * | 2007-03-01 | 2011-11-15 | Mitsubishi Electric Corp | METHOD, APPARATUS AND PROGRAM PRODUCT FOR ROBUST DIGEST AUTHENTICATION USING TWO DIFFERENT TYPES OF NONCE VALUES |
-
2009
- 2009-03-31 JP JP2009087022A patent/JP5453882B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2010239523A (en) | 2010-10-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5662507B2 (en) | Authentication method, authentication system, and service providing server | |
CN109040070B (en) | File transmission method, device and computer readable storage medium | |
JP5321641B2 (en) | Information processing system, information processing apparatus, and relay server | |
GB2432278A (en) | Transmitting MAC address during SIP registration | |
US10225738B2 (en) | Remote operation system, relay apparatus, mobile communication apparatus, in-terminal server control method, and relay processing method | |
JP5470863B2 (en) | Registering electronic devices to the server | |
JP5727661B2 (en) | Authentication method, authentication system, service providing server, and authentication server | |
CN109257387A (en) | Method and apparatus for disconnection reconnecting | |
JP2003219050A (en) | Method for downloading system information and master apparatus for phone system | |
US20080065776A1 (en) | Method of connecting a first device and a second device | |
JP6307610B2 (en) | Data falsification detection device, data falsification detection method, and program | |
JP5453882B2 (en) | Communication device, communication device authentication notification method, and communication device authentication notification program | |
WO2015151251A1 (en) | Network service providing device, network service providing method, and program | |
JP2014232344A (en) | Proxy-side information processing apparatus, printing system, requestor-side information processing apparatus, print request program, print proxy program, and print program | |
JP6115884B1 (en) | Service providing system, authentication device, and program | |
WO2017134922A1 (en) | Service provision system, authentication device, and program | |
KR101592896B1 (en) | Method and apparatus for controlling access to device management tree of device management client | |
JP7018255B2 (en) | Authentication management device and program | |
JP7266560B2 (en) | Authentication device, authentication method and authentication program | |
JP2005190286A (en) | Authentication server, information server, client, authentication method, authentication system, program, and recording medium | |
KR101408124B1 (en) | Authentication method, authentication apparatus and authentication system for portable terminal | |
WO2023148807A1 (en) | Communication device, communication system, communication method, and program | |
JP2005148977A (en) | Program execution environment setting system, program providing server device, client device, call control server device, program execution environment setting method, program and recording medium | |
JP2018081639A (en) | Connection determination program, device, and method | |
JP4860276B2 (en) | Security information reporting system and security information reporting method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120124 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120412 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130719 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130806 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131007 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20131210 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131223 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5453882 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |