WO2012107058A1 - Method and system for supporting user authentication to a service - Google Patents

Method and system for supporting user authentication to a service Download PDF

Info

Publication number
WO2012107058A1
WO2012107058A1 PCT/EP2011/000649 EP2011000649W WO2012107058A1 WO 2012107058 A1 WO2012107058 A1 WO 2012107058A1 EP 2011000649 W EP2011000649 W EP 2011000649W WO 2012107058 A1 WO2012107058 A1 WO 2012107058A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
delegation
token
user
authentication
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.)
Ceased
Application number
PCT/EP2011/000649
Other languages
French (fr)
Inventor
Joao Girao
Yukiko Endo
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.)
NEC Europe Ltd
Original Assignee
NEC Europe Ltd
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 NEC Europe Ltd filed Critical NEC Europe Ltd
Priority to PCT/EP2011/000649 priority Critical patent/WO2012107058A1/en
Publication of WO2012107058A1 publication Critical patent/WO2012107058A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0853Network architectures or network communication protocols for network security for authentication of entities using an additional device, e.g. smartcard, SIM or a different communication terminal

Definitions

  • the present invention relates to a method for supporting user authentication to a service, wherein the user accesses said service from a terminal device, in particular a public and/or untrusted terminal device.
  • the present invention relates to a system for supporting user authentication to a service, including a terminal device, in particular a public and/or untrusted terminal device, from which the user accesses said service.
  • the first step is to authenticate either to the service or, if available, to the I DP which then provides credentials to the SP.
  • the user would rather not disclose his/her credentials in the device he/she is currently on.
  • authentication can be delegated to a device of the user specific for authentication (e.g. a one time password). While this situation is common, it depends on external specific hardware, e.g. an RFID token, and does not allow for full control on the authentication mechanism after the user stops using the service. In particular, once the session is open, an attacker may make use of the established connection.
  • the present invention allows for users to use public devices without compromising security and under full control from the user-side on the extent of the delegation. There is no need for transferring sensitive security material to the (potentially untrusted) delegate device.
  • the solution is particularly tailored for, but not limited to, web applications and does not depend on any specific hardware or modifications/adaptation on the client side, on the server side (if already using protocols like SAML (Security Assertion Markup Language), OpenID, CardSpace, etc), nor on the delegate device side.
  • SAML Security Assertion Markup Language
  • OpenID OpenID
  • CardSpace CardSpace
  • the token includes a One Time Password (OTP), i.e. a password being valid only for a single login.
  • OTP One Time Password
  • the OTP ensures that, once the user has left the public and/or untrusted terminal device, it is impossible for another user to reactivate the previous session by using the same password as the user before.
  • OTP One Time Password
  • this token is introduced manually in the public computer, i.e. the delegate device.
  • the token may be introduced into said delegate device as a QR code (Quick Response) or as a two-dimensional barcode.
  • the deiegator device may display a QR code or a 2D barcode containing the token, which is then scanned at the deiegator device.
  • the methods described above can be reversed in such a way that the delegate device is being configured to provide a secure URL where the token can be transferred.
  • the delegate device can first be associated with a token, through the delegation service, which can then be provided and authorized by the deiegator device, e.g. a QR code that contains post URL, and that the deiegator device, e.g. a mobile device, takes a picture of the QR code and submits it to post URL.
  • the deiegator device e.g. a QR code that contains post URL
  • the deiegator device e.g. a mobile device
  • the delegate device may be provided that it uses the token for accessing the delegation service.
  • the delegate device may access the delegation service either directly or as a result of an access to a service.
  • the access of the delegate device using the token may function as trigger for mapping the token to the existing authentication session between the delegation service and the user's delegator device.
  • mapping of authentication sessions at the delegation service allows the delegation of the same credentials towards the services and the user to maintain the control over the delegated authentication session.
  • the delegation service transmits a response message to the delegate device including the corresponding session cookie.
  • the delegation service installs the session cookie in the response message, i.e. with the insertion of the correct session authentication cookie as part of an answer to a correct token which maps the session, the delegate device is enabled to more efficiently control the session.
  • the delegate device accesses the service, it may be provided that the service verifies the authentication with the delegation service.
  • the delegation service may provide the service the authentication context in accordance with the authentication session that exists between the delegation service and the delegator device.
  • the user may be provided the service through the delegate device.
  • the parameterization of the delegated authentication session is specified while the delegation is active.
  • the parameterization of this session delegation is specified before the delegation is made and is adjusted while the delegation is active.
  • the parameterization may include rules that contain information regarding specific services, times and/or devices.
  • the delegation service will treat the new authentication session, i.e. the delegated authentication session, as if it were part of the existing session, under the rules defined by the delegation.
  • the parameterization together with the strong authorization aspect further validates the proposed technology in real scenarios.
  • it allows for control on critical operations from a (more) trusted device both when the public device is available, or not.
  • the process can be further extended to create a gated system for critical operations.
  • certain operations require explicit user consent on the trusted device for the operation to proceed.
  • a user may access the facebook page, read and browse content but resulting from the chosen parameterization he/she cannot post or change data.
  • the service will contact the delegation service for authorization and, if this is not a trusted device, the delegation service will obtain the necessary green light from the trusted device.
  • This mechanism one can ensure that critical operations are protected even in extreme conditions where the public device is only trusted, e.g., with read operations.
  • the user in order to terminate the session to the service, it may be provided that the user dissociates the delegation of the authentication session from the delegator device, thus being able to control in realtime the validity of the authentication session delegation.
  • the advantage of this is that the user, even after he has left the public device, can ensure that that session can never be used again. Any service currently logged in will receive an immediate logout message and the credentials used for the authentication session delegation may not be used again to establish a trust path to the user's account.
  • This method provides the user with an advantage over the existing methods which are either relying on time or on the explicit logout of the user while in the borrowed device.
  • the service and the delegation service may be part of the same administrative domain.
  • the delegation service is part of an identity provider IDP.
  • the IDP may operate one or more identity management functions that control a plurality of services.
  • the communication between the identity management functions and the services may be realized via typical IDM protocols like SAML and OpenlD.
  • the delegated authentication session is adapted to this kind of protocols to ensure full and seamless compatibility with existing services.
  • Fig. 1 is a schematic view illustrating a system for supporting user authentication to a service according to a first embodiment of the present invention
  • the system includes a delegate device 1 , which might be a public and/or untrusted terminal device, e.g. an Internet cafe PC, which the user intends to employ for accessing a specific service 2, e.g. Facebook.
  • the present invention requires a secondary device, denoted delegator device 3 hereinafter, which the users expected to already have, e.g. a mobile phone.
  • the system illustrated in Fig. 1 includes a delegation service 4, e.g. an identity provider or an authentication provider, which in the context of the embodiment of Fig. 1 is assumed to belong to the same administrative domain 5 as service 2. The assumption is made that the user is already authenticated with the Delegation Service 4.
  • step (1 ) the user employs his/her personal trusted device - delegator device 3 - to contact the delegation service 4 to obtain a token, which in the described embodiment is assumed to be a One Time Password OTP.
  • step (2) the user receives the OTP from the delegation service 4.
  • step (5) the delegate device 1 accesses the service 2, which in return verifies in step (6) the authentication with the delegation service 4.
  • step (7) the delegation service 4 provides to the service 2 the authentication context in accordance with the initial authentication session established between a delegation service 4 and the delegator device 3.
  • step (8) the service 2 is provided to the user through the delegate device 1.
  • steps (1 ) to (8) as described above may be executed simultaneously independently of the number of authentication session delegations.
  • Fig. 2 illustrates a second embodiment of a system according to the present invention, which basically is similar to in the embodiment described in connection with Fig. 1. Therefore, in Fig. 2 same reference numerals denote the same components as in Fig. 1.
  • Fig. 2 In contrast to Fig. 1 , in which a single service 2 was concerned, the embodiment of Fig. 2 relates to a combination with an Identity Management (IDM) solution.
  • IDM Identity Management
  • the typical Identity Management scenario involves an Identity Provider (I DP) and a Service Provider (SP) and the user.
  • the SP rather than deploying its own user database and authentication methods, relies partly or entirely on the services of the IDP.
  • the SP contacts the IDP to obtain authentication, identification or data about the user. It's the IDPs responsibility to ensure the process is secure and the user's data protected.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

A method for supporting user authentication to a service, wherein the user accesses said service from a terminal device, in particular a public and/or untrusted terminal device, is characterized in that an authentication session is established between a trusted device of the user - delegator device (3) - and a delegation service (4), wherein said delegation service (4) provides a token to said delegator device (3), wherein, upon said token being provided to said terminal device - delegate device (1) -, said authentication session is delegated from said delegator device (3) to said delegate device (1). Furthermore, a corresponding system for supporting user authentication to a service is disclosed.

Description

METHOD AND SYSTEM FOR SUPPORTING USER
AUTHENTICATION TO A SERVICE
The present invention relates to a method for supporting user authentication to a service, wherein the user accesses said service from a terminal device, in particular a public and/or untrusted terminal device.
Furthermore, the present invention relates to a system for supporting user authentication to a service, including a terminal device, in particular a public and/or untrusted terminal device, from which the user accesses said service.
Generally, when a user accesses a service, in most cases, the first step is to authenticate either to the service or, if available, to the I DP which then provides credentials to the SP. However, in some situations such as for example accessing from internet cafe or airport lounge, the user would rather not disclose his/her credentials in the device he/she is currently on. In these cases, authentication can be delegated to a device of the user specific for authentication (e.g. a one time password). While this situation is common, it depends on external specific hardware, e.g. an RFID token, and does not allow for full control on the authentication mechanism after the user stops using the service. In particular, once the session is open, an attacker may make use of the established connection.
Especially when the user is accessing a public device, he/she not only wants to delegate the authentication from a different device but also be in control of when that association is no longer valid. In addition, the user wants to protect his/her credentials as much as possible, since when we use another device and introduce our passwords, we leave a trace that can later be used to steal our accounts.
Existing mechanisms for delegation, such as E.N. Ceesay et al. "An authentication model for delegation, attribution and least privilege" in PETRA'10, June 23-25, 2010, Samos, Greece focus on the delegation of authentication across services or people (user subscriptions) but do not address the problem of delegation across devices nor the control over the delegation. It is therefore an object of the present invention to improve and further develop a method and a system of the initially described type for supporting user authentication to a service in such a way that by protecting a user's credentials a session even from an untrusted terminal device is secured as much as possible.
In accordance with the invention, the aforementioned object is accomplished by a method comprising the features of claim 1. According to this claim, such a method is characterized in an authentication session is established between a trusted device of the user - delegator device - and a delegation service, wherein said delegation service provides a token to said delegator device, wherein, upon said token being provided to said terminal device - delegate device -, said authentication session is delegated from said delegator device to said delegate device.
Furthermore, the aforementioned object is accomplished by a system comprising the features of claim 20. According to this claim, such a system is characterized in that the system further includes
a trusted device of the user - delegator device - and a delegation service, with an authentication session being established between those two entities, wherein said delegation service is configured to provide a token to said delegator device, and
means that are configured to perform, upon said token being provided to said terminal device - delegate device -, delegation of said authentication session from said delegator device to said delegate device.
According to the present invention it has first been recognized that the above mentioned objective can be solved by multi-device authentication or, more specifically by the delegation of the authentication session to another device. In this context it has been further recognized that solutions such as SAML (http://www.oasis-open.org/committees/download.php/27819/sstc-saml-tech-overvi ew-2.0-cd-02.pdf) and OpenID (http://openid.net/specs/openid-authentication- 2_0.html) provide the tools for authentication and provisioning of identity from 3rd parties but do not address the problem of multi-device authentication or the delegation of this authentication session to another device. According to the present invention a solution is proposed which extends an authentication session between a user in one device to an authentication of the same user in a different device. The user will be offered a token from a delegation service on his/her personal device. The delegation service will use this token to associate the existing authentication session to the public device. This operation can be regarded as authentication session delegation. The delegation service will treat the new authentication session as if it were part of the existing session, under the rules defined by the delegation (e.g. for a specific service, time or device).
It is important to note that although there are already one time password token/mobile solutions, they are not very convenient for users. In case of one time password token, user always needed to carry the token. Although even this was solved by introducing one time password functionality on mobile devices, existing solutions still always require users to input the one time password even to the trusted devices. Typically one time password is used for high secure access and not convenient for daily use. In contrast, the solution according to the present invention does not change the usual authentication scheme for daily use. Advantageously, the authentication session delegation scheme can be easily added on top of existing IdM solutions.
The present invention allows for users to use public devices without compromising security and under full control from the user-side on the extent of the delegation. There is no need for transferring sensitive security material to the (potentially untrusted) delegate device. The solution is particularly tailored for, but not limited to, web applications and does not depend on any specific hardware or modifications/adaptation on the client side, on the server side (if already using protocols like SAML (Security Assertion Markup Language), OpenID, CardSpace, etc), nor on the delegate device side.
According to another aspect, the present invention can be used for secure session hand-over amongst devices. Using multiple devices in parallel, e.g. two computers and/or mobile devices, is getting more and more common and important business issues are also handled for example from smart phone. Typical session hand-over does not require strong authentication, but users need to have a more secure way to hand-over the session. By considering this situation, session hand-over amongst multiple devices is highly demanded. In accordance with the present invention secure session hand-over amongst multiple user devices is supported by delegating authentication session to another device.
In order to further increase security, it may be provided that the token includes a One Time Password (OTP), i.e. a password being valid only for a single login. The OTP ensures that, once the user has left the public and/or untrusted terminal device, it is impossible for another user to reactivate the previous session by using the same password as the user before. By using a one time password the achieved security level is equivalent to the OTP on the delegate side.
According to a specific embodiment, once the user is offered the token from the delegation service on his/her (personal) deiegator device, this token is introduced manually in the public computer, i.e. the delegate device. Alternatively, in a more sophisticated manner the token may be introduced into said delegate device as a QR code (Quick Response) or as a two-dimensional barcode. More specifically, the deiegator device may display a QR code or a 2D barcode containing the token, which is then scanned at the deiegator device. According to another alternative NFC (Near Field Communication) may be used between the devices in order to transfer the token from the user's delegate device to the deiegator device, wherein the delegate device behaves as an NFC reader to exchange the token with the delegate device. It is also possible to provide the token to the delegate device by sending an SMS to a previously configured device (e.g. mTAN - mobile Transaction Authentication Number).
In an alternative embodiment the methods described above can be reversed in such a way that the delegate device is being configured to provide a secure URL where the token can be transferred. For instance, the delegate device can first be associated with a token, through the delegation service, which can then be provided and authorized by the deiegator device, e.g. a QR code that contains post URL, and that the deiegator device, e.g. a mobile device, takes a picture of the QR code and submits it to post URL. However, in any case, i.e. independent of which of the above described techniques is applied for providing the token to the delegate device, since all methods require physical presence or access to a device that belongs only to the user, they cannot be easily intercepted, sniffed or spoofed.
Once the delegate device has received the token, it may be provided that it uses the token for accessing the delegation service. The delegate device may access the delegation service either directly or as a result of an access to a service. In any case, for the delegation service the access of the delegate device using the token may function as trigger for mapping the token to the existing authentication session between the delegation service and the user's delegator device. Such mapping of authentication sessions at the delegation service allows the delegation of the same credentials towards the services and the user to maintain the control over the delegated authentication session.
According to a further preferred embodiment it may be provided that in a next step the delegation service transmits a response message to the delegate device including the corresponding session cookie. With the delegation service installing the session cookie in the response message, i.e. with the insertion of the correct session authentication cookie as part of an answer to a correct token which maps the session, the delegate device is enabled to more efficiently control the session.
In a next step, when the delegate device accesses the service, it may be provided that the service verifies the authentication with the delegation service. In response, the delegation service may provide the service the authentication context in accordance with the authentication session that exists between the delegation service and the delegator device. After this step, the user may be provided the service through the delegate device.
Advantageously, the parameterization of the delegated authentication session is specified while the delegation is active. Alternatively, it may be provided that the parameterization of this session delegation is specified before the delegation is made and is adjusted while the delegation is active. In particular, the parameterization may include rules that contain information regarding specific services, times and/or devices. As a consequence, the delegation service will treat the new authentication session, i.e. the delegated authentication session, as if it were part of the existing session, under the rules defined by the delegation.
The parameterization together with the strong authorization aspect further validates the proposed technology in real scenarios. In particular, it allows for control on critical operations from a (more) trusted device both when the public device is available, or not. For instance, the process can be further extended to create a gated system for critical operations. In this mode, certain operations require explicit user consent on the trusted device for the operation to proceed. For example, a user may access the facebook page, read and browse content but resulting from the chosen parameterization he/she cannot post or change data. Once a post action is taken, the service will contact the delegation service for authorization and, if this is not a trusted device, the delegation service will obtain the necessary green light from the trusted device. Through this mechanism one can ensure that critical operations are protected even in extreme conditions where the public device is only trusted, e.g., with read operations.
According to a preferred embodiment, in order to terminate the session to the service, it may be provided that the user dissociates the delegation of the authentication session from the delegator device, thus being able to control in realtime the validity of the authentication session delegation. The advantage of this is that the user, even after he has left the public device, can ensure that that session can never be used again. Any service currently logged in will receive an immediate logout message and the credentials used for the authentication session delegation may not be used again to establish a trust path to the user's account. This method provides the user with an advantage over the existing methods which are either relying on time or on the explicit logout of the user while in the borrowed device. Both of these methods suffer from the obvious problems of attacks during the (usually hours long) time window or a simple user that forgets to logout and never has the chance again. In a specific embodiment a mobile terminal of the user is operated to function as delegator device, which is rather suitable since today the majority of users typically have a mobile phone at hand during the entire course of the day. Moreover, while a mobile device is far from optimal to do all normal operations of its user, it does offer the possibility to establish a more trusted environment for secret material. Thus, this association can then be used to avoid the littering of secret passwords in the public device.
In a basic solution the service and the delegation service may be part of the same administrative domain. However, according to a more sophisticated and global approach it may be provided that the delegation service is part of an identity provider IDP. As is common, the IDP may operate one or more identity management functions that control a plurality of services. The communication between the identity management functions and the services may be realized via typical IDM protocols like SAML and OpenlD. Advantageously, the delegated authentication session is adapted to this kind of protocols to ensure full and seamless compatibility with existing services.
There are several ways how to design and further develop the teaching of the present invention in an advantageous way. To this end, it is to be referred to the patent claims subordinate to patent claim 1 on the one hand and to the following explanation of preferred embodiments of the invention by way of example, illustrated by the figure on the other hand. In connection with the explanation of the preferred embodiments of the invention by the aid of the figure, generally preferred embodiments and further developments of the teaching will be explained. In the drawings:
Fig. 1 is a schematic view illustrating a system for supporting user authentication to a service according to a first embodiment of the present invention, and
Fig. 2 is a schematic view illustrating a system for supporting user authentication to a service according to a second embodiment of the present invention. Fig. 1 schematically illustrates a first embodiment of a system according to the present invention. Generally, in a solution in accordance with the present invention an authentication session between a user in one device is extended to an authentication of the same user in a different device. This authentication session delegation is in full control of the user and is exchanged by executing the steps described in detail hereinafter.
In the embodiment of Fig. 1 , the system includes a delegate device 1 , which might be a public and/or untrusted terminal device, e.g. an Internet cafe PC, which the user intends to employ for accessing a specific service 2, e.g. Facebook. The present invention requires a secondary device, denoted delegator device 3 hereinafter, which the users expected to already have, e.g. a mobile phone. Furthermore, the system illustrated in Fig. 1 , includes a delegation service 4, e.g. an identity provider or an authentication provider, which in the context of the embodiment of Fig. 1 is assumed to belong to the same administrative domain 5 as service 2. The assumption is made that the user is already authenticated with the Delegation Service 4.
In order to initiate service session, in step (1 ) the user employs his/her personal trusted device - delegator device 3 - to contact the delegation service 4 to obtain a token, which in the described embodiment is assumed to be a One Time Password OTP. In step (2) the user receives the OTP from the delegation service 4.
Subsequent to the provisioning steps (1) and (2), the instantiation steps (3) and (4) are executed. More specifically, in step (3) the user provides the OTP to the delegate device 1. This can be done in many different ways, for instance by manually entering the OTP or by scanning a QR code at the delegator device 3. Alternatively, NFC (Near Field Communication) between the devices may be deployed. In step (4) the delegate device 1 accesses the delegation service 4, either directly or as a result of an access to a Service, thereby using the OTP received from the delegator device 3. It is to be noted that this step may be executed before step (3) is being executed. As a consequence the delegation service 4 maps the OTP to the session. Furthermore, the delegation service 4 may generate a response message to the delegate device 1 , in which it installs the respective session cookie.
In step (5) the delegate device 1 accesses the service 2, which in return verifies in step (6) the authentication with the delegation service 4. In step (7) the delegation service 4 provides to the service 2 the authentication context in accordance with the initial authentication session established between a delegation service 4 and the delegator device 3. Finally, in step (8) the service 2 is provided to the user through the delegate device 1.
Generally, it is important to note that steps (1 ) to (8) as described above may be executed simultaneously independently of the number of authentication session delegations.
In addition, it is important to note that the operations as described above can be combined with the authentication at the service provider. Such approach would constitute a more monolithic solution, in which the delegation service is offered by the service itself.
Fig. 2 illustrates a second embodiment of a system according to the present invention, which basically is similar to in the embodiment described in connection with Fig. 1. Therefore, in Fig. 2 same reference numerals denote the same components as in Fig. 1.
In contrast to Fig. 1 , in which a single service 2 was concerned, the embodiment of Fig. 2 relates to a combination with an Identity Management (IDM) solution.
Identity Management was birthed in the need for single sign on amongst enterprise applications. This need was greatly motivated by the expensive system integration costs a normal enterprise would have to cover when first establishing their IT infrastructure. Quickly Identity Management became a market on its own and expanded both in terms of features, such as profile and data management, access control/authorization, billing, etc, but also in domain and is now also common in the websphere. Several Identity Management standardization activities spawned from protocols such as SAML, OpenID and Cardspace and the IDM space is now as heterogeneous as it is encompassing.
The typical Identity Management scenario involves an Identity Provider (I DP) and a Service Provider (SP) and the user. The SP, rather than deploying its own user database and authentication methods, relies partly or entirely on the services of the IDP. When the user accesses the SP, the SP contacts the IDP to obtain authentication, identification or data about the user. It's the IDPs responsibility to ensure the process is secure and the user's data protected.
Basically, in the embodiment of Fig. 2 steps (1 ) to (8) are the same as in Fig. 1. However, both the delegate device 1 (in steps (5) and (8)) and the delegation service 4 (in steps (6) and (7)) do not contact the service 2 requested by the user directly, but via identity management functions 6. Together with the delegation service 4 the identity management functions 6 are part of an Identity Provider IDP 7. The identity management functions 6 typically control a plurality of different services 1...N.
As a further difference to the embodiment of Fig. 1 , in step (5) the delegate device 1 accesses the service 2, which may be a consequence of step (4), if initiated by the service 2 which is common in IDM scenarios.
In both embodiments, when the user has finished the operations which require the authentication session delegation the OTP used in the public delegate device 1 is destroyed and cannot be reused to access the delegation. The user can dissociate the delegation from the private delegator device 3, invalidating the delegation from that point on, and he/she can create other delegations if necessary by repeating the process. Many modifications and other embodiments of the invention set forth herein will come to mind the one skilled in the art to which the invention pertains having the benefit of the teachings presented in the foregoing description and the associated drawings. Therefore, it is to be understood that the invention is not to be limited to the specific embodiments disclosed and that modifications and other embodiments are intended to be included within the scope of the appended claims. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.

Claims

C l a i m s
1. Method for supporting user authentication to a service, wherein the user accesses said service from a terminal device, in particular a public and/or untrusted terminal device,
c h a r a c t e r i z e d i n that an authentication session is established between a trusted device of the user - delegator device (3) - and a delegation service (4), wherein said delegation service (4) provides a token to said delegator device (3), wherein, upon said token being provided to said terminal device - delegate device (1 ) -, said authentication session is delegated from said delegator device (3) to said delegate device (1 ).
2. Method according to claim 1 , wherein said token includes a one time password.
3. Method according to claim 1 or 2, wherein said token is introduced manually into said delegate device (1 ).
4. Method according to any of claims 1 to 3, wherein said token is introduced into said delegate device (1 ) as a Quick Response code or as a two-dimensional barcode.
5. Method according to any of claims 1 to 4, wherein said token is introduced into said delegate device (1 ) by means of Near Field Communication.
6. Method according to any of claims 1 to 5, wherein said delegate device (1) provides a secure URL where said token can be transferred to.
7. Method according to any of claims 1 to 6, wherein said delegate device (1 ) accesses said delegation service (4) using said token.
8. Method according to claim 7, wherein said delegation service (4) maps said token to the existing authentication session between said delegation service (4) and said delegator device (3).
9. Method according to claim 7 or 8, wherein said delegation service (4) transmits a response message to said delegate device (1) including the session cookie.
10. Method according to any of claims 1 to 9, wherein said service (3), upon said delegate device (1 ) accessing said service (2), verifies the authentication with said delegation service (4).
11. Method according to any of claims 10, wherein said delegation service (4) provides said service (2) the authentication context in accordance with the existing authentication session between said delegation service (4) and said delegator device (3).
12. Method according to any of claims 1 to 11 , wherein the user is provided said service through said delegate device (1 ).
13. Method according to any of claims 1 to 12, wherein the parameterization of said delegation of said authentication session is specified while said delegation is active.
14. Method according to claim 13, wherein said parameterization includes information regarding specific services, times and/or devices.
15. Method according to any of claims 1 to 14, wherein said user, in order to terminate the session to said service (2), dissociates said delegation of said authentication session from said delegator device (3).
16. Method according to any of claims 1 to 15, wherein a mobile terminal of the user is operated as said delegator device (3).
17. Method according to any of claims 1 to 16, wherein said service (2) and said delegation service (4) belong to the same administrative domain (5).
18. Method according to any of claims 1 to 17, wherein said delegation service (4) is part of an identity provider (7) including one or more identity management functions (6).
19. Method according to claim 18, wherein said one or more identity management functions (6) and said service (2) are linked to each other via identity management protocols.
20. System for supporting user authentication to a service, in particular for executing a method according to any of claims 1 to 19, including a terminal device, in particular a public and/or untrusted terminal device, from which the user accesses said service,
c h a r a c t e r i z e d i n that the system further includes
a trusted device of the user - delegator device (3) - and a delegation service (4), with an authentication session being established between those two entities, wherein said delegation service (4) is configured to provide a token to said delegator device (3), and
means that are configured to perform, upon said token being provided to said terminal device - delegate device (1 ) -, delegation of said authentication session from said delegator device (3) to said delegate device (1).
PCT/EP2011/000649 2011-02-11 2011-02-11 Method and system for supporting user authentication to a service Ceased WO2012107058A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/EP2011/000649 WO2012107058A1 (en) 2011-02-11 2011-02-11 Method and system for supporting user authentication to a service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2011/000649 WO2012107058A1 (en) 2011-02-11 2011-02-11 Method and system for supporting user authentication to a service

Publications (1)

Publication Number Publication Date
WO2012107058A1 true WO2012107058A1 (en) 2012-08-16

Family

ID=44625212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2011/000649 Ceased WO2012107058A1 (en) 2011-02-11 2011-02-11 Method and system for supporting user authentication to a service

Country Status (1)

Country Link
WO (1) WO2012107058A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140189834A1 (en) * 2012-12-27 2014-07-03 Motorola Solutions, Inc. Method and apparatus for single sign-on collaboraton among mobile devices
EP2925037A1 (en) * 2014-03-28 2015-09-30 Nxp B.V. NFC-based authorization of access to data from a third party device
US9277407B2 (en) 2010-03-29 2016-03-01 Motorola Solutions, Inc. Methods for authentication using near-field
US10931682B2 (en) 2015-06-30 2021-02-23 Microsoft Technology Licensing, Llc Privileged identity management
US11075917B2 (en) 2015-03-19 2021-07-27 Microsoft Technology Licensing, Llc Tenant lockbox
US11658949B2 (en) 2019-10-07 2023-05-23 British Telecommunications Public Limited Company Secure publish-subscribe communication methods and apparatus

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2262164A1 (en) * 2008-02-18 2010-12-15 Microelectronica Española, S.A.U. Secure data transfer

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2262164A1 (en) * 2008-02-18 2010-12-15 Microelectronica Española, S.A.U. Secure data transfer

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
E.N. CEESAY ET AL.: "An authentication model for delegation, attribution and least privilege", PETRA'10, 23 June 2010 (2010-06-23)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9277407B2 (en) 2010-03-29 2016-03-01 Motorola Solutions, Inc. Methods for authentication using near-field
US20140189834A1 (en) * 2012-12-27 2014-07-03 Motorola Solutions, Inc. Method and apparatus for single sign-on collaboraton among mobile devices
WO2014105339A1 (en) * 2012-12-27 2014-07-03 Motorola Solutions, Inc. Method and apparatus for single sign-on collaboration among mobile devices
US8955081B2 (en) * 2012-12-27 2015-02-10 Motorola Solutions, Inc. Method and apparatus for single sign-on collaboraton among mobile devices
EP2925037A1 (en) * 2014-03-28 2015-09-30 Nxp B.V. NFC-based authorization of access to data from a third party device
CN104954358A (en) * 2014-03-28 2015-09-30 恩智浦有限公司 NFC-based authorization of access to data from a third party device
US10055609B2 (en) 2014-03-28 2018-08-21 Nxp B.V. NFC-based authorization of access to data from a third party device
US11075917B2 (en) 2015-03-19 2021-07-27 Microsoft Technology Licensing, Llc Tenant lockbox
US10931682B2 (en) 2015-06-30 2021-02-23 Microsoft Technology Licensing, Llc Privileged identity management
US11658949B2 (en) 2019-10-07 2023-05-23 British Telecommunications Public Limited Company Secure publish-subscribe communication methods and apparatus

Similar Documents

Publication Publication Date Title
Dasgupta et al. Multi-factor authentication: more secure approach towards authenticating individuals
EP2819371B1 (en) A computer implemented method to prevent attacks against authorization systems and computer programs products thereof
Josang et al. Usability and privacy in identity management architectures
US9397996B2 (en) Establishing historical usage-based hardware trust
US6691232B1 (en) Security architecture with environment sensitive credential sufficiency evaluation
US6892307B1 (en) Single sign-on framework with trust-level mapping to authentication requirements
EP2166697B1 (en) Method and system for authenticating a user by means of a mobile device
CN101507233B (en) Method and apparatus for providing trusted single sign-on access to applications and internet-based services
US6609198B1 (en) Log-on service providing credential level change without loss of session continuity
EP3014837B1 (en) A computer implemented method to improve security in authentication/authorization systems and computer program products thereof
EP3507735B1 (en) Combined user authentication and device/application integrity check
WO2013101358A1 (en) System and method for secure network login
EP2965251A1 (en) Computer implemented multi-factor authentication
WO2014090594A1 (en) Method of allowing establishment of a secure session between a device and a server
WO2012107058A1 (en) Method and system for supporting user authentication to a service
Laka et al. User perspective and security of a new mobile authentication method
Jøsang Identity management and trusted interaction in Internet and mobile computing
Ribeiro de Mello et al. Multi-factor authentication for shibboleth identity providers
Suoranta et al. Strong authentication with mobile phone
Rehman Get Ready for OpenID: A Comprehensive Guide to OpenID Protocol and Running OpenID Enabled Web Sites
Watanabe et al. Federated authentication mechanism using cellular phone-collaboration with openid
EP2860935B1 (en) A computer implemented method to prevent attacks against authorization systems and computer programs products thereof
AU2021102834A4 (en) A User Authentication System and Method using Smart Cards for Cloud based IoT Applications
EP2860934B1 (en) A computer implemented method to prevent attacks against authorization systems and computer programs products thereof
EP3881208A1 (en) Secure linking of device to cloud storage

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11705159

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11705159

Country of ref document: EP

Kind code of ref document: A1