WO2014105263A1 - Multi-factor authentication and comprehensive login system for client-server networks - Google Patents

Multi-factor authentication and comprehensive login system for client-server networks Download PDF

Info

Publication number
WO2014105263A1
WO2014105263A1 PCT/US2013/067109 US2013067109W WO2014105263A1 WO 2014105263 A1 WO2014105263 A1 WO 2014105263A1 US 2013067109 W US2013067109 W US 2013067109W WO 2014105263 A1 WO2014105263 A1 WO 2014105263A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
client
server
request
authorizing
Prior art date
Application number
PCT/US2013/067109
Other languages
French (fr)
Inventor
Kevin Patrick MAHAFFEY
David Luke Richardson
Ariel Salomon
R. Tyler CROY
Samuel Alexander WALKER
Brian James BUCK
Sergio Ivan MARCIN GORRINO
David Golombek
Original Assignee
Lookout, 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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=51018962&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2014105263(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Lookout, Inc. filed Critical Lookout, Inc.
Priority to GB1511914.2A priority Critical patent/GB2523710B/en
Publication of WO2014105263A1 publication Critical patent/WO2014105263A1/en

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/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • 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/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/06Authentication
    • H04W12/069Authentication using certificates or pre-shared keys
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2463/00Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
    • H04L2463/082Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00 applying multi-factor authentication

Definitions

  • One or more embodiments relate generally to wide area networks and more specifically to systems and methods for a consolidated multi-factor user authentication and log-in system for applications using an authenticating client device.
  • the client-server model is the dominant computer network model for most large- scale computer networks including the World Wide Web and forms the basis for most electronic commerce systems presently in use.
  • Computers in the network are either clients or servers, where a server is selectively shares its resources and a client initiates contact with a server in order to use the resource.
  • resources typically include application programs, data, printers, storage devices, input/output devices, and the like.
  • clients and servers exchange messages according to a request-response messaging exchange in which the client sends a request, and the server returns a response in accordance with a defined communications protocol that operates in the application layer of the TCP/IP (Transmission Control Protocol/Internet Protocol) model.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • Servers can represent a wide class of devices that provide access to a diverse array of resources, such as web portals, hosted applications, data repositories, application servers, electronic commerce sites, search engines, and so on. Servers provide access to these resources in response to requests initiated by clients, and often require some sort of authentication before allowing a client to access or use the requested resource in order to prevent unauthorized or unlimited use of a resource and to protect the security of the resource and the network.
  • Such authorization is typically based on a login or sign-in process that requires the client user to provide credentials or otherwise verify their right to obtain access to the resource or restricted area. The login process thus allows the server to control access to the resource by identifying and authenticating the user through the credentials presented by the user.
  • a credential is an object that is verified when presented to the verifier in an authentication transaction. Credentials may be bound in some way to the individual to whom they were issued, such as for identification, or they may be bearer credentials, which may be acceptable for general authorization.
  • a common form of credential authentication is the familiar use of passwords to authenticate a user logging in under an established login name.
  • Passwords are vulnerable to several security breaching techniques. Passwords can be hacked, guessed, or obtained through fraudulent means, such as phishing techniques, and the like.
  • Another disadvantage of passwords is that they can be easily forgotten by the user. This is especially the case with the proliferation of web sites, applications, and other network resources that all require password login.
  • the sheer number of different passwords that might be needed by a user during the course of daily transactions can be overwhelming. This often leads to users employing the same or only a couple of different passwords for all of the different applications and sites, or recording the passwords in a way that may expose them to discovery by others, both of which can be dangerous practices.
  • FIG. 1 illustrates a network system that implements a user authentication and login management process, under an embodiment
  • FIG. 2A is a flow diagram that illustrates client server exchange to validate user credentials, under an embodiment.
  • FIG. 2B is a table that illustrates the various possible instantiations of various data objects and signals processed by the authentication management platform 101 under an embodiment.
  • FIG. 3A is a flow diagram that illustrates a method of authorizing a user using an authenticating client device, under an embodiment.
  • FIG. 3B is a flow diagram that illustrates a method of authorizing a user using an authorizing client device, under an alternative embodiment.
  • FIG. 3C is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encrypted credentials are sent and the authorizing client validates the user.
  • FIG. 3D is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encrypted credentials are sent and the authentication server validates the user.
  • FIG. 3E is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encryption key is sent and the authorizing client validates the user.
  • FIG. 3F is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encryption key is sent and the authenticating server validates the user.
  • FIG. 4A is a flowchart that illustrates a method of performing user authentication, under an embodiment.
  • FIG. 4B is a flowchart that illustrates a method of performing user authentication under an alternative embodiment.
  • FIG. 4C is a flowchart that illustrates a method of performing user authentication under another alternative embodiment.
  • FIG. 5 is a flowchart that illustrates a method of comprehensive login, under an embodiment.
  • FIG. 6 illustrates a first sequence of display instances on both a client computer and authenticating client device during a comprehensive login session, under an embodiment.
  • FIG. 7 illustrates a second sequence of display instances on both a client computer and authenticating client device during a comprehensive login session, under an embodiment.
  • FIG. 8 illustrates a sequence of display instances on a client computer and authenticating client device during a comprehensive login session, under an alternative embodiment.
  • FIG. 9 illustrates a comprehensive login option displayed in a web browser, under an embodiment.
  • FIG. 10 illustrates a comprehensive login option displayed in a web browser and providing selection of one of several authenticating client device types, under an
  • FIG. 11 illustrates a comprehensive login display area for selection of different authenticating client devices for accessing a website, under an alternative embodiment.
  • FIG. 12 illustrates a password prompt for comprehensive login displayed through a web browser, under an embodiment.
  • FIG. 13 illustrates the comprehensive login mechanism integrated with an example social network platform, under an embodiment.
  • FIG. 14 illustrates a social network integrated login display that provides a selection of authenticating client devices, under an embodiment.
  • FIG. 15 illustrates a method of storing a new password in a mobile device using a comprehensive login system, under an embodiment.
  • FIG. 16 illustrates a mobile device login interface that utilizes a universal or soft keyboard, under an embodiment.
  • FIG. 17 illustrates a personal mobile device system in which there are multiple communicating components coupled wirelessly to a server component.
  • FIG. 18 illustrates an embodiment of a mobile device architecture in which the mobile device comprises an operating system, a file system and one or more applications all resident on the device.
  • FIG. 19 illustrates an alternative embodiment of a mobile device architecture in which the mobile device comprises an operating system, one or more applications, but no file system resident on the device.
  • FIG. 20 illustrates a further alternative embodiment of a mobile device
  • the mobile device comprises an operating system, but no applications or file system resident on the device.
  • Systems and methods are described for managing the identity, passwords and authentication credentials for users accessing network resources through server computers from client computers in a computer network environment. Some embodiments are directed to a system and method for authenticating a user of a client computer making a request to a server computer providing access to a network resource through an authentication platform that issues a challenge in response to the request requiring authentication of the user identity through a reply from the client computer, determining one or more items of context information related to at least one of the user, the request, and the client computer, and determining a disposition of the request based on the reply and the one or more items of context information.
  • the reply includes a user password and may be provided by an authenticating client device coupled to the client computer over a wireless communications link.
  • Some embodiments are further directed to a system and method for processing a request from a client computer to access a target server over a network by issuing a challenge requiring validation of a user identity in response to the request, receiving user credentials from an authenticating client coupled to the client computer, and comparing the received user credentials with stored user credentials to determine a disposition of the request.
  • Systems and methods are yet further described for providing a comprehensive login process that provides a single login interface for many different applications, web sites, and network resources through a web browser interface.
  • server means a server computer or group of computers that act to provide a service for a certain function or access to a network resource.
  • the servers may be physical servers, hosted servers in a virtual environment, or software code running on a platform.
  • client generally means software that communicates with a server
  • client computer refers to any computer, embedded device, mobile device, or other system that can be used to perform the functionality described as being performed by the client computer.
  • client computers include devices, which can be used to display a user interface by which the functionality provided by a server can be utilized by a user.
  • a “requesting client” or “accessing client” is a client that requests data, services, or some kind of action from a target server
  • an “authorizing client” or “authenticating client” is a client that the target server or some other server uses to authorize a request from requesting client or other source.
  • Clients may be embodied in desktop, laptop, notebook, or netbook computers, or in mobile devices, such as mobile phones, tablet computers, PDAs, smartphones, and the like.
  • the term “application” means software used on a computer by a user, and can be applications that are targeted or supported by specific classes of machine, such as mobile application, desktop application, tablet application, enterprise application, and so on.
  • a service is an online server or set of servers, and can refer to a web site, web application, and so on.
  • credential or “credentials” means something that is provided as a correct response to a given authorization challenge, such as a
  • authorization means an indication (e.g. yes/no, true/false) of whether the action is allowed, or a token that grants access or is proof of allowance of an access, and which can be provided to any system that needs proof that a given user is authorized for a particular action, or a callback to a system indicating that the user is authorized.
  • application identity information means, for a website, mobile or desktop application, or other service needing authentication or authorization, a URL, package name of hosting application, signing certificate of hosting application, class name or other identifier of current UI dialog, UUID, a hash of the application or site code, a digital signature or HMAC provided by the application, or other information that can be used to fingerprint software (e.g. class name of running service or activity).
  • a user authentication system may be server-based or peer communication-based.
  • a client makes request of server, and the client is authenticated with the server, which may occur during request or before/after request is made).
  • the server may perform the authentication, or it may return the result of the authentication.
  • an authorizing client communicates directly with a requesting client, which solves the problem of a mobile device acting as an authorizing client not being connected to a valid network connection to receive a push from a server.
  • the client requesting authorization (e.g., to receive credentials or perform an action) may communicate with an authorizing client without using server to proxy the request.
  • the types of network connection between requesting client and authorizing client can include Wi-Fi, Bluetooth, NFC (near field communications), or a mobile wireless network.
  • the authorization flow in this case comprises: the requesting client identifies authorizing client to communicate with, the server identifying the client based on network information provided by one or both clients (e.g. Wi- Fi AP, both connected from same public IP address), the requesting client broadcasting to local network, e.g. using mDNS or SMB, and receiving responses from other clients on network. Other peer discovery methods may also be used.
  • the requesting client requests authorization from authorizing client, and the request may need to be generated by the server and digitally signed by the server's private key.
  • the authorizing client only accepts requests that are validated against the server's public key.
  • the request may be signed/validated against secret information associated with account (e.g. user's account password, or a symmetric or asymmetric key associated with the account).
  • the request may contain all information about request that authorizing receives above (e.g. type of request).
  • the authorizing client receives the request
  • the authorizing client validates that request is legitimate.
  • the authorizing client performs authorization and sends response to requesting client.
  • the response may be encrypted so that the requesting client cannot access information.
  • the authorizing client sends the response to the requesting client including response data such as a picture or other extended information.
  • the requesting client either uses the response directly to complete its request (e.g. for login credentials) or provides the response to the server as proof of authorization.
  • the requesting client operated by the user to access a target server or other interface may be implemented in one of several forms. Generally it includes an
  • authentication or authorization UI for use as a primary authentication/authorization mechanism or interacting with a service's existing mechanisms.
  • it may be implemented via Browser plug-in, Javascript SDK, in a mobile app, or it may enroll if authentication or authorization require enrollment (e.g. server needs knowledge of an account). Some services may require this, where in other cases, server provides open API where any service can request authentication or authorization without a user needing to enroll.
  • the system determines if a user is enrolled in a given service with the server. It may do this by retrieving enrollment information from server (e.g.
  • hostname or identifier of site as an HTTP referrer or explicitly) or service; looking for presence of a session or authentication cookie; examining the content of user interface for indication that user is logged in; storing a list of enrolled services locally, which may be synced with server periodically.
  • all users may be automatically enrolled, so no determination is necessary. For example, for a bank, if a user's requesting client is authenticated with the server, the bank's site can request that the requesting client authorize an action, the server pushing to the user's authorizing client confirming the authorization with user input. In this case, there was no credential enrollment required.
  • a user is not enrolled in service, the user can be enrolled.
  • the service may have its own authentication mechanism, server is interacting with it.
  • the user enters authentication information in a login or registration process, information is captured and the user is enrolled in that service on the server.
  • the system can be configured to detect entry of authentication information in a login or registration process through form detection and analysis components or the like.
  • Some of the information may be automatically generated (e.g. a password) by client and not entered by use, and the system can ask the user if they want to save the information in the future, e.g. via new user interface dialog displayed in parallel to main flow, or serially (e.g. interstitial).
  • the user may enter additional information (e.g.
  • the system can map entered information to categories of information (through form detection and analysis) on the client or server.
  • the system then sends information to the server to store, and the client may encrypt data first.
  • the user is enrolled, and the authentication/authorization are provided to service automatically upon server authorizing it.
  • Authentication and other information are entered on behalf of user.
  • the system collects information for the user (e.g. username, address, name, email address, etc.).
  • the information may be provided directly via a web or mobile interface (e.g., an identity manager for multiple identities with consistent information), or based on past or previously entered information.
  • the collected information is sent to the server and some fields may be censored to include info only necessary for login.
  • Censoring criteria may be supplied by the server or pre-cached by the device.
  • the system can determine categories of entered information, and store the collected information. It can also determine what categories of information this service wants (e.g. email, username plus email, username plus address).
  • the server determines based on previous user entries of information that were collected.
  • the client sends field information to server and server determines what types of information.
  • the server then sends the information to the client.
  • the server can send a single set of information, or multiple sets of information to client, corresponding to different identities (e.g. personal, work, public, private, shared team identity).
  • the client displays a UI where user can choose an identity and all of its associated information, and the client enters details in form automatically (or sends data to server in categories). Details are populated from previous entries and their mapping into categories, or can be explicitly set for the user (e.g. UI where can specify home address, first name, last name, etc.).
  • the client displays UI where user can choose which details they want in each category, e.g.
  • address can populate street, state, postal code, country, etc. fields.
  • An address may have name associated with it (e.g. home, work, etc.).
  • the client provides information to server and service, e.g. which identity the user chose, which name, etc.
  • server detects the modifications (e.g. if a user changes their address in a registration form, they may have moved. This process allows server to automatically update the address it stores for user for use in future account registrations).
  • the system can ask the user if they want to update information on server based on modification. If the user confirms, the system updates the stored information on server.
  • a service may use the server as a primary method of authenticating.
  • the client sends a request to the server asking to authenticate with the service.
  • the client automatically sends request to server (e.g. if user's request to take an action is implied or the request originates as part of a background, non-user-initiated, process on the service, no user action is required).
  • a web browser or app displays a button indicating that the user can authenticate (e.g. create account or login) to the service by clicking the appropriate button.
  • the client sends a request (e.g. HTTP) to server with information provided by the service.
  • a request e.g. HTTP
  • the system can follow the OAuth standard.
  • the request may contain information provided by service: an address (e.g. URL) where the authorized request can return information to the server, parameters indicating what type of authorization to perform to verify user consent (e.g. need voice, picture, biometric, parental or administrator authorization), or parameters indicating what type of information service requests to know about user.
  • the server may determine what information to provide to service. A UI is displayed asking the user to choose what information or access to information or other privilege level to provide service.
  • the service may request access to certain information as part of request to server or the type of information requested may be pre-configured on server, or all services may receive the same set of information, based on user selection.
  • the system may be configured to provide opt-in/out of service requested information.
  • the user can choose which identity to associate this service relationship with.
  • the user is presented with default information and can modify it specifically for this service.
  • the system can also provide automatic selection of information based on user profile.
  • User preferences can be used to determine what information to provide to service.
  • User preferences can be based on category of service. For example, a user chooses that shopping sites cannot get the user's email address but do receive a valid billing and shipping address and valid credit card information, whereas a social network may receive the user's email and music preferences but not their address.
  • the server may have a database of service categorizations to allow the providing of information to a service to happen automatically. The server then authorizes the request For example, the server communicates with the authorizing client, or presents a UI on the requesting client for user to confirm that they wish to create an authenticated relationship with service. The server returns
  • the server returns information about the user/identity or an authorization for the client to retrieve authentication information to the client.
  • the client then relays that information to the service server, and may create an account identifier for the client to pass to the service so that the service can communicate directly with the server about the account (e.g. to retrieve updated information, to access services associated with the user's account).
  • the data returned by server may be digitally signed to prove its authenticity to the service.
  • the server may send user/identity/account information to service directly (or authorization to retrieve/access that information), e.g. via a pre-registered URL, via a URL provided in the request, or in response to a server's request for the information/authorization.
  • This information may include any information server wishes to provide and may also include information provided to server in request, e.g. service's identifier for the request.
  • the client may request authorization from server to login or perform action.
  • Example use cases of this embodiment include: login to service, or performing an action on the service (e.g. performing a bank transfer, changing password).
  • the authorization request may be automatically triggered by visiting website, performing action on website, or opening an application, performed by application or service in the background, or it may occur after user intervention (e.g. display UI where user can choose authorization options then request authorization of login or action).
  • the request may contain information, a service URL or other identifier (e.g. package name, signing key, signing certificate), or an action requested or type of authorization (e.g. login credentials, transfer $1234.33 from account 2912 to "Sally").
  • Several options may be associated with a request for authorization, and may be automatically set or set by user using user interface.
  • client Before sending request, client may have retrieved information from server or authentication/authorization request process include multiple requests and responses between client and server. For example, client requests from server available list of authorizing clients, or server pushes that information to client (e.g.
  • the client may wait for a response from the server, e.g., using push mechanism or periodically poll server, HTTP long poll, websockets, etc. It then receives a response from the server, and populates the form field with response (e.g. username, password) and submits if a form based authentication. It can also send information contained in the response to the service (e.g. digitally signed token provided by server, username/password provided by server), set a cookie based on response, and perform a Javascript callback based on the response.
  • a response e.g., using push mechanism or periodically poll server, HTTP long poll, websockets, etc. It then receives a response from the server, and populates the form field with response (e.g. username, password) and submits if a form based authentication. It can also send information contained in the response to the service (e.g. digitally signed token provided by server, username/password provided by server), set a cookie based on response, and perform a Java
  • the authorization flow generally includes the steps of: the requesting client identifying the authorizing client to communicate with and requesting authorization from the identified authorizing client, the authorizing client receiving request, validating that the request is legitimate, performing authorization and then sending a response to requesting client.
  • the requesting client then either uses response directly to complete its request (e.g., for login credentials) or provides response to server as proof of authorization.
  • Some embodiments may include an authentication or authorization UI (user interface) for use as a primary authentication/authorization mechanism or interacting with a service's existing mechanisms, a form detection and analysis component, web browser registration/login tools, mobile keyboard (e.g., a software keyboard module that can log in and register accounts) support, a mobile application authentication API (application program interface), mobile app authentication to a server, and credential transport security
  • an authentication or authorization UI user interface
  • a form detection and analysis component web browser registration/login tools
  • mobile keyboard e.g., a software keyboard module that can log in and register accounts
  • mobile application authentication API application program interface
  • the client can decrypt them with a key it has (e.g. locally generated, derived from a user password (e.g. using PBKDF2), stored on the client or a hardware token associated with the client).
  • the client may locally cache all credential information and request from server returns a decryption key for a given service's credentials.
  • the problem of password resets (where the decryption key cannot be derived if the user forgets his or her password) is solved by a key escrow service first storing the client's decryption key or an encrypted version of the decryption key that can recreate the client's decryption key given some form of authorization, such as by verification via email address, or phone call.
  • FIG. 1 illustrates a computer network system 100 that supports client computers, mobile communication devices and other network elements to implement one or more embodiments.
  • a network server computer 114 is coupled, directly or indirectly, to one or more network client computers (e.g., clients 112, 118, 119) through a network 110.
  • the network interface between server computer and the client computers may include one or more routers that serve to buffer and route the data transmitted between the server and client computers.
  • Network 110 may be the Internet, a Wide Area Network (WAN), a Local Area Network (LAN), or any combination thereof.
  • one or more of the server computers 114 may be a World- Wide Web (WWW) server that stores data in the form of web pages and transmits these pages as Hypertext Markup Language (HTML) files over the Internet 110 to one or more client computers.
  • WWW World- Wide Web
  • the client computer typically runs a web browser program to access the web pages served by a server computer (e.g., server 114) and any available content provider or supplemental server.
  • server 114 e.g., server 114
  • network server 114 executes a web server process to provide HTML documents, typically in the form of web pages, to client computers coupled to the network.
  • the client computers may access the Internet 110 through an Internet Service Provider (ISP).
  • ISP Internet Service Provider
  • Data for any of the resources, services, web sites, and the like may be provided by a data store 116 closely or loosely coupled to any of the server 114 and/or clients.
  • the client computers may be embodied in a workstation computer 112 or it may be a computing device such as a notebook computer 119, personal digital assistant, or the like.
  • the client computer may also be embodied within a mobile communication device (e.g., smartphone, mobile phone, tablet device, etc.) 118, game console, media playback unit, or similar computing device that provides access to the Internet network 110 and a sufficient degree of user input and processing capability to execute or access the applications or resources provided by server 114.
  • the client computers may be coupled to the server computers and other network resources over a wired connection, a wireless connection or any combination thereof.
  • system 100 includes a user authentication management platform 101, which includes a server 102, also referred to as an "authorizing" or
  • authentication server that executes a server-side authentication/login process or functional component 106.
  • Client versions 130 of this process 106 may also be executed on the client computers in a distributed application environment.
  • the process 106 may represent one or more executable programs modules that are stored within server 102 and executed locally within the server. Alternatively, however, it may be stored on a remote storage or processing device coupled to server 102 or network 110 and accessed by server 102 to be locally executed.
  • the authentication/login process 106 may be implemented in a plurality of different program modules, each of which may be executed by two or more distributed server computers coupled to each other, or to network 110 separately.
  • a user through client computer 112 may make a request 120 to a target server 114 to access an application provided by the server or to access some other network resource through server 114. Many such applications or resources may be protected so that only authorized users may gain access.
  • the accessed (or "target") server 114 will in turn respond with a challenge 122 requesting that the user provide appropriate authenticating credentials, such as a valid username and password.
  • FIG. 1 illustrates the request-challenge routine being executed between desktop client 112 and target server 114, it should be noted that a similar request-challenge routine is performed by any other client 118 or 119 accessing a server in system 100.
  • the authentication/login component 106 enables a challenge- response interaction between client and server when the client makes a request to the server.
  • the request specifies the resource or application to be accessed.
  • the request 120 includes the application identity information - for a website, mobile or desktop application, or other service needing authentication or authorization URL, package name of hosting application, signing certificate of hosting application, class name or other identifier of a current user interface dialog, UUID (Universally Unique ID), a hash of the application or site code, a digital signature or HMAC provided by the application, or other information that can be used to fingerprint software (e.g. class name of running service or activity).
  • UUID Universalally Unique ID
  • a hash of the application or site code e.g. class name of running service or activity
  • the client must provide the proper credentials in response to the challenge 116 from the server.
  • a requesting client makes a request of the authentication server.
  • the request may contain information that proves the identity of the client, such as a username/password or token.
  • Authentication may be performed before or after the request.
  • the request can be one of a request for data, access to a service or to perform an action.
  • Data may be e-mail or other stored information associated with a user account. This may be especially useful if the server is used to provide information for creating an account on a third-party service.
  • Data may also comprise access to sensitive data, such as early access to quarterly reports, in which case a decryption key is provided for sensitive data, e.g., a user opens a PDF document, but the document is encrypted.
  • the client sends a request to the owner of the document, and the owner approves or disapproves the request based on the identity information provided by the client.
  • Access to a service may comprise a case where the server may proxy access to a service, controlling the client's access to that service.
  • a client may not have login credentials for a website due to security purposes, but the server can proxy requests to the website and responses from that website if the proxy session is appropriately authorized.
  • Performing an action may be illustrated by a bank using the authentication server to authorize a transfer funds from a user's account.
  • Credentials generally comprise any information that is presented to an
  • credentials may comprise a username/password combination and/or a token and/or a cryptographic signature.
  • Other forms of credential or authenticating elements may include authorization through a third-party service, such as OAuth, which is an open protocol to allow secure authorization in a standardized way from web, mobile and desktop applications.
  • OAuth is an open protocol to allow secure authorization in a standardized way from web, mobile and desktop applications.
  • a server may use a user's Facebook account as its source of authentication. For that reason, the client must prove that it can connect with a user's Facebook account in order to claim to have access to that user's account information.
  • the server may require that the client use Facebook's OAuth API in order to supply server with a guarantee that the user is allowing access.
  • Credentials may also be produced or linked to other accounts the client has access to. For example, if a first client has access to a given email or social network account, the server may create an account that is associated with that client. If a second client that wishes to access the first client's account on server, the server may validate that the second client has access to the email or social network account, and if so, provide the second client access to the account on the server.
  • Other common types of credentials include: (1) a username plus password supplied from client to server in which the system checks whether or not the password entered on the client matches the password associated with the user identity (or
  • a public key or certificate with a public key in which the client may supply a public cryptographic key or certificate containing such a key that corresponds to a public key the server already knows about and in order to prove that the client has a corresponding private key, the server may issue a challenge that is to be signed by the client's private key, which is authorized if the client can supply the correct response; (3) a secret known to server and client, which is similar to a public key in that if the client and server each know of a secret, the server can issue a challenge that is encrypted with the shared secret (either as a key or content, such as in an HMAC scheme) and returned to the server as a response; a phone number that allows the server to call and ask the user to confirm (e.g., by pressing a touch tone key), by entering a PIN code over the phone previously associated with the user's account, or by providing the user a code they need to input into the client) so that it may be, in turn, supplied to the
  • IMEI, IMSI, UDID, MAC address, serial number, or other unique identifier provided by device's hardware may be used alongside other mechanisms to strengthen authentication or provide additional context to server when evaluating client- supplied information (e.g., a hardware ID associated with hardware that has previously authenticated successfully may be treated differently than a hardware ID that has not previously authenticated; (7) a cookie that was previously set from past contact with the server and which the client may later provide to associate the client with whatever the server knows about the previous client that connected with the corresponding cookie identifier; (8) a stored token/cookie, which may be a random identifier that the server looks up in a dataset of known identifiers associated with accounts, and which may be digitally signed (e.g., JWT) so that the server can verify that the token was created by a trusted entity, by which when a client was previously authenticated with a server, the server may provide a token or other information that the client stores and provides to server in
  • the client may provide a messaging address. If no account associated with messaging address, the client is given access to a newly created account. If there is a previously associated account, then require the client to authenticate with that account (e.g. one of the above methods). If the client is on the same network as existing client, then certain network information can be used in the authorization context.
  • a contact address e.g., phone number, email, IM service, social network account, etc.
  • Alerting on new client added to account can be handled by determining if the client is new (as determined by hardware ID, no cookie or auth token, etc.), sending an email or other alert to the user, or requiring confirmation from another client authenticated on the user's account to allow access, or requiring an additional authentication step.
  • an authorization is issued.
  • An authorization from the server is an indication (e.g. yes/no, true/false) of whether the action is allowed.
  • the authorization can also take the form of a token that grants access or is proof of allowance of an access, token can be provided to any system that needs proof that a given user is authorized for a particular action. Alternatively, callback to a system indicating that the user is authorized can serve as authorization.
  • the authentication server performs authorization of the requesting client to determine what account on the server the client is associated with, and this may happen before performing authorization, or as a result of the authorization process (e.g. that specifies how to authenticate the requesting client).
  • the server requests user-confirmation for authorization using an authorizing client to perform authorization.
  • the server contacts an authorizing client, which is responsible for determining whether or not the request is authorized.
  • the server may use a push mechanism to be able to send a message to client with low latency.
  • Example methods include Google Cloud Messaging, Apple Push Notification Service, HTTP Long-Poll, SMS, outstanding TCP connection between client and server or push service (e.g., Lookout cloudpush).
  • the message pushed to authorizing client may contain information about the request, or it may be an indication that the client needs to create a secure connection to server to retrieve the information.
  • the authorizing client displays information about the request such as through a user interface dialog or notification mechanism on a mobile device.
  • the information can include the site or service being logged in to, the operation being performed (e.g., a bank operation like transfer $1203.11 from account -2912 to "Sally"), an IP address, location, username, device nickname of the requesting client, a picture of user, taken by camera of requesting client.
  • the user then confirms or denies request on authorizing client UI. Confirmation by be action required to confirm, such as: press a button, enter a PIN code, facial recognition using device camera, voice (e.g.
  • authorizing client asks user to speak a phrase, client processes voice locally and/or send audio to server for matching against known user voice information), hand geometry, retinal analysis, blood vessel pattern on eye, blood/DNA analysis/sequencing, fingerprint reading on device, teeth geometry identification (e.g. using device camera), secure token input required, RSA secure ID generates rotating number, user required to enter token's output into authorizing client, NFC device required to be read by device's NFC reader, the NFC device may simply have an identifier that is confirmed by client or server, or may perform cryptographic operations (e.g. signing a challenge sent by server) to guarantee its presence, or biometric data.
  • cryptographic operations e.g. signing a challenge sent by server
  • the client may provide trusted information as part of user confirmation in order to prove the legitimacy of the server. For example, a user may be asked to enter a pin code or password on a confirmation interface; however, if malware impersonates the interface, it may fool a user into entering his or her pin or password. In an embodiment, this problem solved by displaying trusted information that only the server would know on the interface so that the user is aware of this (e.g., Bank of America SiteKey shows a picture on its website when asking for a user to enter his or her password).
  • the trusted data may be intended to be consumed by the user or a client, or both (e.g., a picture may be consumed by a user, but a cryptographic signature may be only consumed by a client and both may be present in a given authorization request).
  • the trusted data can be set by one or more several processes, such as: pre-set by the user, generated by the server when a user first enrolls, retrieved from an account associated with the user (e.g., Facebook, email), using authorization context information discussed elsewhere (e.g. you're currently on this network, or at this location), or retrieved from a service with knowledge of the user (e.g., credit reporting service that knows the user's previous address, financial institutions, etc.).
  • Examples of such data includes: an audio or video recording, photo, sound, text (e.g. word, phrase, sentence), cryptographic signature, or a message coming from a known source populated with caller ID or as a sender or reply-to address of a message.
  • the authorizing client sends the results to the authentication server. This may be done in one of several methods, such as the client authenticates using any of methods described herein (e.g., relay of known credential, hardware ID digitally signing response using client's private key, where public key known to server) and provides result data over SSL/TLS to the server.
  • a network provider may add header enrichment to request sent from authorizing client to server, thereby providing additional context to server of device's identity, e.g. device phone number, IMEI, IMSI, or other information added to HTTP header.
  • a digital signature of result data may be used, where the server knows the public key of device, and the device signs data with its private key, or using symmetric keys, device uses HMAC or simply encrypts data with key known to both server and client. This exchange may take place in a TPM or secure system (e.g. TrustZone).
  • the authentication server stores the result of authorization for non-repudiation purposes so that a user is not able to deny or repudiate an action.
  • this method include a bank having a user's voice confirming the transfer; face images; speech, physical signatures; and location information.
  • the authorizing client may embodied in one or more forms, such as: a dedicated application, an application built into a platform (e.g., Facebook), an application integrated into another application (e.g. security application), a mechanism built into operating system or into a SIM card or other hardware module.
  • a dedicated application such as: a dedicated application, an application built into a platform (e.g., Facebook), an application integrated into another application (e.g. security application), a mechanism built into operating system or into a SIM card or other hardware module.
  • a platform e.g., Facebook
  • an application integrated into another application e.g. security application
  • a mechanism built into operating system or into a SIM card or other hardware module e.g., a mechanism built into operating system or into a SIM card or other hardware module.
  • the authorization options include: the message may be directly intercepted by the client (e.g., if text message, an app can intercept the message; if email, it may be a browser or email client plug-in) and contain an identifier that the client can relay to server to prove its association with the address (e.g.
  • the server provides credentials to requesting client only or associates requesting client with a particular account if it can prove it can receive messages at a given address); the message may contain an identifier that should be entered into a client by the user, the client sending the identifier to the server; the message may ask the user to visit a web portal or simply a request to visit a web portal to confirm the authorization; the message may request that the user reply to it, the server receiving the reply and interpreting it to determine if the user has confirmed or not; the message may contain a link for a user to confirm by clicking, and this link would have a token that identifies the user's web browser as the same user as the recipient of the message.
  • the server may interpret visiting this link as authorizing the request or may require an additional confirmation by the user (e.g., the server displays additional information and requires that the user click a button to complete the authorization).
  • the client if able to intercept the email or the link being visited may intercept the token and provide that as proof to server that the client is associated with the identity.
  • the authentication server uses context information to perform authorization of the requesting client and/or the user.
  • the authorization may take into consideration information provided by the client, e.g., provided as part of requesting client's request content, requested by server from requesting client or another client determined by server as a result of processing information from a client (e.g. geo-ip, mobile network operator location lookup), retrieved from another server or service, associated with the account and stored at server.
  • a client e.g. geo-ip, mobile network operator location lookup
  • Location is also another item of context, and such location can be determined via: geo-ip, provided by clients (e.g., by GPS or other on-device location systems), nearby wireless infrastructure, e.g., Wi-Fi access points (APs) which may supply Wi-Fi SSIDs, BSSIDs, type of authentication information, any other information gather-able about the APs, and signal strength information, Bluetooth: nearby discoverable device addresses and names, cell-towers: single or multiple neighbor cells, cell identifiers, signal strength, etc. Location may be used as sole factor or contributing factor to authorization decision. Requesting client in known location that has previously been authorized from the same exact location, same city, etc.
  • APs Wi-Fi access points
  • the server receives location of both requesting client and authorizing clients (e.g. when receiving request from requesting client, contact authorizing client and receive its location), and if the authorizing client is in the same location as the requesting client, the request may be authorized or treated differently (e.g. lower security method of authorization) than if they were in different locations; or the authentication may be completely denied.
  • Other forms of location can be integrated to determine if requesting client and/or authorizing client is in an appropriate location for the user, such as: credit card transactions, social network check-ins, building access control systems, facial recognition cameras, network-based location systems (e.g. mobile phone or laptop connected to Wi-Fi in a particular location).
  • the network may be determined by one of: client provided network configuration information, or the server determining source information from the client.
  • Types of network information include client provides configuration information (e.g. ip, default gateway, netmask, DNS server, domain); client provided neighbor device information such as: other device MAC addresses, e.g. gateway MAC, other device IPs, other device names (e.g. using SMB or MDNS); client provided Wi-Fi information (e.g., currently connected access point).
  • Authorization may be based on same IP address or network/Wi-Fi AP. If a requesting client and authorizing client are on the same network (e.g. same public IP, same Wi-Fi access point, as supplied to server by both client, or otherwise have network information that they supply to server that corresponds), server can determine that the clients are in the same place, and reduce or eliminate the need to perform further authorization.
  • Application data may be determined by pre-associated info with account, retrieved from another server (e.g., MDM or MAM provider) or provided by client.
  • Authorization may be based on the risk posed by applications on a device, or a fingerprint of apps installed on device (e.g. used as a characteristic to determine whether authorizing client or requesting client is legitimate).
  • Information regarding common accounts can also be used. If a requesting client and an authorizing client are both logged into the same service, the server can use either as authentication (e.g. if two devices each have access to the same e-mail or Facebook account, they both represent the given user), or authorization (e.g. if a device has access to multiple common accounts, it may be considered less risky than a device that has access to no common accounts). Services can include: e-mail account, Facebook, Google, or same network provider account (e.g., two mobile phones on a common account, two computers on the same ISP account). The process entails multiple clients providing account information to server (e.g.
  • account information may be stored at the server so that a new client may be compared without having to communicate with previous clients.
  • Methods of validating commonality include: each client authenticates with the service's authentication mechanism (e.g., Facebook connect), and can prove to server that it has done so (e.g., with OAuth, server receives callback that client has successfully authenticated), the client retrieves credentials associated with account and encrypts them, sending to server. If both clients have the same encrypted credentials, proves that they share the same level of access relative to that account. This may be full access, partial access, or no access, and credentials may be a stored token (e.g. a cookie), username/password, certificate, or other information, such as those described above.
  • the authorizing client may exhibit certain device usage anomalies, depending on what kind of device is used, and its sensitivity to certain usage or environmental conditions, and which may need to be accounted for by the authentication system.
  • Types of anomalies include sensor input (e.g. accelerometer to track gait), location pattern vs. historical locations (e.g. may take into account time of day, day of week, etc.), device usage patterns (e.g. calling, app usage). This information may be gathered on the device or the server and analyzed on the device or server. If analyzed on the device, the device may report the current data and the historical, for the server to determine anomalies, or it may report to the server whether or not the device is in an anomalous usage state. The authentication server may use this information to allow authorization as follows: if device usage patterns are anomalous, do not authorize, or require stronger authorization.
  • the server may require strong authorization at the authorizing client. This requires that a user present an NFC credential which contains a secret code or that performs cryptographic operations (e.g., digital signature, HMAC) to verify its presence, and the authorizing client sends data to the server. Strong authorization may also require that the authorizing client be within range of a proximity security device (e.g. Bluetooth-enabled token) associated with user.
  • the authorizing client may request information from the proximity security device or request that the proximity security device perform a digital signature or other cryptographic operation.
  • the proximity security device may be a dedicated token or a user's PC, laptop, or a fixed proximity security device provided at a user's workplace. In an embodiment, if there is strong authorization present, no user intervention is required to authorize the request.
  • Authorization requirements may change based on information available to server. The determination of what authorization steps to take (if any), and how to determine whether or not the request is authorized may be based on a number of factors. Such data can include the context information described above. Examples of input to determine what level of authorization is required include: all authorizations are treated the same (i.e. no step of determining what form of authorization to do); server configuration/policy; requesting client configuration/policy or user input; based on type of authorization, e.g., if requesting client wants a one-time authorization vs. an authorization to access a number of services for the next 30 minutes creates different levels of authorization, access to view a bank account balance may be different than access to transfer money from the account.
  • the fact that another client provides info may also be a factor.
  • the request may specify what type of authorization is needed, and the time since last authorization (e.g. if there has been a successful authorization in the last hour, use a lower form of authorization) may also be a factor.
  • the number of authorizations e.g. first for this client has higher level of security than the hundredth
  • the risk level determined about requesting client, authorizing client, account, or service may also have an impact. If a device has malware, a client installed on that device may be treated with lower trust than a device without malware. Likewise, a service that has a high rate of fraud may be treated differently than a less-targeted service.
  • the rate of fraud for a service may be based on recent activity. For example, lots of fraud today increases the overall authorization requirements for that service, whereas tomorrow if there is less fraud, there is a lower authorization requirement.
  • the level of fraud can be automatically determined based on unsuccessful authorizations or specified by service, e.g. high/med/low.
  • the location of the requesting client, authorizing client, or both, as determined by GPS, cell ID, presence on a given network (described below), Wi-Fi access points nearby, etc., may also be a factor, such that if a location is a high risk area, then the system performs a different level of authorization than a low risk area, e.g., some countries have higher fraud rates.
  • a location difference between requesting client and authorizing client may trigger a change, such that if they are in the same place, then may have lower authorization requirements than in different places.
  • a factor is any policy that the service being authorized may have toward the specific account or requesting client, or global policy/configuration (e.g., for a bank transfer, the bank may specify what the level of authorization required is). Any combination of the above mentioned factors may also be considered. For example, if requesting client has a successful login to a particular service, record its location at server side.
  • the requesting client wants to log in to that service again, there may be a lesser authorization requirement than the first time if that client is in the same location than if that requesting client is in a different location. If the requesting client is in a different location, the level of authorization may be less than the first time, but more than if it were in the same location as the first login.
  • the authentication management platform 101 implements aspects of a multi-factor authentication (MFA) method that authenticates the identity of a user by one or more multiple factors, of which there are three major types: something one knows, something one is, and something one has.
  • MFA multi-factor authentication
  • Examples of something that one knows include passwords, passphrases, or codes, and is the most common form of single-factor authentication; examples of something one is commonly comprises biometrics, such as a fingerprint, drop of blood, retinal scan, and the like; and examples of something one has include something that is uniquely possessed, such as a security token with a dynamically refreshed password displayed, or a physical or electronic key, and the like.
  • FIG. 2A is a flow diagram that illustrates client server exchange to validate user credentials, under an embodiment. As shown in diagram 200, the client request 202
  • the request may be of several types, such as a request for data, access to a service, to perform an action, or credentials.
  • Data can be e-mail or other stored information associated with a user account, access to sensitive data, or a decryption key for sensitive data.
  • the server may proxy access to a service and control the client's access to that service.
  • the client request 202 is processed by the server in a challenge and decision action 204.
  • the challenge utilizes the context of the exchange and the decision is based on authorization based on the credentials provided by the user.
  • the user authorization is provided by a separate authorizing device or client.
  • the decision by the server allows the client action 206 to be allowed, in which case the user is allowed to enter the website, access the resource, or use the requested service, or other desired action.
  • the response to the server challenge comprises the client sending the username and password of the user to the server.
  • the server checks whether or not the password entered on the client matches the password associated with the identity.
  • An encrypted or hashed version of the password may be used.
  • various other methods of authentication may be used.
  • the client may supply a public cryptographic key or certificate containing such a key that corresponds to a public key the server is aware of.
  • the server may issue a challenge that is to be signed by the client's private key. If the client can supply the correct response, access is granted.
  • the client may alternatively initially supply an identifier that corresponds to a public key known to the server.
  • the challenge response can also be based on a secret known to both the server and client. Similar to a public key, if the client and server each know a secret, the server can issue a challenge that is encrypted with the shared secret (either as a key or content, such as in an HMAC scheme) and returned to the server as a response.
  • the challenge can also or instead utilize the user's phone number or other real-time contact mechanism.
  • a client may specify a phone number, which is called by the server.
  • the receiver must then confirm by entering a code or sequence over the phone line previously associated with the user's account. Similarly a text or e-mail can be sent to the user for which an appropriate response must be provided.
  • a hardware key could also be used as a mechanism to respond to a challenge.
  • a hardware identifier of the client can be used to determine the identity of the client (e.g., IMEI, IMSI, UDID, MAC address, serial number or other unique ID associated with the client device. Hardware IDs are not always secret, so this mechanism may need to be used in conjunction with one or more of the other challenge response mechanisms.
  • Other challenge response mechanisms include cookies.
  • the client may provide a cookie that was previously set. The client can later provide the cookie that associates the client with something the server knows about the previous client that connected with the corresponding cookie identifier.
  • a stored token can be used.
  • the server can provide a token that the client stores and provides to the server in subsequent interactions.
  • the token may be a random string that the server looks up in a dataset of known identifiers associated with accounts. It may be digitally signed so that the server can verify that the token was created by a trusted entity.
  • an authorizing client 130 is associated or used with a requesting client 112 is used to provide the credentials of the user to the user authentication management platform 101 to access the target server 114.
  • the authorizing client 130 is a device that is possessed and controlled by the user and is used by the authentication server 102 and/or target server 114 to authorize the request and allow access to the target server 114.
  • One or more of the servers of system 100 may store the user credentials. In certain cases authorizing client 130 may access these credentials, or it may store these credentials itself for transmission to the appropriate server.
  • the authorizing client is embodied in a mobile phone 132 or similar device (e.g., a small tablet or PDA) that is small and portable and that can be linked with the requesting client (112, 118, 119) over a wireless link or direct connection. It is intended to be used in close proximity to the requesting client during the authentication process.
  • the authorizing client 132 may operate in conjunction with a client-side authentication process executed locally on the requesting client, and/or it may communicate over appropriate wireless links to the server-side authentication login component 106.
  • the authorizing client 132 may operate in a networked environment using logical connections to the requesting client 112, 118 or 119 via one or more communication interfaces.
  • the communication interface may interface with a wireless network and/or a wired network.
  • wireless networks include, for example, a BLUETOOTH network, a wireless personal area network, a wireless 802.11 local area network (LAN), wireless telephony network (e.g., a cellular, PCS, or GSM network), and/or near field communication (NFC).
  • wired networks include, for example, a LAN, a fiber optic network, a wired personal area network, a telephony network, and/or a wide area network (WAN).
  • the requesting client is typically a computer, such as desktop computer 112 or laptop/notebook computer 119 or tablet computer 118, and the user is logged in through a mobile authorization client, such as a smartphone 132 or other similar device.
  • the smartphone 132 could be used as the requesting client and the associated computer 112, 118 or 119 could play the role of the authorizing client.
  • the authentication server 102 requests user confirmation for the authorization, and the authorizing client is used for the authorization.
  • the server 102 contacts the authorizing client 132 that is responsible for determining whether or not the request is authorized.
  • the server may use a push mechanism to send the message to the authorizing client with low latency.
  • the message pushed to the client may contain information about the request, or it may be an indication that the client must create a secure connection to the server to retrieve the information.
  • the authorizing client 132 displays information about the request to the user through appropriate user interface and display mechanisms on the device. Such information can include the site/service being logged into, the action being performed (e.g., bank transfer), the IP address, location, or username of the requesting client, and a picture of the user taken by the camera of the requesting client.
  • the user Upon reviewing the request, the user either confirms or denies the request through appropriate user interface input. An action may be required to confirm the request, such as pressing a command button, entering a code, voice command, biometric input, or other similar input means.
  • the client may provide trusted information as part of the user confirmation in order to prove the legitimacy of the server.
  • trusted data can be predefined, generated by the server upon user enrollment, stored in a user account, derived from context data, or retrieved from a service that has knowledge of the user. Examples of trusted data include audio/video recording, photos, sound, text, cryptographic signatures, or messages generated from a known source populated with the caller ID, or similar data elements.
  • the authorizing client 132 sends the result of the authorization to the authentication server 102.
  • the client first authenticates the request using a relay of known credentials, digitally signed response, or other means, and provides the result data over a secure transmission channel.
  • the network provider can provide header enrichment to the request sent from the authorizing client to the server, thereby providing additional context to the server of the device's identity.
  • the digital signature of the result data can also be included.
  • the authentication server stores the result of the authorization for non-repudiation purposes.
  • the authentication server 102 uses certain context information to perform the authorization.
  • context information can include information provided by the client, the location of the client (such as determined by geo-ip, GPS or other location finding means, nearby wireless infrastructure, cell tower or other device triangulation means, transaction locations, building locations, etc.), network information (e.g., client configuration information, IP address, gateway, netmask, DNS, server, network names, access points, etc.), application data (e.g., pre-installed apps), common accounts, and device usage patterns and anomalies.
  • client configuration information e.g., client configuration information, IP address, gateway, netmask, DNS, server, network names, access points, etc.
  • application data e.g., pre-installed apps
  • common accounts if the requesting client and the authorizing client are both logged into the same service, the system can use either as authentication or authorization, since a common user is likely involved.
  • Multiple clients can provide account information to the server and the account information may be stored at the server so that a new client may
  • the authentication process 106 is dynamic in that authorization requirements may change depending on the information available to the server.
  • the level of authorization may be characterized as weak, strong, or any value in a range depending on a number of factors. These include: server configuration and policies, client configuration and policies, user input, types of transactions (e.g., website access versus money transfers or building access or personal data access), transaction frequency (e.g., one-time versus periodic), vulnerability of the requested transaction (e.g., susceptibility to fraud or malware attack), location of the client (e.g., near or far from home, safe or dangerous location), and other similar factors.
  • FIG. 2B is a table that illustrates the various possible instantiations of various data objects and signals processed by the authentication management platform 101 under an embodiment.
  • various data objects processed within the system include user credentials, encryption keys, and other possible objects that are used to authenticate a user, message or other transaction within the system.
  • the data objects typically the user credentials, may be stored on the requesting client, the authenticating client, or the authorizing client.
  • the data objects are stored as unitary elements in one of the denoted locations, but in some cases they may be compound elements that are stored in parts in more than one location, such as a portion of the credentials or keys in the requesting client, and the other portion in the authenticating server or authorizing client.
  • Other storage locations in the network may also be used, such as supplemental servers, cloud storage, and so on, in which case a separate authentication may be invoked to retrieve the data objects for use by the authentication platform 101.
  • the credentials, key, or other data object and stored in encrypted or decrypted (unencrypted) form. In the case encryption is used, appropriate decryption processes are used at the point where the data object is utilized.
  • the signals processed within the system include the request for the credentials, key, data, or any other authorization, a confirmation signal (e.g., yes/no), the returned credentials or other data object in either encrypted or decrypted format, an encryption key, and any other appropriate signal for the data objects and transactions within the system.
  • FIG. 3 A is a flow diagram that illustrates a method of authorizing a user using an authorizing client device, under an embodiment.
  • a requesting client 322 transmits a request 301 to a target server 326.
  • the target server 326 issues a challenge 302 back to the requesting client.
  • an authentication server 328 makes a request 303 to the requesting client 322 for authenticating data.
  • the requesting client 322 may respond with credentials 304, directly, or an authorizing client 324 may be employed to provide the appropriate credentials for the user.
  • the authentication request 305 is transmitted from the authentication server 328 to the authorizing client 324, which responds with the authorizing credentials 306.
  • authentication server determines the validity of the returned credentials and passes the decision 307 to the target server 326. If the credentials are deemed to be valid, the client request 301 is granted.
  • the authorization flow starts with the requesting client 322 identifying the authorizing client 324 to communicate with.
  • the server may identify the authorizing client 324 based on the network information provided by one or both clients (such as through WIFI access point, common public IP address, etc.), or the requesting client 322 broadcasting to the local network, or other discovery means. Whether the requesting client or the server determines authorizing client could be based on the network information as described above or by user choice. For example, the requesting client may know about nearby authorizing clients based on proximity such as Bluetooth or network broadcasts if they are on the same LAN.
  • the server may provide one or more "nearby" (based on IP, location, etc) authorizing clients and a method to reach them, such as an IP and port, broadcast address, Bluetooth address, etc.).
  • the requesting client requests authorization from the authorizing client.
  • the request may need to be generated by the server and digitally signed by the server's private key, and the authorizing client only accepts requests that are validated against the server's public key. Alternatively, the request may be signed/validated against secret information associated with the account.
  • the authorizing client receives the request and validates the request as legitimate.
  • the authorizing client then performs the authorization and sends a response to the requesting client.
  • the requesting client then either uses the response to complete the request (e.g., for login credentials) or provides the response to the authentication server as proof of authorization.
  • FIG. 3B is a flow diagram that illustrates a method of authorizing a user using an authorizing client device, under an alternative embodiment.
  • System 330 represents a variation of system 300 in which the data objects comprising credentials and encryption keys are stored on the authenticating server.
  • the requesting client 332 sends a request 340 to authentication server 334.
  • the authentication server then initiates an authentication transaction with authorizing client 336 in which it sends a query 342 for confirmation, validation or authentication of the user of requesting client 332.
  • the authorizing client then returns a yes or no response 344. If no response is returned, it is deemed to be a "no" answer.
  • the authentication server then transmits the user credentials 346 to the requesting client 332.
  • the credentials 346 are encrypted, in which case, the encryption key 348 is also sent to the requesting client, either as part of the same message transaction, or in a separate transaction.
  • the requesting client then performs the decryption operation to access the credentials.
  • the credentials are decrypted 350, they are simply sent from the authentication server 334 to the requesting client 332 as decrypted credentials 350.
  • FIG. 3C is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encrypted credentials are sent and the authorizing client validates the user.
  • the requesting client stores or otherwise has access to the encryption key, act 372.
  • the requesting client send a request to the authenticating server, act 374, and in response, the authenticating server sends a request to validate or verify authorization of the user to the authorizing client, act 376.
  • the transaction is denied, act 380. If the user deemed to be authentic, the authorizing client transmits a valid message to the authentication server, act 382, and the authentication server then sends the encrypted credentials to the requesting client, act 384. The requesting client can then decrypt the encrypted credentials using the stored encryption keys, act 386.
  • the decision to validate the user 378 may be performed by the authentication server, in which case, the authorizing client sends a response to the
  • FIG. 3D This alternative method is illustrated in FIG. 3D in which the authorizing client sends a simple return message, act 377 to the authentication server in response to the validation request, 376.
  • the authentication server matches the return message against validation data to confirm a match between the authorizing client data and pre-defined validation data for the user.
  • the validation request from the authentication server may cause the authorizing client to simply return its own phone number and the authentication server can then verify that this is a correct response. Any other appropriate data string or data object can also be used.
  • the decision block 379 is performed by the
  • the authentication server sent encrypted credentials to the requesting client, which stored (e.g., locally) the encryption key.
  • the requesting client can store the encrypted credentials and the encryption key represents the data object controlled by the authentication server for transmission to the requesting client upon authentication of the user.
  • FIG. 3E is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encryption key is sent and the authorizing client validates the user. As shown in method 385, the requesting client stores or otherwise has access to the encrypted credentials, act 387.
  • the requesting client send a request to the authenticating server, act 388, and in response, the authenticating server sends a request to validate or verify authorization of the user to the authorizing client, act 389. If the authorizing client does not confirm or sends an invalid response as determined in decision block 390, the transaction is denied, act 391. If the user deemed to be authentic, the authorizing client transmits a valid message to the authentication server, act 392, and the authentication server then sends the encrypted key to the requesting client, act 393. The requesting client can then decrypt the locally stored encrypted credentials using the encryption keys received from the
  • FIG. 3E illustrates an embodiment in which the decision to validate the user is performed by the authorizing client.
  • this decision may be made by the authentication server, in which case, the authorizing client sends a response to the
  • the authentication server and the authentication server then validates the identity of the user and then sends the encrypted credentials to the requesting client, if the user is authenticated.
  • This alternative method is illustrated in FIG. 3F in which the authorizing client sends a simple return message, act 395 to the authentication server in response to the validation request, 389.
  • the authentication server matches the return message against validation data to confirm a match between the authorizing client data and pre-defined validation data for the user.
  • the decision block 396 is performed by the authentication server prior to sending the encryption key to the requesting client, act 393.
  • FIG. 4A is a flowchart that illustrates a method of performing user authentication under an embodiment.
  • the process 400 of FIG. 4 A begins with the user of the client making a request to access a resource on or through a target server, act 402.
  • the target server then issues the challenge for authorization through the authentication server, act 404.
  • the user's credentials are then sent to the authentication server by the authorizing client, act 406.
  • decision block 408 the authentication server determines whether or not the credentials are valid and approved. If they are not valid, the requesting client is denied access, act 410. If instead the credentials are approved, then the client is allowed to access the resource, act 412.
  • FIG. 4A illustrates an embodiment in which the authorizing client stores or otherwise accesses or transmits user credentials directly to the server. In certain other embodiments, the authorizing client may be used to simply validate the user so that a credential exchange may be performed between the requesting client and the server.
  • FIG. 4B is a flowchart that illustrates a method of performing user authentication under an alternative embodiment.
  • the process 450 of FIG. 4A begins with the user of the client making a request to access a resource on or through a target server, act 452.
  • the target server then issues the challenge for authorization through the authentication server, act 454.
  • the user is validated by the authorizing client sending an appropriate indication to the authentication server, act 456.
  • the user's credentials are then sent to the authentication server by whichever server or other resource is storing the credentials, act 458.
  • decision block 460 the authentication server determines whether or not the credentials are valid and approved. If they are not valid, the requesting client is denied access, act 462.
  • the client is allowed to access the resource, act 464.
  • the authorizing client simply sends an indication to server, but authorizing client does not have any exclusive access to the credentials.
  • the validation by the authorizing client 456 may occur after the request/challenge sequence (452 and 454) and prior to the credential exchange 458, as shown in FIG. 4B, or it may occur at any other practical time, such as after the credential exchange or before or during the request/challenge sequence.
  • FIG. 4C is a flowchart that illustrates a method of performing user authentication under another alternative embodiment.
  • the process 470 of FIG. 4 A begins with the user of the client making a request to access a resource on or through a target server, act 472.
  • the target server then issues the challenge for authorization through the authentication server, act 474.
  • the user is validated by the authorizing client sending an appropriate indication to the authentication server, act 476.
  • the authentication server then pulls and uses the user credentials are stored on the server locally, act 478.
  • decision block 470 the authentication server determines whether or not the credentials are valid and approved. If they are not valid, the requesting client is denied access, act 472. If instead the credentials are approved, then the client is allowed to access the resource, act 474.
  • the credentials are stored in the authenticating server itself. In certain cases, pulling the stored credentials is accepted as approval of the user so that decision block 470 is not performed and the user is simply authorized after the server uses the stored credentials.
  • FIGS. 4A-4C operate such that when the application is activated, the requesting client displays a waiting for authorization user interface and sends a request to the server to authorize access to the application.
  • the server contacts the authorizing client, and an authorizing client must approve access to the application in order for the request to be granted. If approved, authorizing client returns an indication of authorization to server.
  • the server returns authorization (e.g. Boolean value, decryption key, username/password) to requesting client.
  • the requesting client activates application and allows user to use it. In identifying a user/client to a website or application, the requesting client performs extra validation of site/application to ensure security.
  • the authenticating information comprising the credentials provided by the system can be a username/password combination or a session token for the application's backend service, or an authorization token to retrieve login from a service (local or network-based), or other type of credential as described above.
  • the authentication server 102 may be configured to contain certain preference information indicating particular applications/services to manage or categories of
  • these preferences determine whether the server automatically grants, denies, or performs additional authorization steps for the request.
  • the authorizing client 324 serves as the sole device that the user needs to validate his or her identity to the system.
  • the authorizing device is itself protected by its possession by the user and its own password or similar protection scheme.
  • cell phones and other mobile devices can be locked or unlocked by the user through the use of native password protection mechanisms.
  • Upon power up a user is presented with a lock screen on the phone or device that requires a password to activate the device. This mechanism is used by the system to implement an overall identity management process for the user.
  • the only password used by the user in the system is the authorizing client unlock password.
  • the authentication server 102 stores all passwords on the server without the use of encryption based on a user-selected master password, such as that mobile device lock password. If the user ever forgets the master password, credentials could still be provided to the system provided the user verifies his or her identity to the system. To prevent any possible breach of the server system 101, a zero-knowledge method may be employed in which the server 102 does not know the user's master password or any of the other passwords. All credentials stored on the server are encrypted and can only be decrypted and accessed using the master password. If the user forgets the master password, the system cannot retrieve their information. Under an embodiment, the user may be given the option of selecting either recoverability or zero-knowledge with respect to the storage of passwords in their account.
  • a zero-knowledge method may be employed in which the server 102 does not know the user's master password or any of the other passwords. All credentials stored on the server are encrypted and can only be decrypted and accessed using the master password. If the user forgets the master password, the
  • the authentication server and/or authorizing client is configured to perform aspects of identity management for a user.
  • the user defines the credentials to be provided by the authorizing client, but these credentials can be automatically updated and managed by certain client and/or server processes. For example, a user may request that one or all of his or her service credentials are rotated; or credentials are rotated on a particular interval (e.g. change all of my passwords every month). Users may maintain accounts on the authentication server, and the server may be configured to manipulate such account information, e.g., using background page in client or headless browser on server side. Using a background page or headless browser, an automated system acting on behalf of the user can enter information into appropriate fields (e.g.
  • Changing information may require a multiple step flow, e.g., the user may need to click a link in an e-mail message to reset password, and a server may store the methods used for a given service, e.g., Facebook, to change a password.
  • the server storing methods to complete a flow solves the problem of a multi-step flow being used that would not allow a simple form submission to reset passwords.
  • These procedures can be embodied by methods such as using Javascript and an open source repository.
  • the server may send procedures to client (e.g., through Javascript) to perform them.
  • the server may need to intercept e-mail or other authorization mechanisms in order to complete process (e.g., e-mail asking user to confirm password change, or to complete password change).
  • the procedures may be stored in an open source repository so service owners can maintain their own information change procedures.
  • the server or client uses an API (application program interface) exposed by the server directly to change information.
  • the server signals to service that user's information has changed and that it should re-request it.
  • the account information can be rotated automatically.
  • the server identifies all users of the service and rotates their respective passwords, e.g., by sending a request to the client to perform a rotation using a given or implied procedure. In an embodiment, all users of a given service are rotated. In an alternative embodiment, where the server knows of a subset of users that have been compromised, only those users who have been compromised have their passwords rotated.
  • the authentication management platform 101 provides a management console that provides the data for the authentication server 102.
  • the server provides an API so that a viewer client can retrieve information (e.g., a mobile app).
  • the management console may be a site or application shows list of accounts, services, apps a user has enrolled.
  • the user may change identity service or app is associated with, change password or e-mail for all sites/services or selected service.
  • the server may revoke a service/apps access to user/account information or delete an account, such as by interacting with the service in the background to delete an account.
  • the management console may be used to define and enforce certain behavior policies.
  • the requesting client regulates behavior for applications/sites.
  • Authorization by the authentication server may occur in one of several ways.
  • the server may authorize behavior locally (e.g., with policy based on user configuration or a pre-stored database).
  • the process may authorize with server synchronously. In this case, before allowing behavior, the client must receive a result or decision from the authentication server.
  • the process may also authorize asynchronously. In this case, the target server allows behavior if permitted by client, inform the authentication server about it but does not wait for response from the authentication server before allowing. The authentication server may later come back and revoke behavior, at which time the server stops behavior for that application or site.
  • the authentication process can be configured to utilize a proxy for a user. For example, when enrolling an app/service (or when changing account information for a service), the process sets the user information to be a unique address associated with the proxy, rather than providing the user's actual information.
  • the proxy receives input from the service, it checks a policy to see if the service is allowed to provide input to user, if so, then it is forwarded to the user, if not then it is ignored or returned input is sent to the service as rejected.
  • the proxy policy can be set per service, by service category, or globally for the user, or type of communications e.g., deny all shopping sites, allow this specific service, deny all, allow billing e-mails, but not promotion e-mails.
  • the service category can be determined, such as by an application or site categorization service, by an application's category in an app store.
  • the type of the service category can be determined, such as by an application or site categorization service, by an application's category in an app store.
  • communications can be performed on server side by analyzing content to be proxied (e.g., e- mail, SMS, package, letter), source information (e.g., known marketing e-mail service provider, known junk mail sender, third class presorted mail, etc.).
  • content to be proxied e.g., e- mail, SMS, package, letter
  • source information e.g., known marketing e-mail service provider, known junk mail sender, third class presorted mail, etc.
  • the configuration can be based on rate limiting; for example, all services can send one e-mail per week, a particular service can send up to ten, but if any go over their limit, they will not be able to send more that week.
  • the user authentication management platform supports a comprehensive login component 106 for one or more web browsers used on the client computer 112.
  • the login component is configured to detect navigation to a website for which the user has stored credentials with the server, and to detect empty username and password fields.
  • the login component presents itself to the user in the form of a popup either on the requesting client or the authorizing client and prompts the user to login through the platform 101.
  • the system can be configured to hide the login window if the user manually enters their username and password, but could also force a user to authenticate for a second time on their desktop if they logged in manually.
  • the client then sends a request to the server 102 to initiate the MFA (multi-factor
  • FIG. 5 is a flowchart that illustrates a method of comprehensive login, under an embodiment. As shown in process 500, for an accessed website in which a user's credentials have been stored, the server displays the username/password fields in the browser, act 502. An installed browser extension sends an authentication request to the authentication server, act 504. The authentication server then notifies the authorizing client, act 506.
  • the authorizing client has an appropriate client side application installed that enables the client to provide user credentials to the server.
  • the user is prompted to enter the universal password for the system, act 508.
  • This password could be the same password that is used to unlock the client device, or it may be a different password that is known only to the user.
  • decision block 510 it is determined whether or not the provided password is valid. If not, the user is denied login access, act 512. If the password is correct, the authentication server releases the user's credentials to the client desktop extension, act 514. The user is then logged into the target web site with needing to enter any data into the browser, act 516.
  • the comprehensive login and MFA process enables the user to easily configure many frequently used and security sensitive websites for access without requiring the use of separate passwords and login procedures.
  • a user may login to a bank web site with their password through their PC web browser.
  • the browser extension prompts the user to save the password with the platform 101.
  • the extension prompts the user to login using the comprehensive login process.
  • the user clicking OK results in a message/dialog box displayed on the user's authorizing client device.
  • the dialog asks the user to confirm the login process. If the user clicks OK, they are logged into the bank's website.
  • the user visits the bank website through their PC browser.
  • login may be automatic upon entry of the appropriate password into the mobile device.
  • the comprehensive user login system utilizes dialog boxes and prompts displayed on the user's requesting client computer and the authorizing client.
  • FIGS. 6 and 7 illustrate a sequence of display instances on both a client computer and authorizing client device during a comprehensive login session, under an embodiment.
  • the client web browser 612 illustrates a login screen for a website accessed by the user, in this case an example Gmail welcome screen that prompts the user to enter their username and password for the Gmail account.
  • the user's authenticating device (mobile phone) 622 is placed in proximity to the client computer.
  • the authentication server 102 causes a comprehensive login prompt 615 to be displayed to the user, which invites the user to login using the authentication platform 101.
  • the authorizing client starts processing the login process.
  • the process then continues with sequence 700 of FIG. 7.
  • the login request 706 is displayed on the mobile device. If there are multiple accounts available on the website, the user is further prompted to enter the proper account, 714.
  • the authorizing client then goes through the login process 708, and upon validation of the user's credentials, the user is logged into the target website as notified on the mobile device 712. As shown in FIG.
  • the browser web site 704 and 706 has not changed with respect to the display, and the user did not need to enter any information into the browser to perform the login.
  • the user interface may display the login message as "Login with Lookout" where Lookout refers to the name of the comprehensive login service or platform. Any appropriate prompt content and format may be used for the login dialog box or display area 615, and the platform may be referred to as any name or reference.
  • FIG. 8 illustrates a sequence of display instances on a client computer and authorizing client device during a comprehensive login session, under an alternative embodiment. As shown in FIG. 8, the user is prompted to login to the target website using the comprehensive login process through a prompt message 802. In general, the
  • the authentication platform can support many different brands and models of authorizing clients, just as there are many brands and models of mobile phones.
  • a user may in fact use more than one phone or mobile device that is capable of acting as an authorizing client.
  • the login process prompts the user to select the particular phone or device that is being used as the authorizing client.
  • Displays 804 and 806 illustrate the case where the default authenticating device is a particular pre-defined phone (e.g., HTC One X).
  • the user may be able to select a particular phone model through a pull-down menu selection, as shown in sequence 808.
  • the user is given the option of logging in using a HTC phone or a Samsung phone and chooses to login with the Samsung phone, 810.
  • the authorizing client relays the request to the server to request MFA of the user on the mobile device, 812.
  • FIG. 9 illustrates a comprehensive login option displayed in a web browser, under an embodiment.
  • a browser display screen for a particular website e.g., Google
  • the authentication server 102 causes a separate login window 904 to be displayed. This invites the user to login to the site using credentials exchanged through an authorizing client.
  • login through the display window 904 uses a universal password and eliminates the need to login through the dedicated website process 902.
  • the authentication system can be configured to allow login through a default or single authorizing client device.
  • the login display area may display several different devices, of which a particular device is selected through a drop-down or similar menu selection method.
  • display area 1002 in browser window 1000 shows several different device types that can be selected.
  • FIG. 11 illustrates a comprehensive login display area 1102 for selection of different authorizing client devices for accessing a website 1100, under an alternative embodiment.
  • FIG. 12 illustrates the password prompt displayed through a web browser, under an embodiment. As shown in FIG. 12, display area 1202 in browser window 1200 asks the user to enter the master password. Once the proper password is entered, the user is logged into the target website.
  • the comprehensive login and user authentication platform can be used with one or more different social network platforms, such as Facebook. Many of these social network platforms already have their own login, connection, and validation mechanisms.
  • the comprehensive login process is integrated with the login and connection mechanisms of a social network platform.
  • FIG. 13 illustrates the comprehensive login mechanism integrated with an example social network platform, under an embodiment.
  • an user attempts to enter a website 1300 hosted by Quora.
  • the user is prompted with a login page 1302 that allows comprehensive login using a Facebook connect interface.
  • the user may login using one of several different authenticating devices, and that different login screens may be provided to allow the selection of the proper device. This extends to the integrated login system as well.
  • FIG. 14 illustrates a social network integrated login display that provides a selection of authorizing client devices, under an embodiment. In this case, the login display area 1402 provides a choice of mobile device displayed in browser window
  • FIGS. 9 through 14 are intended to be for example only, and that other websites, partners, entities, and web resources can be used.
  • the comprehensive login system may be configured to allow login through the mobile device that acts as the authorizing client.
  • the mobile client automatically displays a semi-transparent notification that prompts the user to login using the authentication platform 101.
  • FIG. 15 illustrates a method of storing a new password in a mobile device using a comprehensive login system, under an embodiment. As shown in FIG. 15, process 1500 prompts the user to enter the password for a particular site (e.g.,
  • the mobile device login method may utilize a user installable keyboard with a 'comprehensive login' button included.
  • Diagram 1600 of FIG. 16 illustrates a mobile device login interface that utilizes a universal or soft keyboard, under an
  • the comprehensive login system is used to login in to websites that are accessed through captive portals.
  • a captive portal forces a client to view a special web page before using the Internet normally. It intercepts all packets regardless of address or port, directing them to the special web server instead of the intended destination.
  • the browser is redirected to a web page that displays policy messages, requires authentication or payment or other actions.
  • Such portals are common in public access areas (e.g., WiFi hotspots that require login before routing traffic, hotels, business centers, etc.).
  • DNS domain name system
  • a client can perform a DNS resolution request for a domain whose subdomain encodes information (e.g. abcdefgasdf23131hk2j3j lh2kj3.lwl.lookout.com, where the first component in the domain name is data to be sent to a server).
  • the DNS server can then return information in standard DNS responses, e.g. TXT responses, A responses, CNAME response, and the like.
  • the login system may use DNS to transport credentials.
  • a client may be desirable for a client to quickly detect if it is behind a captive portal and not simply subject to a network outage.
  • a client requests a web page with known content from a server. If the contents are not the known contents (i.e. the captive portal has intercepted the request), then the client knows the portal is captive and may use alternate techniques to communicate with authentication server.
  • Some captive portals allow the use of ICMP (Internet control message protocol), which could also be used for tunneling. This allows the system to essentially tunnel through DNS, will to flow the DNS request through a configured DNS server and allow functioning of the login system behind a captive portal. Such behavior is essential if the login system is to be used to log the user into a captive portal's authentication system (e.g. username and password required to access).
  • ICMP Internet control message protocol
  • certain embodiments facilitate a user logging into a target server using a linked authorizing client.
  • the authorizing client can be used to automatically fill-in credentials and data to the target client from saved data by the authentication server pushing a request into the authorizing client mobile device.
  • the mobile device only needs to display a one-click login button.
  • the response-challenge routine could include a step in which the user must to accept a challenge on their mobile device after clicking a login screen or command on the target server website. This type of solution is useful when the target device is locked and user needs to login, or a service (e.g.
  • a website with a login form is attempted to be accessed via the requesting client.
  • the requesting client detects there is a candidate key device, such as the user's authorizing mobile device in proximity to the requesting client, and requests login credentials and/or other form data from it; the user's phone responds with the credentials which are presented to the requesting client, or alternatively, are presented by the requesting client to the target server website.
  • a candidate key device such as the user's authorizing mobile device in proximity to the requesting client, and requests login credentials and/or other form data from it
  • the user's phone responds with the credentials which are presented to the requesting client, or alternatively, are presented by the requesting client to the target server website.
  • This latter case is similar to having a password manager that runs on a mobile device, and which is accessed remotely by an agent process on the requesting client.
  • an authorizing client may be configured to login to a website as a guest through a requesting client that is a machine at a public place, such as at a cafe, library, airport, school, office, etc.
  • a public place such as at a cafe, library, airport, school, office, etc.
  • an identifier such as a phone number is entered instead of a private password, when logging in to a target site.
  • the system will make the push of a login request to the authentication server, sending the entered identifier (e.g., a phone number), and the authentication server then does the reverse lookup and pushes a notice of the device to prompt the user for a confirmation of login.
  • the user only needs to click an "accept login" command (or similar command or prompt) on the authorizing client device.
  • This essentially provides login by delegation via alternate identifier, in which a relatively innocuous identifier, such as a phone number is used instead of a secret password.
  • Embodiments of login through an authorizing client can also be used to implement a form of enhanced secure login by requiring a combination lock of multiple authorizing client devices.
  • login may require the use of a combination of a tablet and a phone challenge to authorize a login request, and if only one device is provided or compromised, the login will not succeed.
  • the system enables a multi- secure mode where a login request is pushed to login through an authentication server, and the login request is then pushed to more than one authorization client. In this case, the login challenge needs to be authorized on all devices for login to succeed.
  • authentication server pushes a request to multiple authorizing clients but only requires one of the to respond for the login to succeed.
  • the authentication server pushes a cancellation message to the other clients so the user does not see old requests on his or her devices.
  • the multiple authorizing client devices may need to each be in sufficient proximity to the requesting client, and or to each other in order to propagate the challenge/response message sequence.
  • a proximity detection system may be implemented, such that described in co-pending U.S. Patent Application No. 13/ , entitled “System and Method for Changing Security Behavior of a Device Based on Proximity to Another Device” filed on
  • the enhanced secure login procedure requires that the user provide multiple forms of evidence, which can include evidence from multiple of the user's devices.
  • the proximity element provides that some of the additional evidence can be transmitted automatically by the system, rather than through individual user interaction with each of the multiple devices due to the proximity module logic described in relation to the proximity disclosure mentioned above.
  • Such a scenario provides a security level of proof of user identity employing multiple devices, instead of just a single authorizing client, and essentially sets a chain of accessing devices comprising the requesting client and two or more authorizing clients.
  • Such a multiple authorizing client system may also be implemented in a personal device group comprising multiple portable devices used by a person, such as described further with reference to FIG. 17 below.
  • a user In a typical present login scenario, a user generally has as much time as he or she wants to login to a site. In certain security applications, a time limit may be placed on entry of login information to prevent users from having too much time to guess or otherwise improperly obtain passwords.
  • the authorizing client based login system implements a time-based login mechanism. In such a case, a user must select or click on a user interface element that displays an appropriate message, such as "allow log in" to effect the web page login.
  • the time-based login mechanism provides five seconds (or a similar period of time) to login to target server through the authorizing client.
  • the time-based login mechanism may be extended to the multiple authorizing client system.
  • time-based login is deferred to be accepted on two or more authorizing devices.
  • a single time window can be provided during which the login sequence can be completed for all authorizing clients within a defined minimum amount of time, or multiple time windows may be provided in which login must be completed for each device sequentially.
  • a variation of multiple authorizing client device implementation includes a request forwarding or keychain scenario.
  • multiple authorizing devices are not required for login, but instead, authorization delegation is performed by forwarding requests to access a device keychain to a secondary mobile keychain for authentication. For example, if a user is using a guest phone or device, this solution allows the system to forward a login request to the user's phone.
  • a keychain is tied to a device, with one keychain per machine and/or one keychain per phone.
  • a shared keychain may be used. This makes it relatively easy to share credentials, such as if a user types a password on one device, his or her other devices (e.g., phone and tablet) are logged in.
  • Embodiments may also include methods that implement form detection and analysis techniques.
  • an accessed page may contain a login or registration form.
  • the MFA authentication and login process may use a number of methods to detect the presence of a form, the categories of information required by the form, and the entry of information into that form implementation.
  • a form may be implemented as a browser plug- in, browser software, web page included software (e.g. Javascript), or an application component, keyboard, or other software that can interact with a user interface.
  • the system includes a model that examines form structure and identifiers to determine presence and field categorization (e.g., name, email, address, city, state, etc.), such as type of field, e.g.
  • the system extracts information based on user interaction with a form. It may be configured to detect which fields are mutated by user by text entry on registration or login, determine which fields receive keyboard input from user, capture the initial value of form fields, then on submission determine final values to determine which changed, and it may compare final values to keyboard input to determine if dynamic behavior (e.g. password encryption) is taking place.
  • the client may send information about application identity and form structure (e.g.
  • field names, field types, position in DOM to a server to have it determine mapping and combine with other users' results to improve accuracy. It may also analyze code of a page or application to determine field mapping, e.g., static analysis of android or iOS application to determine which field is a username field, which is a password field, and which button is a submit button. It may also implement crowd-sourcing, in which during form entry, it allows a user to mark field as particular type (e.g. username, email, first name, street address directly on form (e.g. right click context menu), or during form entry, visually highlight each form field and ask user to specify what type of information it is requesting, or after submission, present user with interface showing the list of fields, asking to tag what type of data each field has (e.g.
  • a user interface dialog may ask the user to categorize the information they entered (e.g. "You entered 'myname@company.com', is this an email address", with the form asking the user to select what type of information "myusernamel234" is).
  • the client sends this mapping information to server.
  • the server can avoid asking new users how to map their fields if a certain proportion of users map a given field to the same category.
  • the system service-specific model that determines presence of a login/registration form, field to category mapping, and any unique requirements (e.g. password length/content).
  • the system analyzes what form data is transmitted to server over network, such as by the name and values of fields sent by submitting form. It also analyzes the form on the server to send form configuration, including name and types for fields, application identity information, DOM/UI hierarchy information, for example sending a hierarchy of types, names, classes, and identifiers.
  • the server then returns whether or not is login or registration form and maps fields on page to categorization.
  • Embodiments also include a web browser registration/login deployed as:
  • the plug-in detects the site's integration with the Login with Lookout function and disables the plug-in's functionality or the Javascript detects the browser plug-in and disables the Javascript functionality.
  • the system also determines enrollment by local cache or server request.
  • the display may be implemented outside of page context (e.g. popup window), overlaid in the page, e.g., over a location of password form, where the position of the overlay is determined by detecting position of a target element via Javascript, and the size of the overlay is determined by the size of the form or container hosting form.
  • the UI is collapsable and closable.
  • the system may be configured to allow user pressing a button to initiate authentication or authorization request (potentially after selecting options, such as which authorizing client to use or what identity to authenticate as).
  • a login UI shows waiting indicator while request is processing, and may show the status of request (e.g. contacting server, contacting authorizing client, waiting for user response on authorizing client, dialing phone number, waiting for response via text message).
  • the server sends a response to the client, which may contain one or more of the following: categorized information (e.g.
  • a form detection and analysis component of the client may determine how to map categorized information to particular fields in a form; a URL to redirect browser to (e.g. that includes a token) form data to post to a given URL; a decryption key for already stored information (e.g. password) on client; encrypted data for client to decrypt using a key it has; or an identifier for information already stored on client (e.g. address #3, credit card #2).
  • the system may support a mobile keyboard that is a software keyboard module that can log in and register accounts.
  • application identity information that identifies target user interface (usually the currently focused UI dialog), e.g. using authoritative identity of target UI, such as a digital signature of the hosting application, can prevent UI phishing attacks (e.g. fake Facebook login form displayed), detection of login or registration form in UI and map fields to categories, e.g. examine Android view hierarchy for input fields, examine name of input fields, type of input fields (some may specify that they are an email address or password field), identifiers of fields; determines whether target application is enrolled, e.g., send package name and signing certificate of application to server, server responds with enrollment information.
  • enrolled e.g., send package name and signing certificate of application to server, server responds with enrollment information.
  • the system receives authorization from server to authenticate application (e.g. ask server for authentication credentials, server authorizes request and provides credentials if authorized); and if not enrolled, certain enrollment processes, as described above are performed.
  • the keyboard also allows the system to insert text, keyboard events, navigation commands (e.g. up, down, left, tab), or other input to populate form elements in dialog as a result of server's authorizing login to pre-enrolled account or when enrolling an account, navigate target's UI tree (e.g. view tree, DOM tree) to move between fields, inject text, then inject tab, then more text ask user to go to username field, inject text, then ask user to go to password field, then inject text, and submit the form (e.g. button press of an affirmative button).
  • UI tree e.g. view tree, DOM tree
  • the system may support a mobile application authentication API that detects the presence of a requesting client as an authentication/authorization provider (e.g., an application on the device).
  • an authentication/authorization provider e.g., an application on the device.
  • This may be implemented, by for example, sending an Android intent, or enumerating whether any applications will respond to a given intent; by checking if any application register to receive a given URI scheme; by querying the list of applications installed on the device and looking for a particular characteristic (e.g. package name, signing certificate); by checking in a shared memory (e.g. pasteboard) or file system location; or by checking whether a system service is present; by attempting to load a shared library.
  • the application sends a request to the requesting client to determine if enrolled or to perform an enrollment.
  • the requesting client may have a local cache of enrollment, or may request enrollment from server. If the requesting client determines that application is enrolled, it responds to the application, which displays UI element asking user if they want to log in to application. Alternatively, request from application to the requesting client may trigger the requesting client to display UI asking user if they wish to log in. If the user confirms that they wish to log in/register, requesting client authorizes the request (locally or with server) and returns information (e.g. credentials, account information) to the application or server specified in the request or previously associated with the requesting application.
  • information e.g. credentials, account information
  • the system may support a mobile application authentication to the server.
  • the mobile application directly requests for server to authenticate a user on a device, such as by the application sending an HTTP request to server.
  • the request may specify device identification information (e.g. IMSI, IMEI, android ID, UDID, account information, response to a cryptographic challenge), application identification information, or a variety of other types of information specified above.
  • the server the authorizes request, as described above. If the request is authorized, the server returns account or authentication information to known trusted place.
  • the application retrieves information from a trusted place, which may be specified in advance or via a URL provided by the application, checked against a domain policy list specified as part of the developer's configuration, which helps solve the problem of fake apps asking for credentials for a user.
  • the server returns account or authentication information to the requesting application.
  • the authentication and login platform may also be used to identify a user/client to a website or application.
  • the user identifies him or herself to a site or application via a client that directly communicates with site/application, browser plug-in, Javascript library, or application/service provides information about the user via an API (e.g. Javascript API, HTTP API, Android intent, environment variables, shared pasteboard), or a browser/JS library provide an identifier that site can use to query the server via an API (e.g. HTTP API) to get more information about the user, and the client sets HTTP headers to include identification information.
  • the user can also be identified transparently to site (e.g.
  • Identification of a user to a site may occur automatically without per- site user intervention, based on pre-set preferences (e.g. only identify myself as anonymous or provide real name to all sites, but provide email only with user confirmation), or based on site categorization or reputation, e.g., a trust provider provides a rating system for sites and determines what information is acceptable for them to have, this may be based on expert review or crowd-sourced.
  • a categorization provider may classify site into a category (e.g.
  • Identity information may include name, email, demographic information, address, advertising preferences.
  • An identity may be session-oriented (e.g. disappears after the browsing/usage session is over), anonymous persistent (e.g. unique identifier, where the identifier does not carry any additional information), or persistent with user-selected or site-selected information, e.g., email, real name, current location, payment information, address.
  • the requesting client performs extra validation of site/app to ensure security before enrolling user or automatically providing user/account information, determine if the site meets user's standards only provide authentication or account information to sites using SSL with a valid certificate by confirming with the server that this is an expected certificate for this site and not being spoofed. It may also determine categorization, maliciousness, quality, or reputation of site/app before enrolling.
  • the requesting client provides application identification information to app/site assessment service, or an assessment service provides response, e.g. indicating that the site or app is authentic, whether it is a phishing site, how popular it is, how well it is rated by an expert rating service, how it is categorized, what country it is hosted in.
  • the determination may be based on assessment, to determine whether to provide identity or other information, e.g., do not provide information to certain categories, advertising services, sites in particular countries, malicious sites or applications, sites or applications with poor privacy practices, phishing applications.
  • the requesting client may warn users why it is not recommended to register or purchase from a given site.
  • the system may also be configured to provide cookie isolation.
  • a server may set a cookie associated with a particular domain whenever an HTTP request is sent by a user's browser to that domain, even if the user is visiting a page not on that domain. For example, visiting www.a.com may show an HTML page that contains a reference (e.g. img tag) that loads an image from www.b.com.
  • the www.b.com server may set a cookie so that any other sites (e.g. www.c.com) that also contain resources from www.b.com will cause the browser to send the previously stored cookie.
  • an application may use a global device identifier to track a user's behavior across multiple applications.
  • the browser will not send the previously set cookies for www.a.com; however it will store any received cookies and send them to www.axom whenever the request to www.a.com originates from a page primarily controlled by www.b.com.
  • the policy of whether or not to isolate a site may be controlled by user preference or by a trust provider. Interaction with an assessment service in extra validation may be used. For example, known advertising tracking networks may be isolated, whereas, single-sign-on providers (e.g. Facebook, Google) may not be isolated.
  • Embodiments may also be directed to facilitating session transfers, which is the problem of a requesting client having access to raw credentials (e.g. in the case of an untrusted client, or a shared account is solved by server creating session and transferring it to the client.
  • the server submits login form on its backend, captures session information (e.g. URL token, cookie).
  • the server provides session information (e.g. token, cookies, URL) to the client and the client sets the session information.
  • the server may request that client unsets information (e.g. if multiple users need to access the account, but only one can do so simultaneously, if a user's access has been revoked).
  • Embodiments may also be directed to certain account enrollment/management applications.
  • the authentication management platform also manages personal information for one or more accounts.
  • the user selects an identity to associate with a respective account. If the user changes identity, the system updates all accounts using that identity.
  • Example types of information include: name, address, phone number, payment information, email address, company, interests, music preferences, and so on.
  • the system can be configured to modify user account information in the background.
  • the user may request that one or all of his or her service credentials are rotated; or credentials are rotated on a particular interval (e.g. change all of my passwords every month), the system manipulates account information, e.g. using background page in client or headless browser on the server side.
  • the form detection and analysis component may be used to determine category mapping of form fields, and a background page or headless browser may be used to enter information into appropriate fields (e.g. update password form, new address form) for submission.
  • Changing information may require a multiple step flow.
  • a server stores procedures for changing particular types of information; the server may directly use them to change information or may send procedures to client (e.g. Javascript) to perform them.
  • the server may need to intercept email or other authorization mechanisms in order to complete process (e.g. email asking user to confirm password change, or to complete password change).
  • An open source repository may be used, such that the procedures may be stored in an open source repository so service owners can maintain their own information change procedures.
  • the server or client uses APIs exposed by server directly to change information.
  • the server signals to a service that the user's information has changed and that it should re-request it.
  • the system can rotate account information on site breach, determine when a service has been breached, or determine which users of server are enrolled in the breached service. In response, the server can change authentication credentials, contact information, and other account information associated with the compromised service.
  • Embodiments may also implement a mobile application launcher in which a launcher loads another application.
  • the app may already be installed on the system and loaded from its installation point, or from an uninstalled package on the file system (e.g. IP A, APK).
  • the launcher may be integrated into an app (e.g. wrapping an app) and not a separate application as far as the OS (operating system) is concerned so that the launcher loads the embedded original app it is wrapping..
  • the launcher may perform validation of the app, e.g., verifying its digital signature, checking with a reputation database, locally or on a server to ensure that the app and/or its signer is acceptable.
  • the launcher may decrypt the application if it is encrypted, and such encryption may occur for DRM (digital rights management) or security purposes. Both the app data (e.g., configuration, documents, cache, databases) as well as the application code/assets may be encrypted).
  • the launcher starts an app or invokes a portion of app with certain authentication information, such as a pre-filled in an
  • Authentication information can be: a username/pw or a session token for the app's backend service, or authorization token to retrieve login from a service (local or network-based).
  • the authentication server acts as proxy for goods and information to protect privacy and provide user control over access. Types of proxies for this application include: e-mail, phone call, text message, or mailing/shipping address, or payment. This functionality is implemented when enrolling an app/service or when changing account information for a service. It sets information to be a unique address associated with the proxy, rather than providing the user's actual information.
  • the proxy When the proxy receives input from the service, it checks a policy to see if the service is allowed to provide input to user. If so, it forwards to the user, and if not it ignores or returns input to the service as rejected.
  • the system sets a proxy policy per service, service category, or globally for the user, or type of communications, e.g., deny all shopping sites, allow this specific service, deny all, allow billing emails, but not promotion emails.
  • the service category can be determined by an application or site categorization service or by an app's category in an app store, and the type of communications can be performed on server side by analyzing content to be proxied (e.g.
  • e-mail e-mail
  • SMS package, letter
  • source information e.g., known marketing e-mail service provider, known junk mail sender, 3rd class presorted mail, etc.
  • the configuration can be based on rate limiting (e.g. all services can send one email per week, a particular service can send up to ten, but if any go over their limit, they will not be able to send more that week), or whether or not the proxy is authorized by the user each time a service wants to proxy to them (alternatively, only the first time, or if it has been a long time since the proxy was used for that service).
  • Embodiments of the user authentication and login platform can be used in a variety of different online applications from communications (e-mail, messaging), electronic commerce, education, and home and family management.
  • the authentication server acts as proxy for goods and information to protect privacy and provide user control over access.
  • Types of proxies include e-mail, phone call, text message, and mailing/shipping address, among others.
  • One current issue associated with electronic mail (e-mail) communication is the threat of phishing, which is the act of attempting to acquire user information (usernames, passwords, credit card information, etc.) by posing as a trustworthy entity in an electronic communication.
  • a user may be invited to login to a website or respond to an e- mail that links to a site containing malware or data capture processes.
  • the user authentication management platform provides an e-mail system that eliminates or reduces the threat of phishing attacks. The platform creates a trusted pathway so that authentic e-mails from trusted accounts are treated differently than e-mails from unverified e- mails.
  • the problem of unwanted e-mail from services a user signs up for is solved by allowing a user to control each service's ability to send e-mail to them via an e-mail proxy that has a unique e-mail address per account the user has with a given service and a configuration determining which services can proxy.
  • the e-mail system generates a unique e-mail address and associates that e-mail address in a database with user account and a service.
  • the system sets the e-mail address of an account on a service to the generated e-mail address upon
  • the server returns the generated e-mail address to a client that is providing account information to the service.
  • the system checks the database to see what user and service the e- mail account is associated with to the server, performs validation on the source of the message, and rejects the e-mail message if invalid. The check can be performed by verifying whether or not the sending server is the appropriate sender for the service. Domain keys and sender policy framework (SPF) techniques are used to verify incoming e-mails sent to the assigned e-mail account.
  • SPF sender policy framework
  • the electronic mail system includes a provision to protect the user's actual e-mail address to which the incoming e-mails are forwarded in the event the user replies to the incoming e-mail.
  • mail header information is included that shows the user's e-mail address.
  • an e-mail that came from marketer@xyz.com at service XYZ to a unique generated e-mail address k4iYuEvFAs9a6e3R@example.com would be forwarded to the user's real e-mail address usersrealemailaddress@gmail.com by the e-mail system. Should the user reply to this message, the original sender would see the user's real e-mail address
  • the e-mail system takes several steps to prevent the exposure of the user's real e-mail address or IP address.
  • the e-mail system generates, if it has not already done so, a unique e-mail address for the original sender's e-mail address, e.g., from-marketer-at-xyz.com@example.com and rewrites the From: and any Reply-to: headers in the e-mail to use this address.
  • Replies sent from the real user will go to the e-mail system, which will strip any information identifying the user such as the user's real e-mail address before forwarding the e-mail reply on to the original sender marketer@xyz.com.
  • the e-mail system will protect the identity of the user's IP address by rewriting any HTML content that is embedded within the original e-mail.
  • HTML content can include page objects such as images that are pulled from the sender's web server; the act of fetching such page objects exposes the IP address of the reader of the e-mail.
  • any executable objects such as scripts or flash or applets can be stripped from the HTML embedded in the e-mail message (because in executing they would be able to expose the user's IP address).
  • any page object that is fetched via the proxy webproxy.example.com is also examined for embedded URIs and these are rewritten in the same manner (e.g., a CSS stylesheet linked from a LINK element or html page embedded within an IFRAME element fetched that contains other URIs within it).
  • the e-mail system may also include a mechanism for spam reporting.
  • This component checks whether spam has been reported by this site or this sender IP analyzing multiple e-mails from service, such as by checking whether or not a particular IP address or IP block is a typical sender for this service or atypical given other e-mails received for this service for this user or other users. It can also perform an IP address reputation check to see whether the IP address is for a known spammer. It can further perform a reverse DNS lookup to see whether the IP address of the sender matches the domain of the service or a domain associated with the service. Other verifications can also be performed, such as checking the digital signature of message from originating server, or the configuration/policy settings to determine whether service is allowed to send e-mail.
  • the user preferences are checked to see whether or not the user is allowed to receive e-mail from the service. If so, the message is transmitted from the service to the user's e-mail account. If the preferences disallow the e-mail the system can be configured to either ignore the message or reject the message and return to sender, marked as disallowed.
  • the system can be configured to automatically detect important messages (e.g. human generated, billing-related, urgent, etc.) and allow them to bypass the preference policy. Important messages may be digitally signed by a digital signature known to server to signify that a trusted entity is asserting that they are important.
  • the server 102 may instead quarantine the message. It can then send daily/weekly/periodic list of all quarantined message to user's e-mail address, and/or show a list of quarantined messages in a web application.
  • the server can modify references to external resources. For example, reading an e-mail may expose the user to links to malicious sites links, images, attachments, etc.
  • the system can retrieve all images reference and embed in the e-mail, strip off uniquely identifying strings when retrieving them.
  • the system can also modify referenced URLs by stripping off any uniquely identifying strings. It can also change a referenced URL to a URL hosted by server after storing the original URL in database, or as parameter in the new URL hosted by server.
  • the system checks to see whether or not the destination is unsafe (e.g., blacklisted). The browser can then be directed to visit the URL and determine if malicious or unsafe.
  • the system can incorporate a safe web browsing method for mobile devices, such as that described in copending U.S. Patent Application No. 13/160,382, entitled “Mobile Web Protection” filed on June 14, 2011 and assigned to the assignee of the present application, the disclosure of which is hereby incorporated by reference in its entirety.
  • Password reset mechanisms that may be employed by phishing sites or other malicious parties can also be prevented from operating.
  • the system provides a single repository for all password notifications sent by server providers. Valid service providers would be instructed to send password reset e-mails to the user's verified login e-mail address. Every time that a password reset e-mail is received, a notification would be sent to the authorizing client, rather than the user's e-mail account. Thus, valid password reset notifications would be transmitted through the system, and any other password reset messages could be deleted or quarantined.
  • the server 102 can be configured to use clickthrough and open rates of e-mails to predict the relevance of e-mail content.
  • services that have high clickthrough and open rates may be allowed a higher default quota of messages than services that have lower rates.
  • the server determines that 50% of users open a message from service, and 20% click a link in the message, for example, the service may be allowed to send a high volume of e-mails (e.g., five per week).
  • the server determines that only 15% of users open a message from a service and only 1% of users click on content, for example, the service may only be allowed to send a low volume or no volume of e-mails.
  • the server can also use clickthrough information and message content to identify patterns a service uses to reset an account password or change other account information. The server can then use these patterns to automatically change a user's account password or other account information without a user having to manually change their information.
  • the server may choose to consolidate multiple e-mail messages received from a service into a single e-mail message to be sent to the user. This can be done as a digest (incorporating the body of multiple e-mail messages into a single e-mail message) or can be done by sending the multiple e-mail messages as attachments to the single e-mail sent to the user. Whether the server is consolidating e-mail messages or not is configurable, and may depend on the current quota and volume of e-mails being received. In an
  • the server may consolidate e-mail messages from more than one service into a single e-mail sent to the user.
  • the server 102 can add human- readable authentication information in e-mail, such as an image, text, color, pattern, or similar data element.
  • the server can add machine-readable information to e-mail content or headers to prove it came through the service and has been validated.
  • an S/MIME digital signature or PKCS digital signature of the message content can be embedded as a header or part of e-mail content, or the server can embed the HMAC of message content as a header or part of the e-mail content.
  • a secret token known only to proxy service can be embedded as part of the message.
  • the token may be unique to the user, unique to the message, or may be a digitally signed data bundle that includes information such as the service being proxied for, the message ID, etc.
  • a user-defined image or text may also be used to authenticate the source of the email. Such user defined images maybe pre-defined and pre-stored in the system, or they may be provided by the user dynamically through UI prompts.
  • the e-mail functionality of the user authentication management system can also be configured to verify whether or not e-mail is received at the user's e-mail account.
  • This can be implemented as a browser plug-in.
  • a browser-based e-mail client e.g. Google Gmail
  • Google Gmail examines the contents of the e-mail API/login access to the user's e-mail account.
  • the server then connects to the user's e-mail account and retrieves the e-mail message(s), and performs validation and other operations.
  • the mail server that has access to user's e-mail account may maintain a persistent connection to the user's e-mail account to receive "push" e-mail and modify it as soon as it is received as opposed to waiting.
  • the server 102 may enforce by interacting with user's e-mail account, such as by setting up a quarantine folder, and moving quarantined messages to that folder as soon as they arrive, or deleting disallowed messages.
  • the system can validate machine-readable or human readable information in e-mail, validate digital signatures, examine secret tokens and validate digital signatures, or look up in database of secret tokens to confirm that it is valid (e.g., for this user or this user-service combination).
  • the system can also validate by examining e-mail headers (e.g. source IP of server relaying e-mail) to ensure it came from a valid source.
  • the server can then take action based on authenticity of e-mails. Such action can be alert or status messages sent to the user.
  • the subject line may be modified (e.g., "SPAM:”, “TRUSTED:”, “UNVERIFIED:”), or the display color of the e-mail can be changed (e.g., green for authentic e-mails, no color change for unverified e-mails), or messages can be moved to a different folder (e.g. trusted folder, per-service folder, spam folder).
  • Unverified or threatening e-mails can be deleted or modified, such as by appending a header reading "This e-mail is sent from an unverified sender, you may not want to trust its contents.”
  • the system administrator can be notified if the user receives unverified e-mail attributable to a trusted source (e.g. e-mail contains a reply-to or from address from a service, but was not sent through that service, then notify an administrator for the user's account or an administrator for the service).
  • the user authentication management platform 101 includes a component that facilitates payment through the secure platform.
  • the authentication server In the case that the target website is a vendor site, the authentication server generates a unique payment account (e.g., credit card number) for the transaction or for the service such as in the case of a recurring transaction).
  • the server provides the generated account to the service, and can be configured to automatically fill out the transaction forms, change payment details associated with the account without user intervention, and so on.
  • the service charges the generated account, the server can determine if the charge is authorized by preferences for the service on the user's account, or an organizational preference that determines policy (e.g. spending limits by amount, by category of purchase, or by service).
  • the server authorizes the transaction with user by pushing to the authorizing client the amount of transaction and the service name. The server then waits for user
  • confirmation/decline of transaction If authorized, the user is charged.
  • the system can create a pre-paid balance supplied by user (e.g. by charging to credit card or loading balance via ACH or wire transfer) or charge a pre-enrolled credit card supplied by user. If charging the user is successful, the system allows the transaction initiated by the service. If charging user is unsuccessful or the transaction is declined based on policy/preferences/user action, the system does not allow the transaction initiated by the service to succeed.
  • the sales component can also include processes that facilitate the shipping of purchased product.
  • the server can be configured to generate a unique shipping identifier for a transaction or for user's account with the service. It first determines an appropriate shipping proxy location, and then determines by location of shipper and the location of the end- recipient to minimize overall shipping cost (e.g. cost to ship from shipper to proxy and proxy to user).
  • the server populates the address field in a checkout form associated with an account or other shipping address information entry method (e.g. via API) with the proxy's physical address, including the unique shipping identifier.
  • the server can generate a unique name that has high enough entropy to uniquely identify user's account with service or user's individual transaction.
  • personnel receives the mail, looks up the identifier in a database to determine the intended destination, and sends the mail to intended destination in new or original, re-labeled packaging. Alternatively, they can hold with no intended destination for the user to pick up.
  • near a user's home or office may be a set of lockers that allow a user to pick packages or mail up from.
  • personnel bring the package to an appropriate locker near the user's home and the user receives a notification that they have a package waiting and that they should pick it up at a specified location.
  • a user When the user arrives at the location, they may use login system to unlock their package. For example, a user enters a phone number in the locker's terminal. The locker terminal contacts authentication server to determine if that phone number authorizes a package to be picked up. Authentication server contacts authorizing client on the user's mobile phone and if the user confirms that it is OK to pick up the package, the authorizing client sends an indication to authentication server and authentication server informs locker terminal that it is OK to release the package. Locker terminal then identifies the correct locker the user is authorized to retrieve a package from and unlocks it.
  • the authorization system can be extended to multi-party authorization or notification. Instead of a single authorizer, it is often useful to allow the server to provide notifications or get authorizations from multiple people, or from a user different from the user whose action triggered the request. Instead of a single authorizer, it may be useful to allow server to provide notifications or get authorizations from multiple people, or from a user different from the user whose action triggered the request form a requesting client or other request origin. For a given process (e.g. task completion, action that needs approval before it can happen), authorizations may be triggered when the process originates, such as on a time interval (e.g. every night the store needs to be closed and locked) or based on user action (e.g.
  • employee submits expense report, requests to sign contract, or requests access to a bank vault).
  • users are assigned roles. If user did not originate a task, that user may be assigned to complete the task every time period.
  • One or more user may be assigned to an approver role for a given step in the process.
  • a group of users that are candidates for a given role are pre-determined or otherwise configured at service.
  • One or more people may be determined to be in a role where they are notified of progress or at particular points in the process, e.g., a store owner receives confirmation when the store is closed for the night, with a picture of the store's closure.
  • Role selection can be based on a number of factors, such as: pre-configured, selected based on a schedule (e.g. John has Wednesday, Mary has Thursday, etc.), based on current location (e.g. closest user from a set of possible users) determined as described above, based on activity status, for example, is an authorizing client currently online and available (which is a state which may be determined automatically, e.g. by accelerometer motion, or manually set by a user).
  • the server may receive information associated with the process (e.g. name of originator, photo of task being completed, task name, documents associated with task). If authorization needed in order for process to proceed, the system must determine user who can authorize task authorize request (e.g. as described above). If a task or authorization requires confirmation of completion, a user is requested to do it, the client prompting the user to provides the required information (as specified by server), e.g. picture, information, etc.
  • a process may have a set of time periods for a task or a step in the process to be completed, if a time period has elapsed, the process escalates, e.g., assigning task/approval to a new user. The system notifies that an escalation user that the task was not completed.
  • escalation steps may change forms of communication, e.g. start with authorizing client request, move to text message, then to phone call.
  • a process may be defined at the server using a management console to specify the flow, types of information required for different steps to complete, how to select an owner of a step, how to select an approver of a step, how to select someone who needs to be notified of a step, escalation path, repetition frequency of task, and other information described above.
  • a process may interface with external systems to perform one or more steps.
  • a building access control system transmits information to server when all occupants have left, if server has not received information by 10 PM, notify building manager. If all occupants have left but someone enters the building before normal hours, notify the building manager with the name of the person entering the building and a security camera video of them entering, the manager may only be notified of the entry or may be required to approve the entry.
  • Example process automation using an authentication server include payments (e.g. payroll, billing), contract signing approval, PTO approval, hiring approval, e-mail content approval, and report approval
  • Embodiments of the user authentication platform can also be used to perform certain aspects of process management, where a given process involves task completion and at least one action that needs approval before it can happen.
  • users are assigned roles. If user did not originate a task, that user may be assigned to complete the task.
  • One or more users may be assigned to an approver role for a given step in the process.
  • a group of users that are candidates for a given role pre-determined or otherwise configured at the service.
  • One or more people may be determined to be in a role where they are notified of progress or at particular points in the process. For example, a store owner receives confirmation when the store is closed for the night, with a picture of the store's closure.
  • Role selection can be based on a number of factors: pre-configured, selected based on a personnel schedule, based on current location, based on activity status (e.g., is authorizing client currently online and available).
  • the server may receive information associated with the process (e.g., name of originator, photo of task being completed, task name, documents associated with task); if authorization needed in order for process to proceed, the system determines user who can authorize task. If a task or authorization requires confirmation of completion, a user is requested to do it.
  • a process may have a set of time periods for a task or a step in the process to be completed, and if a time period has elapsed, the process escalates by assigning task/approval to a new user.
  • the escalation steps may change forms of communication, e.g., start with authorizing client request, move to text message, then to a phone call, if necessary.
  • a process may be defined at server using a management console to specify the flow, types of information required for different steps to complete, how to select an owner of a step, how to select an approver of a step, how to select someone who needs to be notified of a step, escalation path, repetition frequency of task, and other information.
  • a process may interface with external systems to perform one or more steps.
  • a management console may be implemented as a site or application shows list of accounts, services, applications a user has enrolled.
  • the user may change identity service or app is associated with, such as through account modification background processes described herein. This can be used to change a password or email address for all sites/services, or selected service, revoke a service/apps's access to
  • a local client regulates behavior for applications, sites. Types of behavior include payment, login/retrieve previously associated info, retrieve information about user/sign up and store for later relating site/app and person, application launch or site visit, application network access generally or to a particular domain, IP, access to location or other behavior on the device executing the application/site. With regard to timing, authorization can happen after an app/site attempts to engage in a behavior or before.
  • app on device wants the ability to retrieve login information for a user (can be declared as part of a permission manifest for the application, or may be requested ahead of when it needs to happen).
  • the system can authorize behavior locally (e.g. with policy based on user configuration or a pre-stored database, e.g. categorization database of apps / sites), or it can authorize with the server.
  • Authorization can occur synchronously: before allowing behavior, the client must receive result from server; or it can occur asynchronously: allow behavior if permitted by client, inform server about it but don't wait for response from server before allowing. The server may later come back and revoke the behavior, and the client would then stop the behavior for that app/site.
  • the user authentication and management platform includes one or more mechanisms to help users stop or recover from an attack (e.g., password hack, identity theft, etc.) and give them a clear course of action.
  • An interface referred to as the 'panic button' provides a means to alert the service providers of every account the user has stored Login credentials. This puts the service provider on high alert that an impostor might phone or e-mail claiming to be the user.
  • the strictest form of identity verification would be employed in the event of contact, and certain behavior would trigger automatic denial or further investigation, such as a user saying "I don't remember" to a security question.
  • This security measure begins the process of resetting each and every password the user has stored with the authentication server.
  • the authentication server provides a user interface that provides certain information to the user and prompts certain action.
  • the security user interface could instruct the user to do the following tasks in the event of a breach or emergency: (1) "Call your service providers", (2) "Begin with financial institutions", (3) "Consider contacting your credit card companies to freeze your accounts and search for suspicious activity.". Telephone numbers and other relevant contact information could also be provided.
  • the system can also be configured to ask dynamic security questions. During normal use of the login and user authentication management platform, there may be certain times that the system needs to employ traditional security questions to verify a user's identity. Some situations in which this could be necessary include:
  • the authentication server derives specific questions that are based on the context of network usage by the user.
  • Example questions might include: "which of these pictures did you take yesterday on your Galaxy Nexus?, Which of these is a Google Street View of your childhood home?, Which of the following contacts is in your address book?, and other similar context or use-specific questions.
  • the user authentication management platform can also be used to facilitate the management of family or organization user access to Internet resources.
  • parental control is an important consideration given the free access to huge amounts of information on the Web.
  • Parents usually desire some degree of control and consent over their children's' online activities.
  • Parents typically want to manage what sort of services online or applications their children access and may also want to manage when their children access this.
  • service operators are obliged to obtain consent from parents if children under certain ages access their services (e.g., COPPA).
  • the server 102 can be configured to determine when a child's requesting client wants to enroll or authorize access to a service, and then have the parents authorizing client handle the request for authorization.
  • the parent can then choose to allow or disallow the child's access to service.
  • the parent can set preferences of when to allow or deny service requests for the child so they do not need to approve every request.
  • child's requesting client authorizes access to run an application, for example, an app on a device is protected (e.g. encrypted or another form of access control) so that the requesting client must receive authorization from server before it is allowed to be opened.
  • a parent sees activity of child's authentication and authorization, e.g. new services enrolled in, when they visited given services, but does not authorize it directly.
  • the server pushes notifications to parent when events, such as a child enrolling into a new service, occur.
  • the parental control mechanisms can also be extended to apply to other organizations or entities, such as companies, schools, and so on that make computers and networks available for general use, but want to limit activities or access to certain sites and content.
  • embodiments of the user authentication and login process may be implemented in a client-server system comprising different types of client computers 112, 118, 119 coupled to one or more server computers 102, 114 over a network 110.
  • the server 102 and/or 114 can be a computer that is located at some distance from the user and the mobile device. For example, it could be located somewhere in the 'cloud' embodied in network 110, or it could be a component/device that the user carries upon his person, or keeps nearby, such as a personal computing device, smartphone, PDA, smartwatch, etc.
  • FIG. 17 illustrates a personal mobile device system in which there are multiple communicating components coupled wirelessly to a server component 1710.
  • the server 1710 may have a large battery to power long distance communications networks such as a cell network or WiFi.
  • the server 1710 may communicate with the other components of the personal mobile device system via wired links or via low powered short-range wireless communications such as Bluetooth.
  • one of the other components of the personal mobile device system may play the role of the short-range wireless server, e.g., the watch 1720, the head mounted device/glasses 1750, the phone 1730, or the tablet 1740.
  • the server 1710 may be of a size small enough that it can be kept in the user's pocket, bag, or purse. This allows a large and therefore heavier battery to be used to power long distance network communications.
  • the other individual components 1720-1750 require lower power to communicate with the server 1710 and thus can use smaller and therefore lighter batteries. This also removes the high intensity radio frequency signals from the close vicinity of the user's head.
  • the individual components of FIG. 17 can also play roles in the proximity device login scenarios, as tokens or as authenticating devices. These components themselves can use NFC taps or other similar mechanisms to link them together. Any of the devices 1720-1750 may be configured to act as an authorizing client 132 or they may be configured to act as the requesting client, based on system configuration.
  • FIG. 17 illustrates a use case wherein a user may use multiple wireless devices simultaneously to perform a variety of tasks.
  • Such devices may comprise part of a 'personal device group' or may represent multiple physical components of a single or integrated personal device.
  • the authentication/login platform may be configured to work with such a personal device group.
  • server 1710 plays a communication and/or coordination role amongst multiple personal devices 1720-1740. These devices are either multiple independent personal devices affiliated in a personal device group for a user, or can be considered as a personal device with multiple physical components. Certain resources, such as network services, file services, or other services are provided by server 1710 and used by the other components.
  • server 1710 may be the only device with a cell-phone radio and an ability to connect to a network, and it proxies communication attempts by the other devices in the personal device group for such services.
  • server 1710 could play the role of authentication/login platform server or as part of the authentication/login platform. It may serve as the authenticator for the admission of a new personal device into the personal device group for a user. It may also serve as the authenticator for access to services provided by a target server 114. In this role, it may have the ability to authorize directly; or it may need to connect to a separate authentication server 102 in order to complete the authentication operation.
  • a mobile device e.g., mobile phone 118
  • runs an operating system and applications that are installed upon the mobile device, are stored and executed using protocols and mechanisms defined by the operating system.
  • the applications, operating system and/or file system components may be distributed among one or more other components or computers of the system.
  • applications and file systems are usually made available by one or more servers that are maintained in network 110. In certain cases, however, one or more applications and file systems may be provided by target server 114 and/or authentication server 102.
  • the various processes described above made reference generally to the embodiment of FIG. 1, wherein one or more of the requesting client 118 and authorizing clients 132 may be embodied as mobile communications devices (e.g., smartphones or mobile phones) that run an operating system.
  • mobile communications devices e.g., smartphones or mobile phones
  • applications are installed on the device, stored using the file system of the device, and run under the control of the operating system.
  • provision of the login and authentication processes and file system manager component on mobile communication device allow for local operation and management of these functions.
  • FIG. 18 illustrates an embodiment of a mobile device architecture in which the mobile device comprises an operating system, a file system and one or more applications resident on the device.
  • the mobile device 1802 has one or more resident applications 1812 stored on the device, a file system 1810, an operating system 1808, and a display screen 1806.
  • the server 1820 is intended as a master control point for the user's mobile device (or devices) 1802.
  • Applications 1822 are installed on and controlled from the server. These applications 1822 are different from the resident applications 1812 and are applications that are executed to perform login, authentication, or other network associated tasks.
  • the distributed architecture of system 1800 implements a particular form of virtualization. Executable applications 1822 in this architecture are not installed directly on the mobile device 1802 itself, rather they are installed on the server 1820, and stored in the file system 1830 on this server.
  • a file scanning system and associated logic and processes for mobile devices may be used in conjunction with file system operations and application installation operations on the file system.
  • Such systems and methods include those described in co-pending U.S. Patent Application No. 13/710,162, entitled “Method and Apparatus for Enhanced File System Monitoring on Mobile Communication Devices” filed on December 10, 2012 and assigned to the assignee of the present application, the disclosure of which is hereby incorporated by reference in its entirety.
  • system 1800 when a user wants to run an application 1822, the operating system 1808 on the mobile device 1802 requests the operating system 1828 on the server 1820 to provide the necessary files (application executables, associated data) to the mobile device.
  • the operating system 1828 on the server 1820 sends the necessary files to the operating system 1808, which places them temporarily (like a cache) in the file system 1810 and executes the application.
  • any modifications to the files which had been brought to the mobile device are either immediately sent to the server 1820 so that corresponding modifications can be made to the corresponding files on the server, or are monitored and at a later time (which may be after the application has finished running, or could still be running) the modifications are sent to the server so that a decision can be made whether to make the corresponding modifications to the corresponding files on the server, and if the decision is yes, to make such modifications.
  • the decision may be made based on security and privacy policies in place on the server.
  • the files that had been sent to the mobile device are marked for removal. Removal may happen immediately or at a later time.
  • the mobile device can use these local copies rather than requesting copies of the necessary files again from the server.
  • the local file system 1810 on the mobile device acts like a local cache for the necessary files, but the definitive version lives on the server.
  • FIG. 19 illustrates an alternative embodiment of a mobile device architecture in which the mobile device comprises an operating system, one or more applications, but no file system resident on the device.
  • the alternative architecture of system 1900 is similar to that of system 1800 in that executable applications are installed on the server 1920, and not directly on the mobile device 1902.
  • the executable files for an application are not stored in a local file system on the mobile device 1902; rather when they are requested from the operating system 1928 on the server 1920 the files are placed directly into memory on the mobile device 1902 and executed.
  • Any file reads or writes by resident applications 1912 running on the mobile device are directed by the operating system 1908 via the server's operating system 1928 to the server's file system 1930.
  • FIG. 20 illustrates a further alternative embodiment of a mobile device
  • the alternative architecture of system 2000 has a server component 2020 upon which applications 2022 are installed by the operating system 2028, storing the executable and data files necessary in the server's file system 2030.
  • the mobile device 2002 does not run the applications on the mobile device's operating system 2008; rather the applications 2022 run on the server's operating system 2028, and requests by the application to draw to the screen are sent by the operating system 2028 on the server 2020 to the operating system 2008 on the mobile device 2002, with the drawing operations occurring on the mobile device's display screen 2006.
  • Requests by the application for user input are sent from the application 2022 via the operating system 2028 on the server to the operating system 2008 on the mobile device, and such user input is solicited from the local sensors on the mobile device 2002 (e.g., from the touch screen 2006 on the mobile device 2002).
  • the mobile device is a pure display and user interaction engine for applications, and does not run applications on the mobile device.
  • network operations from the running application may optionally be routed through the server so that the operating system on the server (or special applications running on the server) can provide security and/or privacy operations on the network communications initiated by the running application. This would be in lieu of network operations being conducted directly from the mobile device.
  • FIGS. 18-20 Any of the architectures of FIGS. 18-20 could be implemented in a hardware mobile device which has a conventional architecture, with the difference that the alternative architecture aspects regarding the file system, executable application and operating system interaction can be viewed as a form of containerization.
  • Containerization or sandboxing, is a technique of program isolation used to enforce security or privacy policies.
  • the first type comprises a hypervisor upon which one or more virtualized operating systems run that are completely sandboxed.
  • a second type comprises one in which a virtualization layer runs atop the native operating system on a device, and a guest operating system (and applications within it) run within that virtualization layer.
  • a third type comprises application wrappers, content wrappers, and work space wrappers, which tend to be application-oriented types of virtualization that are functionally oriented and although similar to the second type, do not represent a full virtualization layer with a guest operating system; instead, the work space itself is an application what runs other applications and enforces isolation.
  • FIGS. 18-20 could be considered to constitute a different kind of containerization.
  • some or all of the executables and/or data reside at the server, and not on the mobile device.
  • An enterprise could use any one of these architectures as a containerization solution.
  • a user's personal applications could be installed upon and run conventionally on the mobile device, but all enterprise data and applications could be run from the server, such as server 2020 of FIG. 20.
  • FIGS. 18-20 enhance the security aspects of the embodiments.
  • all existing types of containerization are vulnerable to attacks against data that is physically stored on the mobile device.
  • the containerization architectures described herein feature no permanently stored application data on the mobile device.
  • any of the above-described three types of containerization could be employed on the server side in conjunction with any of the three architectural models described with respect to FIGS. 18-20.
  • Embodiments of the containerization and program/data isolation techniques described with respect to FIGS. 18-20 in relation to the user authentication/login system employing authorizing clients may be used in conjunction with an enhanced file system monitoring method and system.
  • Such embodiments are described in co-pending U.S. Patent Application No. 13/710,162, referred to above, and as previously stated, that disclosure is hereby incorporated by reference in its entirety.
  • the alterative architecture embodiments of FIGS. 18-20 may be implemented in one of a number of configurations, depending on overall system constraints and requirements.
  • the alternative systems 1800, 1900, and 2000 may be implemented as a modification to the operating system on a respective mobile device 1802, 1902, and 2002. It may also be implemented as a hybrid configuration based on one or more of the three containerization types described above.
  • the embodiment is one in which one of the virtualized operating systems is a modified operating system as described in the context of Figs.
  • the embodiment in an embodiment that utilizes a second type of containerization scenario, the embodiment is one in which a virtualization layer running atop the host operating system contains a guest operation system that is a modified operating system as described in the context of FIGS. 18-20; and in an embodiment that utilizes a third type of containerization scenario, the embodiment is one in which an application has been wrapped so as to virtualize access to files, displays, and sensors as described with respect to FIGS. 18-20.
  • At least one component defined by the claims is implemented at least partially as an electronic hardware component, such as an instruction execution machine (e.g., a processor-based or processor-containing machine) and/or as specialized circuits or circuitry (e.g., discrete logic gates interconnected to perform a specialized function).
  • an instruction execution machine e.g., a processor-based or processor-containing machine
  • specialized circuits or circuitry e.g., discrete logic gates interconnected to perform a specialized function.
  • Other components may be implemented in software, hardware, or a combination of software and hardware. Moreover, some or all of these other components may be combined, some may be omitted altogether, and additional components can be added while still achieving the functionality described herein.
  • the subject matter described herein can be embodied in many different variations, and all such variations are contemplated to be within the scope of what is claimed.
  • any of the above embodiments may be used alone or together with one another in any combination.
  • the one or more implementations encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all.
  • the embodiments do not necessarily address any of these deficiencies.
  • different embodiments may address different deficiencies that may be discussed in the specification.
  • Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.

Abstract

Embodiments are directed to a system and method for authenticating a user of a client computer making a request to a server computer providing access to a network resource through an authentication platform that issues a challenge in response to the request requiring authentication of the user identity through a reply from the client computer, determining one or more items of context information related to at least one of the user, the request, and the client computer, and determining a disposition of the request based on the reply and the one or more items of context information. The reply includes a user password and may be provided by an authorizing client device coupled to the client computer over a wireless communications link.

Description

MULTI-FACTOR AUTHENTICATION AND COMPREHENSIVE LOGIN
SYSTEM FOR CLIENT-SERVER NETWORKS
TECHNICAL FIELD
[0001] One or more embodiments relate generally to wide area networks and more specifically to systems and methods for a consolidated multi-factor user authentication and log-in system for applications using an authenticating client device.
BACKGROUND
[0002] The subject matter discussed in the background section should not be assumed to be prior art merely as a result of its mention in the background section. Similarly, a problem mentioned in the background section or associated with the subject matter of the background section should not be assumed to have been previously recognized in the prior art. The subject matter in the background section merely represents different approaches, which in and of themselves may also be inventions.
[0003] The client-server model is the dominant computer network model for most large- scale computer networks including the World Wide Web and forms the basis for most electronic commerce systems presently in use. Computers in the network are either clients or servers, where a server is selectively shares its resources and a client initiates contact with a server in order to use the resource. Such resources typically include application programs, data, printers, storage devices, input/output devices, and the like. In the Internet
environment, clients and servers exchange messages according to a request-response messaging exchange in which the client sends a request, and the server returns a response in accordance with a defined communications protocol that operates in the application layer of the TCP/IP (Transmission Control Protocol/Internet Protocol) model.
[0004] Servers can represent a wide class of devices that provide access to a diverse array of resources, such as web portals, hosted applications, data repositories, application servers, electronic commerce sites, search engines, and so on. Servers provide access to these resources in response to requests initiated by clients, and often require some sort of authentication before allowing a client to access or use the requested resource in order to prevent unauthorized or unlimited use of a resource and to protect the security of the resource and the network. Such authorization is typically based on a login or sign-in process that requires the client user to provide credentials or otherwise verify their right to obtain access to the resource or restricted area. The login process thus allows the server to control access to the resource by identifying and authenticating the user through the credentials presented by the user. In general, a credential is an object that is verified when presented to the verifier in an authentication transaction. Credentials may be bound in some way to the individual to whom they were issued, such as for identification, or they may be bearer credentials, which may be acceptable for general authorization.
[0005] A common form of credential authentication is the familiar use of passwords to authenticate a user logging in under an established login name. Passwords, however, are vulnerable to several security breaching techniques. Passwords can be hacked, guessed, or obtained through fraudulent means, such as phishing techniques, and the like. Another disadvantage of passwords is that they can be easily forgotten by the user. This is especially the case with the proliferation of web sites, applications, and other network resources that all require password login. The sheer number of different passwords that might be needed by a user during the course of daily transactions can be overwhelming. This often leads to users employing the same or only a couple of different passwords for all of the different applications and sites, or recording the passwords in a way that may expose them to discovery by others, both of which can be dangerous practices.
[0006] The vulnerability of password-based protection schemes has led to the rise of multi-factor authentication methods that incorporate or combine alternative proofs of identity, such as biometric methods (e.g., fingerprints) or possession based methods (e.g., security tokens). While effective, such methods can add considerable cost and complexity to applications and are not generally available or utilized for typical consumer-oriented software applications.
[0007] What is needed, therefore, is a comprehensive password and identity management system that provides a simple and centralized method of user authentication and login for a wide variety of applications and networks and that utilizes an authentication device that is readily available for most users. INCORPORATION BY REFERENCE
[0008] Each publication, patent, and/or patent application mentioned in this specification is herein incorporated by reference in its entirety to the same extent as if each individual publication and/or patent application was specifically and individually indicated to be incorporated by reference.
BRIEF DESCRIPTION OF THE DRAWINGS
[0009] In the following drawings like reference numbers are used to refer to like elements. Although the following figures depict various examples, the one or more implementations are not limited to the examples depicted in the figures.
[0010] FIG. 1 illustrates a network system that implements a user authentication and login management process, under an embodiment;
[0011] FIG. 2A is a flow diagram that illustrates client server exchange to validate user credentials, under an embodiment.
[0012] FIG. 2B is a table that illustrates the various possible instantiations of various data objects and signals processed by the authentication management platform 101 under an embodiment.
[0013] FIG. 3A is a flow diagram that illustrates a method of authorizing a user using an authenticating client device, under an embodiment.
[0014] FIG. 3B is a flow diagram that illustrates a method of authorizing a user using an authorizing client device, under an alternative embodiment.
[0015] FIG. 3C is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encrypted credentials are sent and the authorizing client validates the user.
[0016] FIG. 3D is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encrypted credentials are sent and the authentication server validates the user. [0017] FIG. 3E is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encryption key is sent and the authorizing client validates the user.
[0018] FIG. 3F is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encryption key is sent and the authenticating server validates the user.
[0019] FIG. 4A is a flowchart that illustrates a method of performing user authentication, under an embodiment.
[0020] FIG. 4B is a flowchart that illustrates a method of performing user authentication under an alternative embodiment.
[0021] FIG. 4C is a flowchart that illustrates a method of performing user authentication under another alternative embodiment.
[0022] FIG. 5 is a flowchart that illustrates a method of comprehensive login, under an embodiment.
[0023] FIG. 6 illustrates a first sequence of display instances on both a client computer and authenticating client device during a comprehensive login session, under an embodiment.
[0024] FIG. 7 illustrates a second sequence of display instances on both a client computer and authenticating client device during a comprehensive login session, under an embodiment.
[0025] FIG. 8 illustrates a sequence of display instances on a client computer and authenticating client device during a comprehensive login session, under an alternative embodiment.
[0026] FIG. 9 illustrates a comprehensive login option displayed in a web browser, under an embodiment.
[0027] FIG. 10 illustrates a comprehensive login option displayed in a web browser and providing selection of one of several authenticating client device types, under an
embodiment. [0028] FIG. 11 illustrates a comprehensive login display area for selection of different authenticating client devices for accessing a website, under an alternative embodiment.
[0029] FIG. 12 illustrates a password prompt for comprehensive login displayed through a web browser, under an embodiment.
[0030] FIG. 13 illustrates the comprehensive login mechanism integrated with an example social network platform, under an embodiment.
[0031] FIG. 14 illustrates a social network integrated login display that provides a selection of authenticating client devices, under an embodiment.
[0032] FIG. 15 illustrates a method of storing a new password in a mobile device using a comprehensive login system, under an embodiment.
[0033] FIG. 16 illustrates a mobile device login interface that utilizes a universal or soft keyboard, under an embodiment.
[0034] FIG. 17 illustrates a personal mobile device system in which there are multiple communicating components coupled wirelessly to a server component.
[0035] FIG. 18 illustrates an embodiment of a mobile device architecture in which the mobile device comprises an operating system, a file system and one or more applications all resident on the device.
[0036] FIG. 19 illustrates an alternative embodiment of a mobile device architecture in which the mobile device comprises an operating system, one or more applications, but no file system resident on the device.
[0037] FIG. 20 illustrates a further alternative embodiment of a mobile device
architecture in which the mobile device comprises an operating system, but no applications or file system resident on the device.
DETAILED DESCRIPTION [0038] It should be appreciated that the embodiments of the present invention can be implemented in numerous ways, including as a process, an apparatus, a system, a device, a method, or a computer readable medium such as a computer readable storage medium containing computer readable instructions or computer program code, or a computer network wherein computer readable instructions or computer program code are sent over optical or electronic communication links. Applications, software programs or computer readable instructions may be referred to as components or modules. Applications may take the form of software executing on a general purpose computer or be hardwired or hard coded in hardware. Applications may also be downloaded in whole or in part through the use of a software development kit, framework, or toolkit that enables the creation and implementation of the present invention. In this specification, these implementations, or any other form that the invention may take, may be referred to as techniques. In general, the order of the steps of disclosed processes may be altered within the scope of the invention.
[0039] Systems and methods are described for managing the identity, passwords and authentication credentials for users accessing network resources through server computers from client computers in a computer network environment. Some embodiments are directed to a system and method for authenticating a user of a client computer making a request to a server computer providing access to a network resource through an authentication platform that issues a challenge in response to the request requiring authentication of the user identity through a reply from the client computer, determining one or more items of context information related to at least one of the user, the request, and the client computer, and determining a disposition of the request based on the reply and the one or more items of context information. The reply includes a user password and may be provided by an authenticating client device coupled to the client computer over a wireless communications link. Some embodiments are further directed to a system and method for processing a request from a client computer to access a target server over a network by issuing a challenge requiring validation of a user identity in response to the request, receiving user credentials from an authenticating client coupled to the client computer, and comparing the received user credentials with stored user credentials to determine a disposition of the request. Systems and methods are yet further described for providing a comprehensive login process that provides a single login interface for many different applications, web sites, and network resources through a web browser interface. [0040] In the description that follows, the subject matter will be described with reference to acts and symbolic representations of operations that are performed by one or more devices, unless indicated otherwise. As such, it will be understood that such acts and operations, which are at times referred to as being computer-executed, include the manipulation by the processing unit of data in a structured form. This manipulation transforms the data or maintains it at locations in the memory system of the device, which reconfigures or otherwise alters the operation of the device in a manner well understood by those skilled in the art. The data structures where data is maintained are physical locations of the memory that have particular properties defined by the format of the data. However, while the subject matter is being described in the foregoing context, it is not meant to be limiting as those of skill in the art will appreciate that various of the acts and operation described hereinafter may also be implemented in hardware.
[0041] As used herein, the term "server" means a server computer or group of computers that act to provide a service for a certain function or access to a network resource. The servers may be physical servers, hosted servers in a virtual environment, or software code running on a platform. The term "client" generally means software that communicates with a server, and "client computer" refers to any computer, embedded device, mobile device, or other system that can be used to perform the functionality described as being performed by the client computer. Specifically, client computers include devices, which can be used to display a user interface by which the functionality provided by a server can be utilized by a user. A "requesting client" or "accessing client" is a client that requests data, services, or some kind of action from a target server, and an "authorizing client" or "authenticating client" is a client that the target server or some other server uses to authorize a request from requesting client or other source. Clients may be embodied in desktop, laptop, notebook, or netbook computers, or in mobile devices, such as mobile phones, tablet computers, PDAs, smartphones, and the like. The term "application" means software used on a computer by a user, and can be applications that are targeted or supported by specific classes of machine, such as mobile application, desktop application, tablet application, enterprise application, and so on. A service is an online server or set of servers, and can refer to a web site, web application, and so on. The term "credential" or "credentials" means something that is provided as a correct response to a given authorization challenge, such as a
username/password, token, or similar data element or object as described in more detail in the description that follows. The term "authorization" means an indication (e.g. yes/no, true/false) of whether the action is allowed, or a token that grants access or is proof of allowance of an access, and which can be provided to any system that needs proof that a given user is authorized for a particular action, or a callback to a system indicating that the user is authorized. The term "application identity information" means, for a website, mobile or desktop application, or other service needing authentication or authorization, a URL, package name of hosting application, signing certificate of hosting application, class name or other identifier of current UI dialog, UUID, a hash of the application or site code, a digital signature or HMAC provided by the application, or other information that can be used to fingerprint software (e.g. class name of running service or activity).
[0042] In some embodiments, a user authentication system may be server-based or peer communication-based. In a server-based system, a client makes request of server, and the client is authenticated with the server, which may occur during request or before/after request is made). The server may perform the authentication, or it may return the result of the authentication. In a peer communication-based system, an authorizing client communicates directly with a requesting client, which solves the problem of a mobile device acting as an authorizing client not being connected to a valid network connection to receive a push from a server. The client requesting authorization (e.g., to receive credentials or perform an action) may communicate with an authorizing client without using server to proxy the request.
[0043] In the peer-communication embodiment, the types of network connection between requesting client and authorizing client can include Wi-Fi, Bluetooth, NFC (near field communications), or a mobile wireless network. The authorization flow in this case comprises: the requesting client identifies authorizing client to communicate with, the server identifying the client based on network information provided by one or both clients (e.g. Wi- Fi AP, both connected from same public IP address), the requesting client broadcasting to local network, e.g. using mDNS or SMB, and receiving responses from other clients on network. Other peer discovery methods may also be used. The requesting client requests authorization from authorizing client, and the request may need to be generated by the server and digitally signed by the server's private key. The authorizing client only accepts requests that are validated against the server's public key. The request may be signed/validated against secret information associated with account (e.g. user's account password, or a symmetric or asymmetric key associated with the account). The request may contain all information about request that authorizing receives above (e.g. type of request). The authorizing client receives the request
validates that request is legitimate. The authorizing client performs authorization and sends response to requesting client. The response may be encrypted so that the requesting client cannot access information. The authorizing client sends the response to the requesting client including response data such as a picture or other extended information. The requesting client either uses the response directly to complete its request (e.g. for login credentials) or provides the response to the server as proof of authorization.
[0044] The requesting client operated by the user to access a target server or other interface may be implemented in one of several forms. Generally it includes an
authentication or authorization UI for use as a primary authentication/authorization mechanism or interacting with a service's existing mechanisms. For example, it may be implemented via Browser plug-in, Javascript SDK, in a mobile app, or it may enroll if authentication or authorization require enrollment (e.g. server needs knowledge of an account). Some services may require this, where in other cases, server provides open API where any service can request authentication or authorization without a user needing to enroll. The system determines if a user is enrolled in a given service with the server. It may do this by retrieving enrollment information from server (e.g. supply hostname or identifier of site as an HTTP referrer or explicitly) or service; looking for presence of a session or authentication cookie; examining the content of user interface for indication that user is logged in; storing a list of enrolled services locally, which may be synced with server periodically. In some configurations, all users may be automatically enrolled, so no determination is necessary. For example, for a bank, if a user's requesting client is authenticated with the server, the bank's site can request that the requesting client authorize an action, the server pushing to the user's authorizing client confirming the authorization with user input. In this case, there was no credential enrollment required.
[0045] If a user is not enrolled in service, the user can be enrolled. In this case, the service may have its own authentication mechanism, server is interacting with it. The user enters authentication information in a login or registration process, information is captured and the user is enrolled in that service on the server. For this the system can be configured to detect entry of authentication information in a login or registration process through form detection and analysis components or the like. Some of the information may be automatically generated (e.g. a password) by client and not entered by use, and the system can ask the user if they want to save the information in the future, e.g. via new user interface dialog displayed in parallel to main flow, or serially (e.g. interstitial). The user may enter additional information (e.g. address, name, payment information). The system can map entered information to categories of information (through form detection and analysis) on the client or server. The system then sends information to the server to store, and the client may encrypt data first. For future logins, the user is enrolled, and the authentication/authorization are provided to service automatically upon server authorizing it.
[0046] Authentication and other information are entered on behalf of user. The system collects information for the user (e.g. username, address, name, email address, etc.). The information may be provided directly via a web or mobile interface (e.g., an identity manager for multiple identities with consistent information), or based on past or previously entered information. The collected information is sent to the server and some fields may be censored to include info only necessary for login. Censoring criteria may be supplied by the server or pre-cached by the device. The system can determine categories of entered information, and store the collected information. It can also determine what categories of information this service wants (e.g. email, username plus email, username plus address). The server determines based on previous user entries of information that were collected. The client sends field information to server and server determines what types of information. The server then sends the information to the client. The server can send a single set of information, or multiple sets of information to client, corresponding to different identities (e.g. personal, work, public, private, shared team identity). The client displays a UI where user can choose an identity and all of its associated information, and the client enters details in form automatically (or sends data to server in categories). Details are populated from previous entries and their mapping into categories, or can be explicitly set for the user (e.g. UI where can specify home address, first name, last name, etc.). The client displays UI where user can choose which details they want in each category, e.g. choosing a name populates first name and last name fields, address can populate street, state, postal code, country, etc. fields. An address may have name associated with it (e.g. home, work, etc.). The client provides information to server and service, e.g. which identity the user chose, which name, etc. If the user modified information that was automatically entered, the system detects the modifications (e.g. if a user changes their address in a registration form, they may have moved. This process allows server to automatically update the address it stores for user for use in future account registrations). The system can ask the user if they want to update information on server based on modification. If the user confirms, the system updates the stored information on server.
[0047] A service may use the server as a primary method of authenticating. In this case, the client sends a request to the server asking to authenticate with the service. The client automatically sends request to server (e.g. if user's request to take an action is implied or the request originates as part of a background, non-user-initiated, process on the service, no user action is required). In a user-initiated request, a web browser or app displays a button indicating that the user can authenticate (e.g. create account or login) to the service by clicking the appropriate button. When the user clicks the button, the client sends a request (e.g. HTTP) to server with information provided by the service. In an example
implementation, the system can follow the OAuth standard. The request may contain information provided by service: an address (e.g. URL) where the authorized request can return information to the server, parameters indicating what type of authorization to perform to verify user consent (e.g. need voice, picture, biometric, parental or administrator authorization), or parameters indicating what type of information service requests to know about user. The server may determine what information to provide to service. A UI is displayed asking the user to choose what information or access to information or other privilege level to provide service. The service may request access to certain information as part of request to server or the type of information requested may be pre-configured on server, or all services may receive the same set of information, based on user selection.
[0048] The system may be configured to provide opt-in/out of service requested information. In this case, the user can choose which identity to associate this service relationship with. The user is presented with default information and can modify it specifically for this service. The system can also provide automatic selection of information based on user profile. User preferences can be used to determine what information to provide to service. User preferences can be based on category of service. For example, a user chooses that shopping sites cannot get the user's email address but do receive a valid billing and shipping address and valid credit card information, whereas a social network may receive the user's email and music preferences but not their address. The server may have a database of service categorizations to allow the providing of information to a service to happen automatically. The server then authorizes the request For example, the server communicates with the authorizing client, or presents a UI on the requesting client for user to confirm that they wish to create an authenticated relationship with service. The server returns
authentication or authorization information to client or service to the client, and the server returns information about the user/identity or an authorization for the client to retrieve authentication information to the client. The client then relays that information to the service server, and may create an account identifier for the client to pass to the service so that the service can communicate directly with the server about the account (e.g. to retrieve updated information, to access services associated with the user's account). The data returned by server may be digitally signed to prove its authenticity to the service.
[0049] The server may send user/identity/account information to service directly (or authorization to retrieve/access that information), e.g. via a pre-registered URL, via a URL provided in the request, or in response to a server's request for the information/authorization. This information may include any information server wishes to provide and may also include information provided to server in request, e.g. service's identifier for the request.
[0050] The client may request authorization from server to login or perform action.
Example use cases of this embodiment include: login to service, or performing an action on the service (e.g. performing a bank transfer, changing password). The authorization request may be automatically triggered by visiting website, performing action on website, or opening an application, performed by application or service in the background, or it may occur after user intervention (e.g. display UI where user can choose authorization options then request authorization of login or action). The request may contain information, a service URL or other identifier (e.g. package name, signing key, signing certificate), or an action requested or type of authorization (e.g. login credentials, transfer $1234.33 from account 2912 to "Sally"). Several options may be associated with a request for authorization, and may be automatically set or set by user using user interface. These include which authorizing client to ask for authorization, what form of authorization to engage in (e.g. push, phone call, SMS, email), how long to authorize for (e.g. ask for 30 minutes of authorization for all sites). If the user has multiple accounts, allow them to choose which to login as. The request will then contain information regarding which account to authorize login to. The options may also specify a challenge token provided by the service that will be responded to by server if authorization is successful (e.g. digitally signed, HMAC, etc.). [0051] Before sending request, client may have retrieved information from server or authentication/authorization request process include multiple requests and responses between client and server. For example, client requests from server available list of authorizing clients, or server pushes that information to client (e.g. based on whether the authorizing clients are currently connected to server. The client may wait for a response from the server, e.g., using push mechanism or periodically poll server, HTTP long poll, websockets, etc. It then receives a response from the server, and populates the form field with response (e.g. username, password) and submits if a form based authentication. It can also send information contained in the response to the service (e.g. digitally signed token provided by server, username/password provided by server), set a cookie based on response, and perform a Javascript callback based on the response.
[0052] In an embodiment, the authorization flow generally includes the steps of: the requesting client identifying the authorizing client to communicate with and requesting authorization from the identified authorizing client, the authorizing client receiving request, validating that the request is legitimate, performing authorization and then sending a response to requesting client. The requesting client then either uses response directly to complete its request (e.g., for login credentials) or provides response to server as proof of authorization.
[0053] Some embodiments may include an authentication or authorization UI (user interface) for use as a primary authentication/authorization mechanism or interacting with a service's existing mechanisms, a form detection and analysis component, web browser registration/login tools, mobile keyboard (e.g., a software keyboard module that can log in and register accounts) support, a mobile application authentication API (application program interface), mobile app authentication to a server, and credential transport security
mechanisms.
[0054] With regard to credential transport security, if transporting usernames and passwords, it's ideal for server to only store encrypted password information and not to be able to decrypt credential information. The problem of being able to decrypt credential information is solved by the requesting client or authorizing client having a decryption key (e.g. symmetric key, or private key), so that the credentials can be decrypted by the requesting client or by the authorizing client which sends them to the requesting client. If the requesting client has decryption keys, it may not store credentials locally, so that when server authorizes request to login or create account, the server sends encrypted information to the client, which is decrypted by its keys. In this case, only the client can decrypt them with a key it has (e.g. locally generated, derived from a user password (e.g. using PBKDF2), stored on the client or a hardware token associated with the client). Alternatively, the client may locally cache all credential information and request from server returns a decryption key for a given service's credentials. The problem of password resets (where the decryption key cannot be derived if the user forgets his or her password) is solved by a key escrow service first storing the client's decryption key or an encrypted version of the decryption key that can recreate the client's decryption key given some form of authorization, such as by verification via email address, or phone call.
[0055] Aspects of the one or more embodiments described herein may be implemented on one or more computers executing software instructions. The computers may be networked in a client-server arrangement or similar distributed computer network. FIG. 1 illustrates a computer network system 100 that supports client computers, mobile communication devices and other network elements to implement one or more embodiments. Those of ordinary skill in the art will appreciate that the elements illustrated in FIG. 1 may vary depending on the system implementation. In system 100, a network server computer 114 is coupled, directly or indirectly, to one or more network client computers (e.g., clients 112, 118, 119) through a network 110. The network interface between server computer and the client computers may include one or more routers that serve to buffer and route the data transmitted between the server and client computers. Network 110 may be the Internet, a Wide Area Network (WAN), a Local Area Network (LAN), or any combination thereof.
[0056] In one embodiment, one or more of the server computers 114 may be a World- Wide Web (WWW) server that stores data in the form of web pages and transmits these pages as Hypertext Markup Language (HTML) files over the Internet 110 to one or more client computers. For this embodiment, the client computer typically runs a web browser program to access the web pages served by a server computer (e.g., server 114) and any available content provider or supplemental server. For the embodiment in which network 110 is the Internet, network server 114 executes a web server process to provide HTML documents, typically in the form of web pages, to client computers coupled to the network. The client computers may access the Internet 110 through an Internet Service Provider (ISP). Data for any of the resources, services, web sites, and the like may be provided by a data store 116 closely or loosely coupled to any of the server 114 and/or clients. [0057] As shown in FIG. 1 , the client computers may be embodied in a workstation computer 112 or it may be a computing device such as a notebook computer 119, personal digital assistant, or the like. The client computer may also be embodied within a mobile communication device (e.g., smartphone, mobile phone, tablet device, etc.) 118, game console, media playback unit, or similar computing device that provides access to the Internet network 110 and a sufficient degree of user input and processing capability to execute or access the applications or resources provided by server 114. The client computers may be coupled to the server computers and other network resources over a wired connection, a wireless connection or any combination thereof.
[0058] In one embodiment, system 100 includes a user authentication management platform 101, which includes a server 102, also referred to as an "authorizing" or
"authentication" server that executes a server-side authentication/login process or functional component 106. Client versions 130 of this process 106 may also be executed on the client computers in a distributed application environment. The process 106 may represent one or more executable programs modules that are stored within server 102 and executed locally within the server. Alternatively, however, it may be stored on a remote storage or processing device coupled to server 102 or network 110 and accessed by server 102 to be locally executed. In a further alternative embodiment, the authentication/login process 106 may be implemented in a plurality of different program modules, each of which may be executed by two or more distributed server computers coupled to each other, or to network 110 separately.
[0059] During a typical network exchange, a user through client computer 112 may make a request 120 to a target server 114 to access an application provided by the server or to access some other network resource through server 114. Many such applications or resources may be protected so that only authorized users may gain access. In this case, the accessed (or "target") server 114 will in turn respond with a challenge 122 requesting that the user provide appropriate authenticating credentials, such as a valid username and password. Although the example of FIG. 1 illustrates the request-challenge routine being executed between desktop client 112 and target server 114, it should be noted that a similar request-challenge routine is performed by any other client 118 or 119 accessing a server in system 100. In certain cases, there may be no challenge presented, but the user must still provide valid credentials. If not, the request is simply rejected. [0060] In an embodiment, the authentication/login component 106 enables a challenge- response interaction between client and server when the client makes a request to the server. The request specifies the resource or application to be accessed. The request 120 includes the application identity information - for a website, mobile or desktop application, or other service needing authentication or authorization URL, package name of hosting application, signing certificate of hosting application, class name or other identifier of a current user interface dialog, UUID (Universally Unique ID), a hash of the application or site code, a digital signature or HMAC provided by the application, or other information that can be used to fingerprint software (e.g. class name of running service or activity). To gain access, the client must provide the proper credentials in response to the challenge 116 from the server.
[0061] For the server-based authentication method, a requesting client makes a request of the authentication server. The request may contain information that proves the identity of the client, such as a username/password or token. Authentication may be performed before or after the request. The request can be one of a request for data, access to a service or to perform an action. Data may be e-mail or other stored information associated with a user account. This may be especially useful if the server is used to provide information for creating an account on a third-party service. Data may also comprise access to sensitive data, such as early access to quarterly reports, in which case a decryption key is provided for sensitive data, e.g., a user opens a PDF document, but the document is encrypted. The client sends a request to the owner of the document, and the owner approves or disapproves the request based on the identity information provided by the client. Access to a service may comprise a case where the server may proxy access to a service, controlling the client's access to that service. For example, a client may not have login credentials for a website due to security purposes, but the server can proxy requests to the website and responses from that website if the proxy session is appropriately authorized. Performing an action may be illustrated by a bank using the authentication server to authorize a transfer funds from a user's account.
[0062] Credentials generally comprise any information that is presented to an
authentication or authorization system for the purposes of authentication or authorization. For example credentials may comprise a username/password combination and/or a token and/or a cryptographic signature. Other forms of credential or authenticating elements may include authorization through a third-party service, such as OAuth, which is an open protocol to allow secure authorization in a standardized way from web, mobile and desktop applications. Using this method, the server authenticates the user, then displays a
confirmation of the request (e.g., to confirm whether or not user wants to allow the requestor to gain access). For example, a server may use a user's Facebook account as its source of authentication. For that reason, the client must prove that it can connect with a user's Facebook account in order to claim to have access to that user's account information. The server may require that the client use Facebook's OAuth API in order to supply server with a guarantee that the user is allowing access. Credentials may also be produced or linked to other accounts the client has access to. For example, if a first client has access to a given email or social network account, the server may create an account that is associated with that client. If a second client that wishes to access the first client's account on server, the server may validate that the second client has access to the email or social network account, and if so, provide the second client access to the account on the server.
[0063] Other common types of credentials include: (1) a username plus password supplied from client to server in which the system checks whether or not the password entered on the client matches the password associated with the user identity (or
encrypted/hashed version of the password); (2) a public key or certificate with a public key in which the client may supply a public cryptographic key or certificate containing such a key that corresponds to a public key the server already knows about and in order to prove that the client has a corresponding private key, the server may issue a challenge that is to be signed by the client's private key, which is authorized if the client can supply the correct response; (3) a secret known to server and client, which is similar to a public key in that if the client and server each know of a secret, the server can issue a challenge that is encrypted with the shared secret (either as a key or content, such as in an HMAC scheme) and returned to the server as a response; a phone number that allows the server to call and ask the user to confirm (e.g., by pressing a touch tone key), by entering a PIN code over the phone previously associated with the user's account, or by providing the user a code they need to input into the client) so that it may be, in turn, supplied to the server to prove that the user of the client and the owner of the phone number are the same; (4) an e-mail or text message sent to an address associated with the identity to confirm the enrollment of the new client; (5) a hardware identifier that may be used to determine identity of the client (e.g. IMEI, IMSI, UDID, MAC address, serial number, or other unique identifier provided by device's hardware), and which, because hardware identifiers are not always secret, may be used alongside other mechanisms to strengthen authentication or provide additional context to server when evaluating client- supplied information (e.g., a hardware ID associated with hardware that has previously authenticated successfully may be treated differently than a hardware ID that has not previously authenticated; (7) a cookie that was previously set from past contact with the server and which the client may later provide to associate the client with whatever the server knows about the previous client that connected with the corresponding cookie identifier; (8) a stored token/cookie, which may be a random identifier that the server looks up in a dataset of known identifiers associated with accounts, and which may be digitally signed (e.g., JWT) so that the server can verify that the token was created by a trusted entity, by which when a client was previously authenticated with a server, the server may provide a token or other information that the client stores and provides to server in subsequent interactions, proving that the client is associated with the previously authorized client.
[0064] To minimize authentication requirements for new enrollment associated with a contact address (e.g., phone number, email, IM service, social network account, etc), the client may provide a messaging address. If no account associated with messaging address, the client is given access to a newly created account. If there is a previously associated account, then require the client to authenticate with that account (e.g. one of the above methods). If the client is on the same network as existing client, then certain network information can be used in the authorization context. Alerting on new client added to account can be handled by determining if the client is new (as determined by hardware ID, no cookie or auth token, etc.), sending an email or other alert to the user, or requiring confirmation from another client authenticated on the user's account to allow access, or requiring an additional authentication step.
[0065] Once proper credentials are provided, an authorization is issued. An authorization from the server is an indication (e.g. yes/no, true/false) of whether the action is allowed. The authorization can also take the form of a token that grants access or is proof of allowance of an access, token can be provided to any system that needs proof that a given user is authorized for a particular action. Alternatively, callback to a system indicating that the user is authorized can serve as authorization.
[0066] In some embodiments, the authentication server performs authorization of the requesting client to determine what account on the server the client is associated with, and this may happen before performing authorization, or as a result of the authorization process (e.g. that specifies how to authenticate the requesting client). Certain examples of authentication are given below. In one case, the server requests user-confirmation for authorization using an authorizing client to perform authorization. The server contacts an authorizing client, which is responsible for determining whether or not the request is authorized. The server may use a push mechanism to be able to send a message to client with low latency. Example methods include Google Cloud Messaging, Apple Push Notification Service, HTTP Long-Poll, SMS, outstanding TCP connection between client and server or push service (e.g., Lookout cloudpush). The message pushed to authorizing client may contain information about the request, or it may be an indication that the client needs to create a secure connection to server to retrieve the information. The authorizing client displays information about the request such as through a user interface dialog or notification mechanism on a mobile device. The information can include the site or service being logged in to, the operation being performed (e.g., a bank operation like transfer $1203.11 from account -2912 to "Sally"), an IP address, location, username, device nickname of the requesting client, a picture of user, taken by camera of requesting client. The user then confirms or denies request on authorizing client UI. Confirmation by be action required to confirm, such as: press a button, enter a PIN code, facial recognition using device camera, voice (e.g. authorizing client asks user to speak a phrase, client processes voice locally and/or send audio to server for matching against known user voice information), hand geometry, retinal analysis, blood vessel pattern on eye, blood/DNA analysis/sequencing, fingerprint reading on device, teeth geometry identification (e.g. using device camera), secure token input required, RSA secure ID generates rotating number, user required to enter token's output into authorizing client, NFC device required to be read by device's NFC reader, the NFC device may simply have an identifier that is confirmed by client or server, or may perform cryptographic operations (e.g. signing a challenge sent by server) to guarantee its presence, or biometric data.
[0067] The client may provide trusted information as part of user confirmation in order to prove the legitimacy of the server. For example, a user may be asked to enter a pin code or password on a confirmation interface; however, if malware impersonates the interface, it may fool a user into entering his or her pin or password. In an embodiment, this problem solved by displaying trusted information that only the server would know on the interface so that the user is aware of this (e.g., Bank of America SiteKey shows a picture on its website when asking for a user to enter his or her password). The trusted data may be intended to be consumed by the user or a client, or both (e.g., a picture may be consumed by a user, but a cryptographic signature may be only consumed by a client and both may be present in a given authorization request). The trusted data can be set by one or more several processes, such as: pre-set by the user, generated by the server when a user first enrolls, retrieved from an account associated with the user (e.g., Facebook, email), using authorization context information discussed elsewhere (e.g. you're currently on this network, or at this location), or retrieved from a service with knowledge of the user (e.g., credit reporting service that knows the user's previous address, financial institutions, etc.). Examples of such data includes: an audio or video recording, photo, sound, text (e.g. word, phrase, sentence), cryptographic signature, or a message coming from a known source populated with caller ID or as a sender or reply-to address of a message.
[0068] In an embodiment, the authorizing client sends the results to the authentication server. This may be done in one of several methods, such as the client authenticates using any of methods described herein (e.g., relay of known credential, hardware ID digitally signing response using client's private key, where public key known to server) and provides result data over SSL/TLS to the server. A network provider may add header enrichment to request sent from authorizing client to server, thereby providing additional context to server of device's identity, e.g. device phone number, IMEI, IMSI, or other information added to HTTP header. A digital signature of result data may be used, where the server knows the public key of device, and the device signs data with its private key, or using symmetric keys, device uses HMAC or simply encrypts data with key known to both server and client. This exchange may take place in a TPM or secure system (e.g. TrustZone).
[0069] In an embodiment, the authentication server stores the result of authorization for non-repudiation purposes so that a user is not able to deny or repudiate an action. Examples of this method include a bank having a user's voice confirming the transfer; face images; speech, physical signatures; and location information.
[0070] The authorizing client may embodied in one or more forms, such as: a dedicated application, an application built into a platform (e.g., Facebook), an application integrated into another application (e.g. security application), a mechanism built into operating system or into a SIM card or other hardware module. [0071] In a case where the authentication server contacts a known address associated with the user to perform authorization, several different address types may be used, such as: e- mail, phone, SMS, IM, among others. The authorization options include: the message may be directly intercepted by the client (e.g., if text message, an app can intercept the message; if email, it may be a browser or email client plug-in) and contain an identifier that the client can relay to server to prove its association with the address (e.g. server provides credentials to requesting client only or associates requesting client with a particular account if it can prove it can receive messages at a given address); the message may contain an identifier that should be entered into a client by the user, the client sending the identifier to the server; the message may ask the user to visit a web portal or simply a request to visit a web portal to confirm the authorization; the message may request that the user reply to it, the server receiving the reply and interpreting it to determine if the user has confirmed or not; the message may contain a link for a user to confirm by clicking, and this link would have a token that identifies the user's web browser as the same user as the recipient of the message. In this case, the server may interpret visiting this link as authorizing the request or may require an additional confirmation by the user (e.g., the server displays additional information and requires that the user click a button to complete the authorization). The client, if able to intercept the email or the link being visited may intercept the token and provide that as proof to server that the client is associated with the identity.
[0072] In an embodiment, the authentication server uses context information to perform authorization of the requesting client and/or the user. The authorization may take into consideration information provided by the client, e.g., provided as part of requesting client's request content, requested by server from requesting client or another client determined by server as a result of processing information from a client (e.g. geo-ip, mobile network operator location lookup), retrieved from another server or service, associated with the account and stored at server. Location is also another item of context, and such location can be determined via: geo-ip, provided by clients (e.g., by GPS or other on-device location systems), nearby wireless infrastructure, e.g., Wi-Fi access points (APs) which may supply Wi-Fi SSIDs, BSSIDs, type of authentication information, any other information gather-able about the APs, and signal strength information, Bluetooth: nearby discoverable device addresses and names, cell-towers: single or multiple neighbor cells, cell identifiers, signal strength, etc. Location may be used as sole factor or contributing factor to authorization decision. Requesting client in known location that has previously been authorized from the same exact location, same city, etc. For the location of multiple clients, the server receives location of both requesting client and authorizing clients (e.g. when receiving request from requesting client, contact authorizing client and receive its location), and if the authorizing client is in the same location as the requesting client, the request may be authorized or treated differently (e.g. lower security method of authorization) than if they were in different locations; or the authentication may be completely denied. Other forms of location can be integrated to determine if requesting client and/or authorizing client is in an appropriate location for the user, such as: credit card transactions, social network check-ins, building access control systems, facial recognition cameras, network-based location systems (e.g. mobile phone or laptop connected to Wi-Fi in a particular location).
[0073] The network may be determined by one of: client provided network configuration information, or the server determining source information from the client. Types of network information include client provides configuration information (e.g. ip, default gateway, netmask, DNS server, domain); client provided neighbor device information such as: other device MAC addresses, e.g. gateway MAC, other device IPs, other device names (e.g. using SMB or MDNS); client provided Wi-Fi information (e.g., currently connected access point). Authorization may be based on same IP address or network/Wi-Fi AP. If a requesting client and authorizing client are on the same network (e.g. same public IP, same Wi-Fi access point, as supplied to server by both client, or otherwise have network information that they supply to server that corresponds), server can determine that the clients are in the same place, and reduce or eliminate the need to perform further authorization.
[0074] Application data may be determined by pre-associated info with account, retrieved from another server (e.g., MDM or MAM provider) or provided by client. Authorization may be based on the risk posed by applications on a device, or a fingerprint of apps installed on device (e.g. used as a characteristic to determine whether authorizing client or requesting client is legitimate).
[0075] Information regarding common accounts can also be used. If a requesting client and an authorizing client are both logged into the same service, the server can use either as authentication (e.g. if two devices each have access to the same e-mail or Facebook account, they both represent the given user), or authorization (e.g. if a device has access to multiple common accounts, it may be considered less risky than a device that has access to no common accounts). Services can include: e-mail account, Facebook, Google, or same network provider account (e.g., two mobile phones on a common account, two computers on the same ISP account). The process entails multiple clients providing account information to server (e.g. phone number, email address, user id), and the server validating that one or more accounts are in common, account information may be stored at the server so that a new client may be compared without having to communicate with previous clients. Methods of validating commonality include: each client authenticates with the service's authentication mechanism (e.g., Facebook connect), and can prove to server that it has done so (e.g., with OAuth, server receives callback that client has successfully authenticated), the client retrieves credentials associated with account and encrypts them, sending to server. If both clients have the same encrypted credentials, proves that they share the same level of access relative to that account. This may be full access, partial access, or no access, and credentials may be a stored token (e.g. a cookie), username/password, certificate, or other information, such as those described above.
[0076] The authorizing client may exhibit certain device usage anomalies, depending on what kind of device is used, and its sensitivity to certain usage or environmental conditions, and which may need to be accounted for by the authentication system. Types of anomalies include sensor input (e.g. accelerometer to track gait), location pattern vs. historical locations (e.g. may take into account time of day, day of week, etc.), device usage patterns (e.g. calling, app usage). This information may be gathered on the device or the server and analyzed on the device or server. If analyzed on the device, the device may report the current data and the historical, for the server to determine anomalies, or it may report to the server whether or not the device is in an anomalous usage state. The authentication server may use this information to allow authorization as follows: if device usage patterns are anomalous, do not authorize, or require stronger authorization.
[0077] In certain cases, the server may require strong authorization at the authorizing client. This requires that a user present an NFC credential which contains a secret code or that performs cryptographic operations (e.g., digital signature, HMAC) to verify its presence, and the authorizing client sends data to the server. Strong authorization may also require that the authorizing client be within range of a proximity security device (e.g. Bluetooth-enabled token) associated with user. The authorizing client may request information from the proximity security device or request that the proximity security device perform a digital signature or other cryptographic operation. The proximity security device may be a dedicated token or a user's PC, laptop, or a fixed proximity security device provided at a user's workplace. In an embodiment, if there is strong authorization present, no user intervention is required to authorize the request.
[0078] Authorization requirements may change based on information available to server. The determination of what authorization steps to take (if any), and how to determine whether or not the request is authorized may be based on a number of factors. Such data can include the context information described above. Examples of input to determine what level of authorization is required include: all authorizations are treated the same (i.e. no step of determining what form of authorization to do); server configuration/policy; requesting client configuration/policy or user input; based on type of authorization, e.g., if requesting client wants a one-time authorization vs. an authorization to access a number of services for the next 30 minutes creates different levels of authorization, access to view a bank account balance may be different than access to transfer money from the account. The fact that another client provides info (e.g. authorizing client configuration/policy) may also be a factor. The request may specify what type of authorization is needed, and the time since last authorization (e.g. if there has been a successful authorization in the last hour, use a lower form of authorization) may also be a factor. Likewise, the number of authorizations (e.g. first for this client has higher level of security than the hundredth) overall or for a particular service, or the risk level determined about requesting client, authorizing client, account, or service may also have an impact. If a device has malware, a client installed on that device may be treated with lower trust than a device without malware. Likewise, a service that has a high rate of fraud may be treated differently than a less-targeted service. The rate of fraud for a service may be based on recent activity. For example, lots of fraud today increases the overall authorization requirements for that service, whereas tomorrow if there is less fraud, there is a lower authorization requirement. The level of fraud can be automatically determined based on unsuccessful authorizations or specified by service, e.g. high/med/low. The location of the requesting client, authorizing client, or both, as determined by GPS, cell ID, presence on a given network (described below), Wi-Fi access points nearby, etc., may also be a factor, such that if a location is a high risk area, then the system performs a different level of authorization than a low risk area, e.g., some countries have higher fraud rates. For those countries the same action may trigger higher authorization requirements than countries with lower fraud rates. A location difference between requesting client and authorizing client may trigger a change, such that if they are in the same place, then may have lower authorization requirements than in different places. Also a factor is any policy that the service being authorized may have toward the specific account or requesting client, or global policy/configuration (e.g., for a bank transfer, the bank may specify what the level of authorization required is). Any combination of the above mentioned factors may also be considered. For example, if requesting client has a successful login to a particular service, record its location at server side. If the requesting client wants to log in to that service again, there may be a lesser authorization requirement than the first time if that client is in the same location than if that requesting client is in a different location. If the requesting client is in a different location, the level of authorization may be less than the first time, but more than if it were in the same location as the first login.
[0079] As stated in the Background section above, the most common security factor in use today is simple password protection, in which the credentials provided by the user comprise a username/password combination that is validated by the target server (or close proxy). Embodiments of the authentication management system extend password
management to include a greater identity management model for all online interactions performed by a user, and to reduce or eliminate the need to use any password to perform user authentication. In an embodiment, this is achieved by providing an authenticating client or similar authorizing device that communicates with the authentication server 102 to exchange and validate the credentials of the user on behalf of the target server 114. The authentication management platform 101 implements aspects of a multi-factor authentication (MFA) method that authenticates the identity of a user by one or more multiple factors, of which there are three major types: something one knows, something one is, and something one has. Examples of something that one knows include passwords, passphrases, or codes, and is the most common form of single-factor authentication; examples of something one is commonly comprises biometrics, such as a fingerprint, drop of blood, retinal scan, and the like; and examples of something one has include something that is uniquely possessed, such as a security token with a dynamically refreshed password displayed, or a physical or electronic key, and the like.
[0080] FIG. 2A is a flow diagram that illustrates client server exchange to validate user credentials, under an embodiment. As shown in diagram 200, the client request 202
comprises information that proves the identity of the client including credentials, such as a token, or username and password, or any of the other authorization objects mentioned above. The request may be of several types, such as a request for data, access to a service, to perform an action, or credentials. Data can be e-mail or other stored information associated with a user account, access to sensitive data, or a decryption key for sensitive data. For access to a service, the server may proxy access to a service and control the client's access to that service.
[0081] The client request 202 is processed by the server in a challenge and decision action 204. The challenge utilizes the context of the exchange and the decision is based on authorization based on the credentials provided by the user. In an embodiment, the user authorization is provided by a separate authorizing device or client. Upon valid
authorization, the decision by the server allows the client action 206 to be allowed, in which case the user is allowed to enter the website, access the resource, or use the requested service, or other desired action.
[0082] In an embodiment, the response to the server challenge comprises the client sending the username and password of the user to the server. The server checks whether or not the password entered on the client matches the password associated with the identity. An encrypted or hashed version of the password may be used. As stated previously, various other methods of authentication may be used. For example, the client may supply a public cryptographic key or certificate containing such a key that corresponds to a public key the server is aware of. In order to prove that the client has a corresponding private key, the server may issue a challenge that is to be signed by the client's private key. If the client can supply the correct response, access is granted. When using a digital signature, the client may alternatively initially supply an identifier that corresponds to a public key known to the server. The challenge response can also be based on a secret known to both the server and client. Similar to a public key, if the client and server each know a secret, the server can issue a challenge that is encrypted with the shared secret (either as a key or content, such as in an HMAC scheme) and returned to the server as a response. The challenge can also or instead utilize the user's phone number or other real-time contact mechanism. In this case, a client may specify a phone number, which is called by the server. The receiver must then confirm by entering a code or sequence over the phone line previously associated with the user's account. Similarly a text or e-mail can be sent to the user for which an appropriate response must be provided. A hardware key could also be used as a mechanism to respond to a challenge. A hardware identifier of the client can be used to determine the identity of the client (e.g., IMEI, IMSI, UDID, MAC address, serial number or other unique ID associated with the client device. Hardware IDs are not always secret, so this mechanism may need to be used in conjunction with one or more of the other challenge response mechanisms.
[0083] Other challenge response mechanisms include cookies. In this case, the client may provide a cookie that was previously set. The client can later provide the cookie that associates the client with something the server knows about the previous client that connected with the corresponding cookie identifier. Similarly, a stored token can be used. When a client is previously authenticated with the server, the server can provide a token that the client stores and provides to the server in subsequent interactions. The token may be a random string that the server looks up in a dataset of known identifiers associated with accounts. It may be digitally signed so that the server can verify that the token was created by a trusted entity.
[0084] Under an embodiment and as shown in FIG. 1 , an authorizing client 130 is associated or used with a requesting client 112 is used to provide the credentials of the user to the user authentication management platform 101 to access the target server 114. The authorizing client 130 is a device that is possessed and controlled by the user and is used by the authentication server 102 and/or target server 114 to authorize the request and allow access to the target server 114. One or more of the servers of system 100 may store the user credentials. In certain cases authorizing client 130 may access these credentials, or it may store these credentials itself for transmission to the appropriate server. In an embodiment, the authorizing client is embodied in a mobile phone 132 or similar device (e.g., a small tablet or PDA) that is small and portable and that can be linked with the requesting client (112, 118, 119) over a wireless link or direct connection. It is intended to be used in close proximity to the requesting client during the authentication process. In an embodiment, the authorizing client 132 may operate in conjunction with a client-side authentication process executed locally on the requesting client, and/or it may communicate over appropriate wireless links to the server-side authentication login component 106.
[0085] For an embodiment in which the authorizing client 132 is a mobile or cell phone, it may operate in a networked environment using logical connections to the requesting client 112, 118 or 119 via one or more communication interfaces. The communication interface may interface with a wireless network and/or a wired network. Examples of wireless networks include, for example, a BLUETOOTH network, a wireless personal area network, a wireless 802.11 local area network (LAN), wireless telephony network (e.g., a cellular, PCS, or GSM network), and/or near field communication (NFC). Examples of wired networks include, for example, a LAN, a fiber optic network, a wired personal area network, a telephony network, and/or a wide area network (WAN). In many use cases, the requesting client is typically a computer, such as desktop computer 112 or laptop/notebook computer 119 or tablet computer 118, and the user is logged in through a mobile authorization client, such as a smartphone 132 or other similar device. Alternatively, the smartphone 132 could be used as the requesting client and the associated computer 112, 118 or 119 could play the role of the authorizing client.
[0086] In an embodiment, the authentication server 102 requests user confirmation for the authorization, and the authorizing client is used for the authorization. The server 102 contacts the authorizing client 132 that is responsible for determining whether or not the request is authorized. The server may use a push mechanism to send the message to the authorizing client with low latency. The message pushed to the client may contain information about the request, or it may be an indication that the client must create a secure connection to the server to retrieve the information.
[0087] During the authorization process, the authorizing client 132 displays information about the request to the user through appropriate user interface and display mechanisms on the device. Such information can include the site/service being logged into, the action being performed (e.g., bank transfer), the IP address, location, or username of the requesting client, and a picture of the user taken by the camera of the requesting client.
[0088] Upon reviewing the request, the user either confirms or denies the request through appropriate user interface input. An action may be required to confirm the request, such as pressing a command button, entering a code, voice command, biometric input, or other similar input means. The client may provide trusted information as part of the user confirmation in order to prove the legitimacy of the server. Such trusted data can be predefined, generated by the server upon user enrollment, stored in a user account, derived from context data, or retrieved from a service that has knowledge of the user. Examples of trusted data include audio/video recording, photos, sound, text, cryptographic signatures, or messages generated from a known source populated with the caller ID, or similar data elements. [0089] In an embodiment, the authorizing client 132 sends the result of the authorization to the authentication server 102. The client first authenticates the request using a relay of known credentials, digitally signed response, or other means, and provides the result data over a secure transmission channel. The network provider can provide header enrichment to the request sent from the authorizing client to the server, thereby providing additional context to the server of the device's identity. The digital signature of the result data can also be included. The authentication server stores the result of the authorization for non-repudiation purposes.
[0090] In an embodiment, the authentication server 102 uses certain context information to perform the authorization. Such context information can include information provided by the client, the location of the client (such as determined by geo-ip, GPS or other location finding means, nearby wireless infrastructure, cell tower or other device triangulation means, transaction locations, building locations, etc.), network information (e.g., client configuration information, IP address, gateway, netmask, DNS, server, network names, access points, etc.), application data (e.g., pre-installed apps), common accounts, and device usage patterns and anomalies. For common accounts, if the requesting client and the authorizing client are both logged into the same service, the system can use either as authentication or authorization, since a common user is likely involved. Multiple clients can provide account information to the server and the account information may be stored at the server so that a new client may be compared without having to communicate with the previous clients.
[0091] The authentication process 106 is dynamic in that authorization requirements may change depending on the information available to the server. The level of authorization may be characterized as weak, strong, or any value in a range depending on a number of factors. These include: server configuration and policies, client configuration and policies, user input, types of transactions (e.g., website access versus money transfers or building access or personal data access), transaction frequency (e.g., one-time versus periodic), vulnerability of the requested transaction (e.g., susceptibility to fraud or malware attack), location of the client (e.g., near or far from home, safe or dangerous location), and other similar factors.
[0092] In general, various data objects and signals are used and transmitted among the different client and server computers of FIG. 1. FIG. 2B is a table that illustrates the various possible instantiations of various data objects and signals processed by the authentication management platform 101 under an embodiment. As shown in Table 210 of FIG. 2B, various data objects processed within the system include user credentials, encryption keys, and other possible objects that are used to authenticate a user, message or other transaction within the system. The data objects, typically the user credentials, may be stored on the requesting client, the authenticating client, or the authorizing client. Typically the data objects are stored as unitary elements in one of the denoted locations, but in some cases they may be compound elements that are stored in parts in more than one location, such as a portion of the credentials or keys in the requesting client, and the other portion in the authenticating server or authorizing client. Other storage locations in the network may also be used, such as supplemental servers, cloud storage, and so on, in which case a separate authentication may be invoked to retrieve the data objects for use by the authentication platform 101. The credentials, key, or other data object and stored in encrypted or decrypted (unencrypted) form. In the case encryption is used, appropriate decryption processes are used at the point where the data object is utilized. The signals processed within the system include the request for the credentials, key, data, or any other authorization, a confirmation signal (e.g., yes/no), the returned credentials or other data object in either encrypted or decrypted format, an encryption key, and any other appropriate signal for the data objects and transactions within the system.
[0093] FIG. 3 A is a flow diagram that illustrates a method of authorizing a user using an authorizing client device, under an embodiment. As shown in diagram 300, a requesting client 322 transmits a request 301 to a target server 326. In response to the request, the target server 326 issues a challenge 302 back to the requesting client. In an embodiment, an authentication server 328 makes a request 303 to the requesting client 322 for authenticating data. The requesting client 322 may respond with credentials 304, directly, or an authorizing client 324 may be employed to provide the appropriate credentials for the user. In this case, the authentication request 305 is transmitted from the authentication server 328 to the authorizing client 324, which responds with the authorizing credentials 306. The
authentication server then determines the validity of the returned credentials and passes the decision 307 to the target server 326. If the credentials are deemed to be valid, the client request 301 is granted.
[0094] In an embodiment, the authorization flow starts with the requesting client 322 identifying the authorizing client 324 to communicate with. Alternatively, the server may identify the authorizing client 324 based on the network information provided by one or both clients (such as through WIFI access point, common public IP address, etc.), or the requesting client 322 broadcasting to the local network, or other discovery means. Whether the requesting client or the server determines authorizing client could be based on the network information as described above or by user choice. For example, the requesting client may know about nearby authorizing clients based on proximity such as Bluetooth or network broadcasts if they are on the same LAN. Alternatively, the server may provide one or more "nearby" (based on IP, location, etc) authorizing clients and a method to reach them, such as an IP and port, broadcast address, Bluetooth address, etc.). The requesting client then requests authorization from the authorizing client. The request may need to be generated by the server and digitally signed by the server's private key, and the authorizing client only accepts requests that are validated against the server's public key. Alternatively, the request may be signed/validated against secret information associated with the account. The authorizing client receives the request and validates the request as legitimate. The authorizing client then performs the authorization and sends a response to the requesting client. The requesting client then either uses the response to complete the request (e.g., for login credentials) or provides the response to the authentication server as proof of authorization.
[0095] FIG. 3B is a flow diagram that illustrates a method of authorizing a user using an authorizing client device, under an alternative embodiment. System 330 represents a variation of system 300 in which the data objects comprising credentials and encryption keys are stored on the authenticating server. As shown in FIG. 3B, the requesting client 332 sends a request 340 to authentication server 334. The authentication server then initiates an authentication transaction with authorizing client 336 in which it sends a query 342 for confirmation, validation or authentication of the user of requesting client 332. The authorizing client then returns a yes or no response 344. If no response is returned, it is deemed to be a "no" answer. If the authorizing client 336 responds with a valid "yes" response, the authentication server then transmits the user credentials 346 to the requesting client 332. In one embodiment, the credentials 346 are encrypted, in which case, the encryption key 348 is also sent to the requesting client, either as part of the same message transaction, or in a separate transaction. The requesting client then performs the decryption operation to access the credentials. Alternatively, if the credentials are decrypted 350, they are simply sent from the authentication server 334 to the requesting client 332 as decrypted credentials 350. [0096] As shown in FIG. 3B, the use of encrypted credentials requires the use of an encryption key as part of or as an additional transaction between the various entities of the requesting client, authentication server, and authorizing server, as well as any other intermediate computers that may be involved, such as key generators, key repositories, etc. FIG. 3C is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encrypted credentials are sent and the authorizing client validates the user. For the embodiment of FIG. 3C, the requesting client stores or otherwise has access to the encryption key, act 372. The requesting client send a request to the authenticating server, act 374, and in response, the authenticating server sends a request to validate or verify authorization of the user to the authorizing client, act 376. If the authorizing client does not confirm or sends an invalid response as determined in decision block 378, the transaction is denied, act 380. If the user deemed to be authentic, the authorizing client transmits a valid message to the authentication server, act 382, and the authentication server then sends the encrypted credentials to the requesting client, act 384. The requesting client can then decrypt the encrypted credentials using the stored encryption keys, act 386.
[0097] In an embodiment, the decision to validate the user 378 may be performed by the authentication server, in which case, the authorizing client sends a response to the
authentication server and the authentication server then validates the identity of the user and then sends the encrypted credentials to the requesting client, if the user is authenticated. This alternative method is illustrated in FIG. 3D in which the authorizing client sends a simple return message, act 377 to the authentication server in response to the validation request, 376. In this case, the authentication server matches the return message against validation data to confirm a match between the authorizing client data and pre-defined validation data for the user. For example, the validation request from the authentication server may cause the authorizing client to simply return its own phone number and the authentication server can then verify that this is a correct response. Any other appropriate data string or data object can also be used. Thus, for method 371, the decision block 379 is performed by the
authentication server prior to sending the encrypted credentials to the requesting client, act 384.
[0098] For the embodiments of FIGS. 3C and 3D, the authentication server sent encrypted credentials to the requesting client, which stored (e.g., locally) the encryption key. In an alternate embodiment, the requesting client can store the encrypted credentials and the encryption key represents the data object controlled by the authentication server for transmission to the requesting client upon authentication of the user. FIG. 3E is a flowchart that illustrates a method of credential transaction for the process flow of FIG. 3B under an embodiment in which the encryption key is sent and the authorizing client validates the user. As shown in method 385, the requesting client stores or otherwise has access to the encrypted credentials, act 387. The requesting client send a request to the authenticating server, act 388, and in response, the authenticating server sends a request to validate or verify authorization of the user to the authorizing client, act 389. If the authorizing client does not confirm or sends an invalid response as determined in decision block 390, the transaction is denied, act 391. If the user deemed to be authentic, the authorizing client transmits a valid message to the authentication server, act 392, and the authentication server then sends the encrypted key to the requesting client, act 393. The requesting client can then decrypt the locally stored encrypted credentials using the encryption keys received from the
authentication server, act 394.
[0099] FIG. 3E illustrates an embodiment in which the decision to validate the user is performed by the authorizing client. Alternatively, this decision may be made by the authentication server, in which case, the authorizing client sends a response to the
authentication server and the authentication server then validates the identity of the user and then sends the encrypted credentials to the requesting client, if the user is authenticated. This alternative method is illustrated in FIG. 3F in which the authorizing client sends a simple return message, act 395 to the authentication server in response to the validation request, 389. In this case, the authentication server matches the return message against validation data to confirm a match between the authorizing client data and pre-defined validation data for the user. Thus, for method 397, the decision block 396 is performed by the authentication server prior to sending the encryption key to the requesting client, act 393.
[00100] FIG. 4A is a flowchart that illustrates a method of performing user authentication under an embodiment. The process 400 of FIG. 4 A begins with the user of the client making a request to access a resource on or through a target server, act 402. The target server then issues the challenge for authorization through the authentication server, act 404. The user's credentials are then sent to the authentication server by the authorizing client, act 406. In decision block 408, the authentication server determines whether or not the credentials are valid and approved. If they are not valid, the requesting client is denied access, act 410. If instead the credentials are approved, then the client is allowed to access the resource, act 412. FIG. 4A illustrates an embodiment in which the authorizing client stores or otherwise accesses or transmits user credentials directly to the server. In certain other embodiments, the authorizing client may be used to simply validate the user so that a credential exchange may be performed between the requesting client and the server.
[00101] FIG. 4B is a flowchart that illustrates a method of performing user authentication under an alternative embodiment. The process 450 of FIG. 4A begins with the user of the client making a request to access a resource on or through a target server, act 452. The target server then issues the challenge for authorization through the authentication server, act 454. The user is validated by the authorizing client sending an appropriate indication to the authentication server, act 456. The user's credentials are then sent to the authentication server by whichever server or other resource is storing the credentials, act 458. In decision block 460, the authentication server determines whether or not the credentials are valid and approved. If they are not valid, the requesting client is denied access, act 462. If instead the credentials are approved, then the client is allowed to access the resource, act 464. In the embodiment of FIG. 4B, the authorizing client simply sends an indication to server, but authorizing client does not have any exclusive access to the credentials. The validation by the authorizing client 456 may occur after the request/challenge sequence (452 and 454) and prior to the credential exchange 458, as shown in FIG. 4B, or it may occur at any other practical time, such as after the credential exchange or before or during the request/challenge sequence.
[00102] FIG. 4C is a flowchart that illustrates a method of performing user authentication under another alternative embodiment. The process 470 of FIG. 4 A begins with the user of the client making a request to access a resource on or through a target server, act 472. The target server then issues the challenge for authorization through the authentication server, act 474. The user is validated by the authorizing client sending an appropriate indication to the authentication server, act 476. The authentication server then pulls and uses the user credentials are stored on the server locally, act 478. In decision block 470, the authentication server determines whether or not the credentials are valid and approved. If they are not valid, the requesting client is denied access, act 472. If instead the credentials are approved, then the client is allowed to access the resource, act 474. In the embodiment of FIG. 4B, the credentials are stored in the authenticating server itself. In certain cases, pulling the stored credentials is accepted as approval of the user so that decision block 470 is not performed and the user is simply authorized after the server uses the stored credentials.
[00103] In general, the processes of FIGS. 4A-4C operate such that when the application is activated, the requesting client displays a waiting for authorization user interface and sends a request to the server to authorize access to the application. The server contacts the authorizing client, and an authorizing client must approve access to the application in order for the request to be granted. If approved, authorizing client returns an indication of authorization to server. The server returns authorization (e.g. Boolean value, decryption key, username/password) to requesting client. The requesting client activates application and allows user to use it. In identifying a user/client to a website or application, the requesting client performs extra validation of site/application to ensure security. The authenticating information comprising the credentials provided by the system, such as by a server or the authorizing client can be a username/password combination or a session token for the application's backend service, or an authorization token to retrieve login from a service (local or network-based), or other type of credential as described above.
[00104] The authentication server 102 may be configured to contain certain preference information indicating particular applications/services to manage or categories of
apps/services to manage. Enrollment, authentication, authorization for certain services, apps, or categories can then be dynamically controlled. For example, if an application/service for which authorization and authentication is being requested matches certain defined
preferences, these preferences determine whether the server automatically grants, denies, or performs additional authorization steps for the request.
[00105] With regard to password management, in general, the authorizing client 324 serves as the sole device that the user needs to validate his or her identity to the system. The authorizing device is itself protected by its possession by the user and its own password or similar protection scheme. As is known, cell phones and other mobile devices can be locked or unlocked by the user through the use of native password protection mechanisms. Upon power up, a user is presented with a lock screen on the phone or device that requires a password to activate the device. This mechanism is used by the system to implement an overall identity management process for the user. In an embodiment, the only password used by the user in the system is the authorizing client unlock password. In a recoverable implementation, the authentication server 102 stores all passwords on the server without the use of encryption based on a user-selected master password, such as that mobile device lock password. If the user ever forgets the master password, credentials could still be provided to the system provided the user verifies his or her identity to the system. To prevent any possible breach of the server system 101, a zero-knowledge method may be employed in which the server 102 does not know the user's master password or any of the other passwords. All credentials stored on the server are encrypted and can only be decrypted and accessed using the master password. If the user forgets the master password, the system cannot retrieve their information. Under an embodiment, the user may be given the option of selecting either recoverability or zero-knowledge with respect to the storage of passwords in their account.
[00106] In an embodiment, the authentication server and/or authorizing client is configured to perform aspects of identity management for a user. The user defines the credentials to be provided by the authorizing client, but these credentials can be automatically updated and managed by certain client and/or server processes. For example, a user may request that one or all of his or her service credentials are rotated; or credentials are rotated on a particular interval (e.g. change all of my passwords every month). Users may maintain accounts on the authentication server, and the server may be configured to manipulate such account information, e.g., using background page in client or headless browser on server side. Using a background page or headless browser, an automated system acting on behalf of the user can enter information into appropriate fields (e.g. update password form, new address form) and submit them to the server. Changing information may require a multiple step flow, e.g., the user may need to click a link in an e-mail message to reset password, and a server may store the methods used for a given service, e.g., Facebook, to change a password. The server storing methods to complete a flow solves the problem of a multi-step flow being used that would not allow a simple form submission to reset passwords. These procedures can be embodied by methods such as using Javascript and an open source repository.
[00107] Alternatively, the server may send procedures to client (e.g., through Javascript) to perform them. The server may need to intercept e-mail or other authorization mechanisms in order to complete process (e.g., e-mail asking user to confirm password change, or to complete password change). In an embodiment, the procedures may be stored in an open source repository so service owners can maintain their own information change procedures. The server or client uses an API (application program interface) exposed by the server directly to change information. The server signals to service that user's information has changed and that it should re-request it. Upon a site breach or other compromise to the system, the account information can be rotated automatically. In the case of a security breach, the server identifies all users of the service and rotates their respective passwords, e.g., by sending a request to the client to perform a rotation using a given or implied procedure. In an embodiment, all users of a given service are rotated. In an alternative embodiment, where the server knows of a subset of users that have been compromised, only those users who have been compromised have their passwords rotated.
[00108] In an embodiment, the authentication management platform 101 provides a management console that provides the data for the authentication server 102. The server provides an API so that a viewer client can retrieve information (e.g., a mobile app). The management console may be a site or application shows list of accounts, services, apps a user has enrolled. The user may change identity service or app is associated with, change password or e-mail for all sites/services or selected service. The server may revoke a service/apps access to user/account information or delete an account, such as by interacting with the service in the background to delete an account. The management console may be used to define and enforce certain behavior policies. The requesting client regulates behavior for applications/sites.
[00109] Authorization by the authentication server may occur in one of several ways. First, the server may authorize behavior locally (e.g., with policy based on user configuration or a pre-stored database). The process may authorize with server synchronously. In this case, before allowing behavior, the client must receive a result or decision from the authentication server. The process may also authorize asynchronously. In this case, the target server allows behavior if permitted by client, inform the authentication server about it but does not wait for response from the authentication server before allowing. The authentication server may later come back and revoke behavior, at which time the server stops behavior for that application or site.
[00110] The authentication process can be configured to utilize a proxy for a user. For example, when enrolling an app/service (or when changing account information for a service), the process sets the user information to be a unique address associated with the proxy, rather than providing the user's actual information. When the proxy receives input from the service, it checks a policy to see if the service is allowed to provide input to user, if so, then it is forwarded to the user, if not then it is ignored or returned input is sent to the service as rejected. The proxy policy can be set per service, by service category, or globally for the user, or type of communications e.g., deny all shopping sites, allow this specific service, deny all, allow billing e-mails, but not promotion e-mails.
[00111] The service category can be determined, such as by an application or site categorization service, by an application's category in an app store. The type of
communications can be performed on server side by analyzing content to be proxied (e.g., e- mail, SMS, package, letter), source information (e.g., known marketing e-mail service provider, known junk mail sender, third class presorted mail, etc.). The configuration can be based on rate limiting; for example, all services can send one e-mail per week, a particular service can send up to ten, but if any go over their limit, they will not be able to send more that week.
Comprehensive Login System
[00112] In an embodiment, the user authentication management platform supports a comprehensive login component 106 for one or more web browsers used on the client computer 112. Under the comprehensive login system, the user has stored his or her credentials for use with certain websites or other network resources. The login component is configured to detect navigation to a website for which the user has stored credentials with the server, and to detect empty username and password fields. The login component presents itself to the user in the form of a popup either on the requesting client or the authorizing client and prompts the user to login through the platform 101. The system can be configured to hide the login window if the user manually enters their username and password, but could also force a user to authenticate for a second time on their desktop if they logged in manually. The client then sends a request to the server 102 to initiate the MFA (multi-factor
authentication) process. It receives the credentials back from the servers (target and/or authentication servers) following a successful MFA exchange and automatically fills in the username/password and logs in the user. Such a login system could be configured to work for a variety of different browsers capable of being launched on the client computer (e.g., Chrome, Firefox, Internet Explorer, Safari, etc.) [00113] FIG. 5 is a flowchart that illustrates a method of comprehensive login, under an embodiment. As shown in process 500, for an accessed website in which a user's credentials have been stored, the server displays the username/password fields in the browser, act 502. An installed browser extension sends an authentication request to the authentication server, act 504. The authentication server then notifies the authorizing client, act 506. The authorizing client has an appropriate client side application installed that enables the client to provide user credentials to the server. On the authorizing client, the user is prompted to enter the universal password for the system, act 508. This password could be the same password that is used to unlock the client device, or it may be a different password that is known only to the user. In decision block 510 it is determined whether or not the provided password is valid. If not, the user is denied login access, act 512. If the password is correct, the authentication server releases the user's credentials to the client desktop extension, act 514. The user is then logged into the target web site with needing to enter any data into the browser, act 516.
[00114] The comprehensive login and MFA process enables the user to easily configure many frequently used and security sensitive websites for access without requiring the use of separate passwords and login procedures. For example, in a first consumer use case, a user may login to a bank web site with their password through their PC web browser. The browser extension prompts the user to save the password with the platform 101. The next time the user visits the bank website, the extension prompts the user to login using the comprehensive login process. The user clicking OK results in a message/dialog box displayed on the user's authorizing client device. The dialog asks the user to confirm the login process. If the user clicks OK, they are logged into the bank's website. In a second consumer use case, the user visits the bank website through their PC browser. Instead of logging in with a regular username and password, they are given the option to login through the platform 101. A prompt is displayed on the user's authorizing client device and a dialog asks the user to confirm the login process. If the user clicks OK, they are logged into the bank website. In a third use case in which the user is only using a mobile browser, and the mobile device is the same as the authorizing client, login may be automatic upon entry of the appropriate password into the mobile device.
[00115] As described with reference to FIG. 5, the comprehensive user login system utilizes dialog boxes and prompts displayed on the user's requesting client computer and the authorizing client. FIGS. 6 and 7 illustrate a sequence of display instances on both a client computer and authorizing client device during a comprehensive login session, under an embodiment. As shown in sequence 602 of FIG. 6, the client web browser 612 illustrates a login screen for a website accessed by the user, in this case an example Gmail welcome screen that prompts the user to enter their username and password for the Gmail account. The user's authenticating device (mobile phone) 622 is placed in proximity to the client computer. As shown in sequence 604, the authentication server 102 causes a comprehensive login prompt 615 to be displayed to the user, which invites the user to login using the authentication platform 101. At this point, the authorizing client starts processing the login process. The process then continues with sequence 700 of FIG. 7. As shown in FIG. 7, the login request 706 is displayed on the mobile device. If there are multiple accounts available on the website, the user is further prompted to enter the proper account, 714. The authorizing client then goes through the login process 708, and upon validation of the user's credentials, the user is logged into the target website as notified on the mobile device 712. As shown in FIG. 7, throughout this process, the browser web site 704 and 706 has not changed with respect to the display, and the user did not need to enter any information into the browser to perform the login. For purposes of illustration, the user interface may display the login message as "Login with Lookout" where Lookout refers to the name of the comprehensive login service or platform. Any appropriate prompt content and format may be used for the login dialog box or display area 615, and the platform may be referred to as any name or reference.
[00116] FIG. 8 illustrates a sequence of display instances on a client computer and authorizing client device during a comprehensive login session, under an alternative embodiment. As shown in FIG. 8, the user is prompted to login to the target website using the comprehensive login process through a prompt message 802. In general, the
authentication platform can support many different brands and models of authorizing clients, just as there are many brands and models of mobile phones. In certain cases, a user may in fact use more than one phone or mobile device that is capable of acting as an authorizing client. As shown in FIG. 8, the login process prompts the user to select the particular phone or device that is being used as the authorizing client. Displays 804 and 806 illustrate the case where the default authenticating device is a particular pre-defined phone (e.g., HTC One X). Alternatively, the user may be able to select a particular phone model through a pull-down menu selection, as shown in sequence 808. In this example case, the user is given the option of logging in using a HTC phone or a Samsung phone and chooses to login with the Samsung phone, 810. Once the appropriate phone is selected, or the default phone is used, 806, the authorizing client relays the request to the server to request MFA of the user on the mobile device, 812.
[00117] As described above, the comprehensive login process inserts a login option to be displayed in the desktop browser of the user's client computer. FIG. 9 illustrates a comprehensive login option displayed in a web browser, under an embodiment. As shown in FIG. 9, a browser display screen for a particular website (e.g., Google) includes a sign-in or login display window 902. This is the normal login area for the website. Under an embodiment, the authentication server 102 causes a separate login window 904 to be displayed. This invites the user to login to the site using credentials exchanged through an authorizing client. In this case, login through the display window 904 uses a universal password and eliminates the need to login through the dedicated website process 902. The authentication system can be configured to allow login through a default or single authorizing client device. Alternatively, one of several different devices may be used as an authorizing client device. In this case, the login display area may display several different devices, of which a particular device is selected through a drop-down or similar menu selection method. Thus, as shown in FIG. 10, display area 1002 in browser window 1000 shows several different device types that can be selected. Various different display formats and selection techniques can be used to provide the user with a prompt to utilize the comprehensive login system. FIG. 11 illustrates a comprehensive login display area 1102 for selection of different authorizing client devices for accessing a website 1100, under an alternative embodiment.
[00118] Once the user has selected the appropriate authorizing client device, he or she is prompted to enter the universal password through the web browser. FIG. 12 illustrates the password prompt displayed through a web browser, under an embodiment. As shown in FIG. 12, display area 1202 in browser window 1200 asks the user to enter the master password. Once the proper password is entered, the user is logged into the target website.
[00119] In an embodiment, the comprehensive login and user authentication platform can be used with one or more different social network platforms, such as Facebook. Many of these social network platforms already have their own login, connection, and validation mechanisms. In an embodiment, the comprehensive login process is integrated with the login and connection mechanisms of a social network platform. FIG. 13 illustrates the comprehensive login mechanism integrated with an example social network platform, under an embodiment. In the example of FIG. 13, an user attempts to enter a website 1300 hosted by Quora. Upon entering the site, the user is prompted with a login page 1302 that allows comprehensive login using a Facebook connect interface. As described above, the user may login using one of several different authenticating devices, and that different login screens may be provided to allow the selection of the proper device. This extends to the integrated login system as well. FIG. 14 illustrates a social network integrated login display that provides a selection of authorizing client devices, under an embodiment. In this case, the login display area 1402 provides a choice of mobile device displayed in browser window
1400.
[00120] It should be noted that the particular instances and examples of displayed websites and social network partners illustrated in FIGS. 9 through 14 are intended to be for example only, and that other websites, partners, entities, and web resources can be used.
[00121] In an embodiment, the comprehensive login system may be configured to allow login through the mobile device that acts as the authorizing client. The mobile client automatically displays a semi-transparent notification that prompts the user to login using the authentication platform 101. FIG. 15 illustrates a method of storing a new password in a mobile device using a comprehensive login system, under an embodiment. As shown in FIG. 15, process 1500 prompts the user to enter the password for a particular site (e.g.,
Amazon.com), and then select that system to remember the login for the site. This is similar to the process for the desktop browser, except that it is performed exclusively on the mobile device. The sequence of steps displays and steps may proceed as shown earlier with prompts asking the user to select a particular account if more than one account exists, with all of the display prompts shown in the mobile device.
[00122] In an embodiment, the mobile device login method may utilize a user installable keyboard with a 'comprehensive login' button included. Diagram 1600 of FIG. 16 illustrates a mobile device login interface that utilizes a universal or soft keyboard, under an
embodiment.
[00123] In an embodiment, the comprehensive login system is used to login in to websites that are accessed through captive portals. In general, a captive portal forces a client to view a special web page before using the Internet normally. It intercepts all packets regardless of address or port, directing them to the special web server instead of the intended destination. When a user attempts to access a web page using a browser, the browser is redirected to a web page that displays policy messages, requires authentication or payment or other actions. Such portals are common in public access areas (e.g., WiFi hotspots that require login before routing traffic, hotels, business centers, etc.). Many captive portals allow DNS (domain name system) requests to properly resolve, creating a mechanism for a client on a captive portal to send information to and receive information from a DNS server. For example, a client can perform a DNS resolution request for a domain whose subdomain encodes information (e.g. abcdefgasdf23131hk2j3j lh2kj3.lwl.lookout.com, where the first component in the domain name is data to be sent to a server). The DNS server can then return information in standard DNS responses, e.g. TXT responses, A responses, CNAME response, and the like. In this case, the login system may use DNS to transport credentials. In an embodiment, it may be desirable for a client to quickly detect if it is behind a captive portal and not simply subject to a network outage. In this circumstance, a client requests a web page with known content from a server. If the contents are not the known contents (i.e. the captive portal has intercepted the request), then the client knows the portal is captive and may use alternate techniques to communicate with authentication server. Some captive portals allow the use of ICMP (Internet control message protocol), which could also be used for tunneling. This allows the system to essentially tunnel through DNS, will to flow the DNS request through a configured DNS server and allow functioning of the login system behind a captive portal. Such behavior is essential if the login system is to be used to log the user into a captive portal's authentication system (e.g. username and password required to access).
[00124] As described above, certain embodiments facilitate a user logging into a target server using a linked authorizing client. Certain alternative implementations are made available through such a system. For example, in one embodiment, the authorizing client can be used to automatically fill-in credentials and data to the target client from saved data by the authentication server pushing a request into the authorizing client mobile device. In this case, the mobile device only needs to display a one-click login button. For this embodiment, the response-challenge routine could include a step in which the user must to accept a challenge on their mobile device after clicking a login screen or command on the target server website. This type of solution is useful when the target device is locked and user needs to login, or a service (e.g. a website with a login form) is attempted to be accessed via the requesting client. In this scenario, the requesting client detects there is a candidate key device, such as the user's authorizing mobile device in proximity to the requesting client, and requests login credentials and/or other form data from it; the user's phone responds with the credentials which are presented to the requesting client, or alternatively, are presented by the requesting client to the target server website. This latter case is similar to having a password manager that runs on a mobile device, and which is accessed remotely by an agent process on the requesting client.
[00125] Performing a login through an authorizing client also facilitates secure login to public machines. Thus, in an embodiment, an authorizing client may be configured to login to a website as a guest through a requesting client that is a machine at a public place, such as at a cafe, library, airport, school, office, etc. This solution helps prevent problems that are obviously associated with entering one's own password in a public and unsafe computer. In this embodiment, an identifier, such as a phone number is entered instead of a private password, when logging in to a target site. The system will make the push of a login request to the authentication server, sending the entered identifier (e.g., a phone number), and the authentication server then does the reverse lookup and pushes a notice of the device to prompt the user for a confirmation of login. In this case, the user only needs to click an "accept login" command (or similar command or prompt) on the authorizing client device. This essentially provides login by delegation via alternate identifier, in which a relatively innocuous identifier, such as a phone number is used instead of a secret password.
[00126] Embodiments of login through an authorizing client can also be used to implement a form of enhanced secure login by requiring a combination lock of multiple authorizing client devices. For example, login may require the use of a combination of a tablet and a phone challenge to authorize a login request, and if only one device is provided or compromised, the login will not succeed. For this embodiment, the system enables a multi- secure mode where a login request is pushed to login through an authentication server, and the login request is then pushed to more than one authorization client. In this case, the login challenge needs to be authorized on all devices for login to succeed. In an embodiment, authentication server pushes a request to multiple authorizing clients but only requires one of the to respond for the login to succeed. After the first authorizing device responds affirmatively or negatively, the authentication server pushes a cancellation message to the other clients so the user does not see old requests on his or her devices. In an embodiment, the multiple authorizing client devices may need to each be in sufficient proximity to the requesting client, and or to each other in order to propagate the challenge/response message sequence. In an embodiment, a proximity detection system may be implemented, such that described in co-pending U.S. Patent Application No. 13/ , entitled "System and Method for Changing Security Behavior of a Device Based on Proximity to Another Device" filed on
March , 2013 and assigned to the assignee of the present application, the disclosure of which is hereby incorporated by reference in its entirety.
[00127] For this embodiment, the enhanced secure login procedure requires that the user provide multiple forms of evidence, which can include evidence from multiple of the user's devices. The proximity element provides that some of the additional evidence can be transmitted automatically by the system, rather than through individual user interaction with each of the multiple devices due to the proximity module logic described in relation to the proximity disclosure mentioned above. Such a scenario provides a security level of proof of user identity employing multiple devices, instead of just a single authorizing client, and essentially sets a chain of accessing devices comprising the requesting client and two or more authorizing clients. Such a multiple authorizing client system may also be implemented in a personal device group comprising multiple portable devices used by a person, such as described further with reference to FIG. 17 below.
[00128] In a typical present login scenario, a user generally has as much time as he or she wants to login to a site. In certain security applications, a time limit may be placed on entry of login information to prevent users from having too much time to guess or otherwise improperly obtain passwords. In an embodiment, the authorizing client based login system implements a time-based login mechanism. In such a case, a user must select or click on a user interface element that displays an appropriate message, such as "allow log in" to effect the web page login. For example, in an embodiment, the time-based login mechanism provides five seconds (or a similar period of time) to login to target server through the authorizing client. In an embodiment, the time-based login mechanism may be extended to the multiple authorizing client system. In this case, time-based login is deferred to be accepted on two or more authorizing devices. This requires the login time window to be shared across the authorizing devices. A single time window can be provided during which the login sequence can be completed for all authorizing clients within a defined minimum amount of time, or multiple time windows may be provided in which login must be completed for each device sequentially. [00129] In an embodiment, a variation of multiple authorizing client device implementation includes a request forwarding or keychain scenario. In this case, multiple authorizing devices are not required for login, but instead, authorization delegation is performed by forwarding requests to access a device keychain to a secondary mobile keychain for authentication. For example, if a user is using a guest phone or device, this solution allows the system to forward a login request to the user's phone. In this case, a keychain is tied to a device, with one keychain per machine and/or one keychain per phone. Alternatively, a shared keychain may be used. This makes it relatively easy to share credentials, such as if a user types a password on one device, his or her other devices (e.g., phone and tablet) are logged in.
Form Detection and Analysis
[00130] Embodiments may also include methods that implement form detection and analysis techniques. In certain cases, an accessed page may contain a login or registration form. The MFA authentication and login process may use a number of methods to detect the presence of a form, the categories of information required by the form, and the entry of information into that form implementation. A form may be implemented as a browser plug- in, browser software, web page included software (e.g. Javascript), or an application component, keyboard, or other software that can interact with a user interface. The system includes a model that examines form structure and identifiers to determine presence and field categorization (e.g., name, email, address, city, state, etc.), such as type of field, e.g.
password field, e-mail field, name of field and associated or adjacent fields. The name is or includes username, email, password, pword, or uname; a form element's label contains "username". The model may also specify the position in DOM or other UI hierarchy (e.g. immediate child of element with class "password"). The system extracts information based on user interaction with a form. It may be configured to detect which fields are mutated by user by text entry on registration or login, determine which fields receive keyboard input from user, capture the initial value of form fields, then on submission determine final values to determine which changed, and it may compare final values to keyboard input to determine if dynamic behavior (e.g. password encryption) is taking place. The client may send information about application identity and form structure (e.g. field names, field types, position in DOM) to a server to have it determine mapping and combine with other users' results to improve accuracy. It may also analyze code of a page or application to determine field mapping, e.g., static analysis of android or iOS application to determine which field is a username field, which is a password field, and which button is a submit button. It may also implement crowd-sourcing, in which during form entry, it allows a user to mark field as particular type (e.g. username, email, first name, street address directly on form (e.g. right click context menu), or during form entry, visually highlight each form field and ask user to specify what type of information it is requesting, or after submission, present user with interface showing the list of fields, asking to tag what type of data each field has (e.g. name, email, etc.), and option to flag for someone to review/fix. A user interface dialog may ask the user to categorize the information they entered (e.g. "You entered 'myname@company.com', is this an email address", with the form asking the user to select what type of information "myusernamel234" is). The client sends this mapping information to server. Using mapping of field names/identifiers to categories from multiple users, the server can avoid asking new users how to map their fields if a certain proportion of users map a given field to the same category. The system service-specific model that determines presence of a login/registration form, field to category mapping, and any unique requirements (e.g. password length/content). This can be based on a URL or URL pattern for the specific service that determines presence of a login or registration page, a field name, DOM selector, or other user interface hierarchy information that determines presence of form and categorization of form fields, delivery which is cached on client or delivered to client based on client's request to server where client specifies identifier for service. The system then analyzes what form data is transmitted to server over network, such as by the name and values of fields sent by submitting form. It also analyzes the form on the server to send form configuration, including name and types for fields, application identity information, DOM/UI hierarchy information, for example sending a hierarchy of types, names, classes, and identifiers. The server then returns whether or not is login or registration form and maps fields on page to categorization.
Web-Browser Registration/Login
[00131] Embodiments also include a web browser registration/login deployed as:
embedded in the browser, as a browser plug-in, or as a Javascript library included in the site. If the user has multiple clients, e.g., browser plug-in and a Javascript library, the plug-in detects the site's integration with the Login with Lookout function and disables the plug-in's functionality or the Javascript detects the browser plug-in and disables the Javascript functionality. The system also determines enrollment by local cache or server request. The display may be implemented outside of page context (e.g. popup window), overlaid in the page, e.g., over a location of password form, where the position of the overlay is determined by detecting position of a target element via Javascript, and the size of the overlay is determined by the size of the form or container hosting form. In an embodiment, the UI is collapsable and closable.
[00132] The system may be configured to allow user pressing a button to initiate authentication or authorization request (potentially after selecting options, such as which authorizing client to use or what identity to authenticate as). A login UI shows waiting indicator while request is processing, and may show the status of request (e.g. contacting server, contacting authorizing client, waiting for user response on authorizing client, dialing phone number, waiting for response via text message). The server sends a response to the client, which may contain one or more of the following: categorized information (e.g.
username- 'myName", password- 'aSecretPassword!" address="123 Main St. Apt. 112", city="San Francisco", state="CA", postal="94111 "), and for which the form detection and analysis component of the client may determine how to map categorized information to particular fields in a form; a URL to redirect browser to (e.g. that includes a token) form data to post to a given URL; a decryption key for already stored information (e.g. password) on client; encrypted data for client to decrypt using a key it has; or an identifier for information already stored on client (e.g. address #3, credit card #2).
[00133] In one embodiment, the system may support a mobile keyboard that is a software keyboard module that can log in and register accounts. This enables application identity information that identifies target user interface (usually the currently focused UI dialog), e.g. using authoritative identity of target UI, such as a digital signature of the hosting application, can prevent UI phishing attacks (e.g. fake Facebook login form displayed), detection of login or registration form in UI and map fields to categories, e.g. examine Android view hierarchy for input fields, examine name of input fields, type of input fields (some may specify that they are an email address or password field), identifiers of fields; determines whether target application is enrolled, e.g., send package name and signing certificate of application to server, server responds with enrollment information. If enrolled, the system receives authorization from server to authenticate application (e.g. ask server for authentication credentials, server authorizes request and provides credentials if authorized); and if not enrolled, certain enrollment processes, as described above are performed. The keyboard also allows the system to insert text, keyboard events, navigation commands (e.g. up, down, left, tab), or other input to populate form elements in dialog as a result of server's authorizing login to pre-enrolled account or when enrolling an account, navigate target's UI tree (e.g. view tree, DOM tree) to move between fields, inject text, then inject tab, then more text ask user to go to username field, inject text, then ask user to go to password field, then inject text, and submit the form (e.g. button press of an affirmative button).
[00134] In one embodiment, the system may support a mobile application authentication API that detects the presence of a requesting client as an authentication/authorization provider (e.g., an application on the device). This may be implemented, by for example, sending an Android intent, or enumerating whether any applications will respond to a given intent; by checking if any application register to receive a given URI scheme; by querying the list of applications installed on the device and looking for a particular characteristic (e.g. package name, signing certificate); by checking in a shared memory (e.g. pasteboard) or file system location; or by checking whether a system service is present; by attempting to load a shared library. The application sends a request to the requesting client to determine if enrolled or to perform an enrollment. The requesting client may have a local cache of enrollment, or may request enrollment from server. If the requesting client determines that application is enrolled, it responds to the application, which displays UI element asking user if they want to log in to application. Alternatively, request from application to the requesting client may trigger the requesting client to display UI asking user if they wish to log in. If the user confirms that they wish to log in/register, requesting client authorizes the request (locally or with server) and returns information (e.g. credentials, account information) to the application or server specified in the request or previously associated with the requesting application.
[00135] In an embodiment, the system may support a mobile application authentication to the server. In this embodiment, the mobile application directly requests for server to authenticate a user on a device, such as by the application sending an HTTP request to server. The request may specify device identification information (e.g. IMSI, IMEI, android ID, UDID, account information, response to a cryptographic challenge), application identification information, or a variety of other types of information specified above. The server the authorizes request, as described above. If the request is authorized, the server returns account or authentication information to known trusted place. The application retrieves information from a trusted place, which may be specified in advance or via a URL provided by the application, checked against a domain policy list specified as part of the developer's configuration, which helps solve the problem of fake apps asking for credentials for a user. Alternatively, the server returns account or authentication information to the requesting application.
Additional Embodiments
[00136] The authentication and login platform may also be used to identify a user/client to a website or application. In this case, the user identifies him or herself to a site or application via a client that directly communicates with site/application, browser plug-in, Javascript library, or application/service provides information about the user via an API (e.g. Javascript API, HTTP API, Android intent, environment variables, shared pasteboard), or a browser/JS library provide an identifier that site can use to query the server via an API (e.g. HTTP API) to get more information about the user, and the client sets HTTP headers to include identification information. The user can also be identified transparently to site (e.g. no direct integration required), such as where the client pre-populates and submits login or registration form, the client creates a background page and logs in, so the user does not notice that they are being logged in, or the client sets cookies based on a previous session. Identification of a user to a site may occur automatically without per- site user intervention, based on pre-set preferences (e.g. only identify myself as anonymous or provide real name to all sites, but provide email only with user confirmation), or based on site categorization or reputation, e.g., a trust provider provides a rating system for sites and determines what information is acceptable for them to have, this may be based on expert review or crowd-sourced. A categorization provider may classify site into a category (e.g. eCommerce, social networking, news), and the user may select preferences for what level of identity they wish to provide each category of site. The system may also use operate with user opt-in behavior, e.g. user specifically select whether to opt the user in or not when they first visit the site. The user may have multiple identities, and selection may be made by UI on registration or upon visiting page, or it may be automatic based on category of reputation of site. Identity information may include name, email, demographic information, address, advertising preferences. An identity may be session-oriented (e.g. disappears after the browsing/usage session is over), anonymous persistent (e.g. unique identifier, where the identifier does not carry any additional information), or persistent with user-selected or site-selected information, e.g., email, real name, current location, payment information, address.
[00137] The requesting client performs extra validation of site/app to ensure security before enrolling user or automatically providing user/account information, determine if the site meets user's standards only provide authentication or account information to sites using SSL with a valid certificate by confirming with the server that this is an expected certificate for this site and not being spoofed. It may also determine categorization, maliciousness, quality, or reputation of site/app before enrolling. In this case, the requesting client provides application identification information to app/site assessment service, or an assessment service provides response, e.g. indicating that the site or app is authentic, whether it is a phishing site, how popular it is, how well it is rated by an expert rating service, how it is categorized, what country it is hosted in. Alternatively, the determination may be based on assessment, to determine whether to provide identity or other information, e.g., do not provide information to certain categories, advertising services, sites in particular countries, malicious sites or applications, sites or applications with poor privacy practices, phishing applications. Instead of denying a particular site or app, the requesting client may warn users why it is not recommended to register or purchase from a given site.
[00138] The system may also be configured to provide cookie isolation. In general, a server may set a cookie associated with a particular domain whenever an HTTP request is sent by a user's browser to that domain, even if the user is visiting a page not on that domain. For example, visiting www.a.com may show an HTML page that contains a reference (e.g. img tag) that loads an image from www.b.com. In this case, the www.b.com server may set a cookie so that any other sites (e.g. www.c.com) that also contain resources from www.b.com will cause the browser to send the previously stored cookie. This creates a privacy issue whereby services that users never directly visit can track users without their knowledge by integrating tracking images or scripts onto many sites on the internet. Similarly an application may use a global device identifier to track a user's behavior across multiple applications.
[00139] The problem of sites tracking users across many domains is generally solved by only allowing a site that user visits to set cookies, no third party sites. For example, if a user visits, www.a om, only that server can set cookies for the user, any requests to www.b.com from the page returned to the user's browser for www.a.com will not transmit cookies nor will they store cookies returned by b.com Embodiments include methods for isolating cookies to only a specific site, e.g. a browser stores a cookie state for each site, it stores and sends cookies set by the primary site being visited and any third-party sites referenced, and when a user is no longer visiting that site (as primary navigation), the cookies are not used or modified. Thus, if a user visits www.a.com, the browser will store and send cookies;
however if he/she visits www.b.com, and it contains content retrieved from www.axom, the browser will not send the previously set cookies for www.a.com; however it will store any received cookies and send them to www.axom whenever the request to www.a.com originates from a page primarily controlled by www.b.com. The policy of whether or not to isolate a site may be controlled by user preference or by a trust provider. Interaction with an assessment service in extra validation may be used. For example, known advertising tracking networks may be isolated, whereas, single-sign-on providers (e.g. Facebook, Google) may not be isolated.
[00140] Embodiments may also be directed to facilitating session transfers, which is the problem of a requesting client having access to raw credentials (e.g. in the case of an untrusted client, or a shared account is solved by server creating session and transferring it to the client. The server submits login form on its backend, captures session information (e.g. URL token, cookie). The server provides session information (e.g. token, cookies, URL) to the client and the client sets the session information. The server may request that client unsets information (e.g. if multiple users need to access the account, but only one can do so simultaneously, if a user's access has been revoked).
[00141] Embodiments may also be directed to certain account enrollment/management applications. In this case, the authentication management platform also manages personal information for one or more accounts. On enrollment, the user selects an identity to associate with a respective account. If the user changes identity, the system updates all accounts using that identity. Example types of information include: name, address, phone number, payment information, email address, company, interests, music preferences, and so on.
[00142] The system can be configured to modify user account information in the background. The user may request that one or all of his or her service credentials are rotated; or credentials are rotated on a particular interval (e.g. change all of my passwords every month), the system manipulates account information, e.g. using background page in client or headless browser on the server side. The form detection and analysis component may be used to determine category mapping of form fields, and a background page or headless browser may be used to enter information into appropriate fields (e.g. update password form, new address form) for submission. Changing information may require a multiple step flow. For example, a server stores procedures for changing particular types of information; the server may directly use them to change information or may send procedures to client (e.g. Javascript) to perform them. The server may need to intercept email or other authorization mechanisms in order to complete process (e.g. email asking user to confirm password change, or to complete password change). An open source repository may be used, such that the procedures may be stored in an open source repository so service owners can maintain their own information change procedures. The server or client uses APIs exposed by server directly to change information. The server signals to a service that the user's information has changed and that it should re-request it. The system can rotate account information on site breach, determine when a service has been breached, or determine which users of server are enrolled in the breached service. In response, the server can change authentication credentials, contact information, and other account information associated with the compromised service.
[00143] Embodiments may also implement a mobile application launcher in which a launcher loads another application. The app may already be installed on the system and loaded from its installation point, or from an uninstalled package on the file system (e.g. IP A, APK). The launcher may be integrated into an app (e.g. wrapping an app) and not a separate application as far as the OS (operating system) is concerned so that the launcher loads the embedded original app it is wrapping.. The launcher may perform validation of the app, e.g., verifying its digital signature, checking with a reputation database, locally or on a server to ensure that the app and/or its signer is acceptable. The launcher may decrypt the application if it is encrypted, and such encryption may occur for DRM (digital rights management) or security purposes. Both the app data (e.g., configuration, documents, cache, databases) as well as the application code/assets may be encrypted). The launcher starts an app or invokes a portion of app with certain authentication information, such as a pre-filled in an
environment variable accessible to the app, or pre-filled in configuration data accessible to the app. The launcher populates the login form in the app when appropriate. Authentication information can be: a username/pw or a session token for the app's backend service, or authorization token to retrieve login from a service (local or network-based). [00144] In an embodiment, the authentication server acts as proxy for goods and information to protect privacy and provide user control over access. Types of proxies for this application include: e-mail, phone call, text message, or mailing/shipping address, or payment. This functionality is implemented when enrolling an app/service or when changing account information for a service. It sets information to be a unique address associated with the proxy, rather than providing the user's actual information. When the proxy receives input from the service, it checks a policy to see if the service is allowed to provide input to user. If so, it forwards to the user, and if not it ignores or returns input to the service as rejected. For configuration, the system sets a proxy policy per service, service category, or globally for the user, or type of communications, e.g., deny all shopping sites, allow this specific service, deny all, allow billing emails, but not promotion emails. The service category can be determined by an application or site categorization service or by an app's category in an app store, and the type of communications can be performed on server side by analyzing content to be proxied (e.g. e-mail, SMS, package, letter), source information (e.g., known marketing e-mail service provider, known junk mail sender, 3rd class presorted mail, etc.). The configuration can be based on rate limiting (e.g. all services can send one email per week, a particular service can send up to ten, but if any go over their limit, they will not be able to send more that week), or whether or not the proxy is authorized by the user each time a service wants to proxy to them (alternatively, only the first time, or if it has been a long time since the proxy was used for that service).
Applications
[00145] Embodiments of the user authentication and login platform can be used in a variety of different online applications from communications (e-mail, messaging), electronic commerce, education, and home and family management. In these embodiments, the authentication server acts as proxy for goods and information to protect privacy and provide user control over access. Types of proxies include e-mail, phone call, text message, and mailing/shipping address, among others.
E-mail
[00146] One current issue associated with electronic mail (e-mail) communication is the threat of phishing, which is the act of attempting to acquire user information (usernames, passwords, credit card information, etc.) by posing as a trustworthy entity in an electronic communication. For example, a user may be invited to login to a website or respond to an e- mail that links to a site containing malware or data capture processes. In an embodiment, the user authentication management platform provides an e-mail system that eliminates or reduces the threat of phishing attacks. The platform creates a trusted pathway so that authentic e-mails from trusted accounts are treated differently than e-mails from unverified e- mails. The problem of unwanted e-mail from services a user signs up for is solved by allowing a user to control each service's ability to send e-mail to them via an e-mail proxy that has a unique e-mail address per account the user has with a given service and a configuration determining which services can proxy.
[00147] In an embodiment, the e-mail system generates a unique e-mail address and associates that e-mail address in a database with user account and a service. The system sets the e-mail address of an account on a service to the generated e-mail address upon
registration by the server returning the generated e-mail address to a client that is providing account information to the service. By changing the e-mail address associated with the user's account on the service, when an e-mail server receives e-mail from the service at the generated e-mail address, the system checks the database to see what user and service the e- mail account is associated with to the server, performs validation on the source of the message, and rejects the e-mail message if invalid. The check can be performed by verifying whether or not the sending server is the appropriate sender for the service. Domain keys and sender policy framework (SPF) techniques are used to verify incoming e-mails sent to the assigned e-mail account.
[00148] In an embodiment, the electronic mail system includes a provision to protect the user's actual e-mail address to which the incoming e-mails are forwarded in the event the user replies to the incoming e-mail. Ordinarily when a reply to an e-mail message is sent, mail header information is included that shows the user's e-mail address. Thus an e-mail that came from marketer@xyz.com at service XYZ to a unique generated e-mail address k4iYuEvFAs9a6e3R@example.com would be forwarded to the user's real e-mail address usersrealemailaddress@gmail.com by the e-mail system. Should the user reply to this message, the original sender would see the user's real e-mail address
(usersrealemailaddress@gmail.com). The e-mail system takes several steps to prevent the exposure of the user's real e-mail address or IP address. The e-mail system generates, if it has not already done so, a unique e-mail address for the original sender's e-mail address, e.g., from-marketer-at-xyz.com@example.com and rewrites the From: and any Reply-to: headers in the e-mail to use this address. Replies sent from the real user will go to the e-mail system, which will strip any information identifying the user such as the user's real e-mail address before forwarding the e-mail reply on to the original sender marketer@xyz.com.
Additionally, the e-mail system will protect the identity of the user's IP address by rewriting any HTML content that is embedded within the original e-mail. Such HTML content can include page objects such as images that are pulled from the sender's web server; the act of fetching such page objects exposes the IP address of the reader of the e-mail. Any URI included in the HTML content in the e-mail will be rewritten to proxy through the system. For example, <img src="http://www.xyz.com/img/banner.gif '> will be rewritten as
<imgsrc- 'http ://webproxy. example . com/url?w
banner.gif '>. In this manner, the XYZ service will only see the IP address for the webproxy.example.com server, not the actual user's IP address. Additionally, in an embodiment, any executable objects such as scripts or flash or applets can be stripped from the HTML embedded in the e-mail message (because in executing they would be able to expose the user's IP address). Additionally, any page object that is fetched via the proxy webproxy.example.com is also examined for embedded URIs and these are rewritten in the same manner (e.g., a CSS stylesheet linked from a LINK element or html page embedded within an IFRAME element fetched that contains other URIs within it).
[00149] The e-mail system may also include a mechanism for spam reporting. This component checks whether spam has been reported by this site or this sender IP analyzing multiple e-mails from service, such as by checking whether or not a particular IP address or IP block is a typical sender for this service or atypical given other e-mails received for this service for this user or other users. It can also perform an IP address reputation check to see whether the IP address is for a known spammer. It can further perform a reverse DNS lookup to see whether the IP address of the sender matches the domain of the service or a domain associated with the service. Other verifications can also be performed, such as checking the digital signature of message from originating server, or the configuration/policy settings to determine whether service is allowed to send e-mail.
[00150] Once an incoming e-mail message is validated, the user preferences are checked to see whether or not the user is allowed to receive e-mail from the service. If so, the message is transmitted from the service to the user's e-mail account. If the preferences disallow the e-mail the system can be configured to either ignore the message or reject the message and return to sender, marked as disallowed. The system can be configured to automatically detect important messages (e.g. human generated, billing-related, urgent, etc.) and allow them to bypass the preference policy. Important messages may be digitally signed by a digital signature known to server to signify that a trusted entity is asserting that they are important.
[00151] In the case of a rejected e-mail transmission, instead of rejecting the message, the server 102 may instead quarantine the message. It can then send daily/weekly/periodic list of all quarantined message to user's e-mail address, and/or show a list of quarantined messages in a web application. To prevent links to dangerous or undesirable sites, the server can modify references to external resources. For example, reading an e-mail may expose the user to links to malicious sites links, images, attachments, etc. In this case, the system can retrieve all images reference and embed in the e-mail, strip off uniquely identifying strings when retrieving them. The system can also modify referenced URLs by stripping off any uniquely identifying strings. It can also change a referenced URL to a URL hosted by server after storing the original URL in database, or as parameter in the new URL hosted by server.
When visiting URL, or in advance of a user visiting the URL, the system checks to see whether or not the destination is unsafe (e.g., blacklisted). The browser can then be directed to visit the URL and determine if malicious or unsafe. In an embodiment, the system can incorporate a safe web browsing method for mobile devices, such as that described in copending U.S. Patent Application No. 13/160,382, entitled "Mobile Web Protection" filed on June 14, 2011 and assigned to the assignee of the present application, the disclosure of which is hereby incorporated by reference in its entirety.
[00152] Password reset mechanisms that may be employed by phishing sites or other malicious parties can also be prevented from operating. The system provides a single repository for all password notifications sent by server providers. Valid service providers would be instructed to send password reset e-mails to the user's verified login e-mail address. Every time that a password reset e-mail is received, a notification would be sent to the authorizing client, rather than the user's e-mail account. Thus, valid password reset notifications would be transmitted through the system, and any other password reset messages could be deleted or quarantined. [00153] In an embodiment, the server 102 can be configured to use clickthrough and open rates of e-mails to predict the relevance of e-mail content. For example, services that have high clickthrough and open rates may be allowed a higher default quota of messages than services that have lower rates. Thus, if the server determines that 50% of users open a message from service, and 20% click a link in the message, for example, the service may be allowed to send a high volume of e-mails (e.g., five per week). However, if the server determines that only 15% of users open a message from a service and only 1% of users click on content, for example, the service may only be allowed to send a low volume or no volume of e-mails. The server can also use clickthrough information and message content to identify patterns a service uses to reset an account password or change other account information. The server can then use these patterns to automatically change a user's account password or other account information without a user having to manually change their information.
[00154] In an embodiment the server may choose to consolidate multiple e-mail messages received from a service into a single e-mail message to be sent to the user. This can be done as a digest (incorporating the body of multiple e-mail messages into a single e-mail message) or can be done by sending the multiple e-mail messages as attachments to the single e-mail sent to the user. Whether the server is consolidating e-mail messages or not is configurable, and may depend on the current quota and volume of e-mails being received. In an
embodiment the server may consolidate e-mail messages from more than one service into a single e-mail sent to the user.
[00155] With regard to e-mail proxying, in embodiment, the server 102 can add human- readable authentication information in e-mail, such as an image, text, color, pattern, or similar data element. The server can add machine-readable information to e-mail content or headers to prove it came through the service and has been validated. For example, an S/MIME digital signature or PKCS digital signature of the message content can be embedded as a header or part of e-mail content, or the server can embed the HMAC of message content as a header or part of the e-mail content. Alternatively, a secret token known only to proxy service can be embedded as part of the message. The token may be unique to the user, unique to the message, or may be a digitally signed data bundle that includes information such as the service being proxied for, the message ID, etc. A user-defined image or text may also be used to authenticate the source of the email. Such user defined images maybe pre-defined and pre-stored in the system, or they may be provided by the user dynamically through UI prompts.
[00156] The e-mail functionality of the user authentication management system can also be configured to verify whether or not e-mail is received at the user's e-mail account. This can be implemented as a browser plug-in. When the user opens an e-mail in a browser-based e-mail client (e.g. Google Gmail) examines the contents of the e-mail API/login access to the user's e-mail account. The server then connects to the user's e-mail account and retrieves the e-mail message(s), and performs validation and other operations. The mail server that has access to user's e-mail account may maintain a persistent connection to the user's e-mail account to receive "push" e-mail and modify it as soon as it is received as opposed to waiting. Instead of proxying to enforce which services/applications are allowed to send mail to a user, the server 102 may enforce by interacting with user's e-mail account, such as by setting up a quarantine folder, and moving quarantined messages to that folder as soon as they arrive, or deleting disallowed messages.
[00157] To determine which e-mails are authentic from an e-mail server, the system can validate machine-readable or human readable information in e-mail, validate digital signatures, examine secret tokens and validate digital signatures, or look up in database of secret tokens to confirm that it is valid (e.g., for this user or this user-service combination). The system can also validate by examining e-mail headers (e.g. source IP of server relaying e-mail) to ensure it came from a valid source. The server can then take action based on authenticity of e-mails. Such action can be alert or status messages sent to the user. For example, the subject line may be modified (e.g., "SPAM:", "TRUSTED:", "UNVERIFIED:"), or the display color of the e-mail can be changed (e.g., green for authentic e-mails, no color change for unverified e-mails), or messages can be moved to a different folder (e.g. trusted folder, per-service folder, spam folder). Unverified or threatening e-mails can be deleted or modified, such as by appending a header reading "This e-mail is sent from an unverified sender, you may not want to trust its contents." The system administrator can be notified if the user receives unverified e-mail attributable to a trusted source (e.g. e-mail contains a reply-to or from address from a service, but was not sent through that service, then notify an administrator for the user's account or an administrator for the service).
Sales/Payment Systems [00158] The significant increase in e-commerce sites and Internet sales transactions has necessitated increased security in user information and payment accounts (e.g., credit card, debit card, bank information, etc.). In an embodiment, the user authentication management platform 101 includes a component that facilitates payment through the secure platform. In the case that the target website is a vendor site, the authentication server generates a unique payment account (e.g., credit card number) for the transaction or for the service such as in the case of a recurring transaction). The server provides the generated account to the service, and can be configured to automatically fill out the transaction forms, change payment details associated with the account without user intervention, and so on. When the service charges the generated account, the server can determine if the charge is authorized by preferences for the service on the user's account, or an organizational preference that determines policy (e.g. spending limits by amount, by category of purchase, or by service).
[00159] The server authorizes the transaction with user by pushing to the authorizing client the amount of transaction and the service name. The server then waits for user
confirmation/decline of transaction. If authorized, the user is charged. The system can create a pre-paid balance supplied by user (e.g. by charging to credit card or loading balance via ACH or wire transfer) or charge a pre-enrolled credit card supplied by user. If charging the user is successful, the system allows the transaction initiated by the service. If charging user is unsuccessful or the transaction is declined based on policy/preferences/user action, the system does not allow the transaction initiated by the service to succeed.
[00160] The sales component can also include processes that facilitate the shipping of purchased product. The server can be configured to generate a unique shipping identifier for a transaction or for user's account with the service. It first determines an appropriate shipping proxy location, and then determines by location of shipper and the location of the end- recipient to minimize overall shipping cost (e.g. cost to ship from shipper to proxy and proxy to user). The server populates the address field in a checkout form associated with an account or other shipping address information entry method (e.g. via API) with the proxy's physical address, including the unique shipping identifier.
[00161] The server can generate a unique name that has high enough entropy to uniquely identify user's account with service or user's individual transaction. At the proxy center, personnel receives the mail, looks up the identifier in a database to determine the intended destination, and sends the mail to intended destination in new or original, re-labeled packaging. Alternatively, they can hold with no intended destination for the user to pick up. For example, near a user's home or office, may be a set of lockers that allow a user to pick packages or mail up from. When a package is delivered to the proxy address, personnel bring the package to an appropriate locker near the user's home and the user receives a notification that they have a package waiting and that they should pick it up at a specified location. When the user arrives at the location, they may use login system to unlock their package. For example, a user enters a phone number in the locker's terminal. The locker terminal contacts authentication server to determine if that phone number authorizes a package to be picked up. Authentication server contacts authorizing client on the user's mobile phone and if the user confirms that it is OK to pick up the package, the authorizing client sends an indication to authentication server and authentication server informs locker terminal that it is OK to release the package. Locker terminal then identifies the correct locker the user is authorized to retrieve a package from and unlocks it.
[00162] The authorization system can be extended to multi-party authorization or notification. Instead of a single authorizer, it is often useful to allow the server to provide notifications or get authorizations from multiple people, or from a user different from the user whose action triggered the request. Instead of a single authorizer, it may be useful to allow server to provide notifications or get authorizations from multiple people, or from a user different from the user whose action triggered the request form a requesting client or other request origin. For a given process (e.g. task completion, action that needs approval before it can happen), authorizations may be triggered when the process originates, such as on a time interval (e.g. every night the store needs to be closed and locked) or based on user action (e.g. employee submits expense report, requests to sign contract, or requests access to a bank vault). Throughout the process users are assigned roles. If user did not originate a task, that user may be assigned to complete the task every time period. One or more user may be assigned to an approver role for a given step in the process. A group of users that are candidates for a given role are pre-determined or otherwise configured at service.
[00163] One or more people may be determined to be in a role where they are notified of progress or at particular points in the process, e.g., a store owner receives confirmation when the store is closed for the night, with a picture of the store's closure. Role selection can be based on a number of factors, such as: pre-configured, selected based on a schedule (e.g. John has Wednesday, Mary has Thursday, etc.), based on current location (e.g. closest user from a set of possible users) determined as described above, based on activity status, for example, is an authorizing client currently online and available (which is a state which may be determined automatically, e.g. by accelerometer motion, or manually set by a user). The server may receive information associated with the process (e.g. name of originator, photo of task being completed, task name, documents associated with task). If authorization needed in order for process to proceed, the system must determine user who can authorize task authorize request (e.g. as described above). If a task or authorization requires confirmation of completion, a user is requested to do it, the client prompting the user to provides the required information (as specified by server), e.g. picture, information, etc. A process may have a set of time periods for a task or a step in the process to be completed, if a time period has elapsed, the process escalates, e.g., assigning task/approval to a new user. The system notifies that an escalation user that the task was not completed. Multiple escalation steps are possible, and the escalation steps may change forms of communication, e.g. start with authorizing client request, move to text message, then to phone call. A process may be defined at the server using a management console to specify the flow, types of information required for different steps to complete, how to select an owner of a step, how to select an approver of a step, how to select someone who needs to be notified of a step, escalation path, repetition frequency of task, and other information described above.
[00164] A process may interface with external systems to perform one or more steps. For example, a building access control system transmits information to server when all occupants have left, if server has not received information by 10 PM, notify building manager. If all occupants have left but someone enters the building before normal hours, notify the building manager with the name of the person entering the building and a security camera video of them entering, the manager may only be notified of the entry or may be required to approve the entry. Example process automation using an authentication server include payments (e.g. payroll, billing), contract signing approval, PTO approval, hiring approval, e-mail content approval, and report approval
Process Management
[00165] Embodiments of the user authentication platform can also be used to perform certain aspects of process management, where a given process involves task completion and at least one action that needs approval before it can happen. Throughout a typical process, users are assigned roles. If user did not originate a task, that user may be assigned to complete the task. One or more users may be assigned to an approver role for a given step in the process. A group of users that are candidates for a given role pre-determined or otherwise configured at the service. One or more people may be determined to be in a role where they are notified of progress or at particular points in the process. For example, a store owner receives confirmation when the store is closed for the night, with a picture of the store's closure. Role selection can be based on a number of factors: pre-configured, selected based on a personnel schedule, based on current location, based on activity status (e.g., is authorizing client currently online and available).
[00166] The server may receive information associated with the process (e.g., name of originator, photo of task being completed, task name, documents associated with task); if authorization needed in order for process to proceed, the system determines user who can authorize task. If a task or authorization requires confirmation of completion, a user is requested to do it. A process may have a set of time periods for a task or a step in the process to be completed, and if a time period has elapsed, the process escalates by assigning task/approval to a new user. The escalation steps may change forms of communication, e.g., start with authorizing client request, move to text message, then to a phone call, if necessary.
[00167] A process may be defined at server using a management console to specify the flow, types of information required for different steps to complete, how to select an owner of a step, how to select an approver of a step, how to select someone who needs to be notified of a step, escalation path, repetition frequency of task, and other information. A process may interface with external systems to perform one or more steps.
[00168] In an embodiment, a management console may be implemented as a site or application shows list of accounts, services, applications a user has enrolled. The user may change identity service or app is associated with, such as through account modification background processes described herein. This can be used to change a password or email address for all sites/services, or selected service, revoke a service/apps's access to
user/account information, or delete an account e.g. interact with service in background to delete account. With regard to behavior policy, a local client regulates behavior for applications, sites. Types of behavior include payment, login/retrieve previously associated info, retrieve information about user/sign up and store for later relating site/app and person, application launch or site visit, application network access generally or to a particular domain, IP, access to location or other behavior on the device executing the application/site. With regard to timing, authorization can happen after an app/site attempts to engage in a behavior or before. This can occur upon access, such as when an application on device wants to make a payment or retrieve location or pre-emptively: e.g., app on device wants the ability to retrieve login information for a user (can be declared as part of a permission manifest for the application, or may be requested ahead of when it needs to happen).
[00169] For authorization, the system can authorize behavior locally (e.g. with policy based on user configuration or a pre-stored database, e.g. categorization database of apps / sites), or it can authorize with the server. Authorization can occur synchronously: before allowing behavior, the client must receive result from server; or it can occur asynchronously: allow behavior if permitted by client, inform server about it but don't wait for response from server before allowing. The server may later come back and revoke the behavior, and the client would then stop the behavior for that app/site.
Security and Disaster Recovery
[00170] In an embodiment, the user authentication and management platform includes one or more mechanisms to help users stop or recover from an attack (e.g., password hack, identity theft, etc.) and give them a clear course of action. An interface referred to as the 'panic button' provides a means to alert the service providers of every account the user has stored Login credentials. This puts the service provider on high alert that an impostor might phone or e-mail claiming to be the user. In this case, the strictest form of identity verification would be employed in the event of contact, and certain behavior would trigger automatic denial or further investigation, such as a user saying "I don't remember" to a security question. This security measure begins the process of resetting each and every password the user has stored with the authentication server. Several management functions can also be employed, such as an archive would be made of the old passwords and delivered securely to the user at a later date; the user would be notified of the change; and the user can request that certain credentials be frozen (i.e., not changed) by the panic button. In an embodiment, the authentication server provides a user interface that provides certain information to the user and prompts certain action. For example, the security user interface could instruct the user to do the following tasks in the event of a breach or emergency: (1) "Call your service providers", (2) "Begin with financial institutions", (3) "Consider contacting your credit card companies to freeze your accounts and search for suspicious activity....". Telephone numbers and other relevant contact information could also be provided. [00171] With regard to security, the system can also be configured to ask dynamic security questions. During normal use of the login and user authentication management platform, there may be certain times that the system needs to employ traditional security questions to verify a user's identity. Some situations in which this could be necessary include:
registration for the service, verification before initiating the panic button, verification when using comprehensive login on a mobile device, verification when using a platform proprietary browser, initiation of an MFA request on the desktop browser extension, and other similar situations. Current security questions such as "What was your mother's maiden name" are quite easy for an identity thief to determine. In an embodiment, the authentication server derives specific questions that are based on the context of network usage by the user. Thus, the system innovates the security routine by asking dynamic questions that are tailored to the user's unique knowledge about him/herself. Example questions might include: "which of these pictures did you take yesterday on your Galaxy Nexus?, Which of these is a Google Street View of your childhood home?, Which of the following contacts is in your address book?, and other similar context or use-specific questions.
Parental Control
[00172] In an embodiment, the user authentication management platform can also be used to facilitate the management of family or organization user access to Internet resources. Within the home environment, parental control is an important consideration given the free access to huge amounts of information on the Web. Parents usually desire some degree of control and consent over their children's' online activities. Parents typically want to manage what sort of services online or applications their children access and may also want to manage when their children access this. In some legal systems, service operators are obliged to obtain consent from parents if children under certain ages access their services (e.g., COPPA). The server 102 can be configured to determine when a child's requesting client wants to enroll or authorize access to a service, and then have the parents authorizing client handle the request for authorization. The parent can then choose to allow or disallow the child's access to service. The parent can set preferences of when to allow or deny service requests for the child so they do not need to approve every request. In an embodiment, child's requesting client authorizes access to run an application, for example, an app on a device is protected (e.g. encrypted or another form of access control) so that the requesting client must receive authorization from server before it is allowed to be opened. In an embodiment, a parent sees activity of child's authentication and authorization, e.g. new services enrolled in, when they visited given services, but does not authorize it directly. The server pushes notifications to parent when events, such as a child enrolling into a new service, occur.
[00173] The parental control mechanisms can also be extended to apply to other organizations or entities, such as companies, schools, and so on that make computers and networks available for general use, but want to limit activities or access to certain sites and content.
Alternate System Architectures
[00174] As shown in FIG. 1, embodiments of the user authentication and login process may be implemented in a client-server system comprising different types of client computers 112, 118, 119 coupled to one or more server computers 102, 114 over a network 110. In an embodiment, the server 102 and/or 114 can be a computer that is located at some distance from the user and the mobile device. For example, it could be located somewhere in the 'cloud' embodied in network 110, or it could be a component/device that the user carries upon his person, or keeps nearby, such as a personal computing device, smartphone, PDA, smartwatch, etc. FIG. 17 illustrates a personal mobile device system in which there are multiple communicating components coupled wirelessly to a server component 1710. The server 1710 may have a large battery to power long distance communications networks such as a cell network or WiFi. The server 1710 may communicate with the other components of the personal mobile device system via wired links or via low powered short-range wireless communications such as Bluetooth. Alternatively, one of the other components of the personal mobile device system may play the role of the short-range wireless server, e.g., the watch 1720, the head mounted device/glasses 1750, the phone 1730, or the tablet 1740. In the configuration shown in FIG. 17 the server 1710 may be of a size small enough that it can be kept in the user's pocket, bag, or purse. This allows a large and therefore heavier battery to be used to power long distance network communications. In general, the other individual components 1720-1750 require lower power to communicate with the server 1710 and thus can use smaller and therefore lighter batteries. This also removes the high intensity radio frequency signals from the close vicinity of the user's head. The individual components of FIG. 17 can also play roles in the proximity device login scenarios, as tokens or as authenticating devices. These components themselves can use NFC taps or other similar mechanisms to link them together. Any of the devices 1720-1750 may be configured to act as an authorizing client 132 or they may be configured to act as the requesting client, based on system configuration.
[00175] FIG. 17 illustrates a use case wherein a user may use multiple wireless devices simultaneously to perform a variety of tasks. Such devices may comprise part of a 'personal device group' or may represent multiple physical components of a single or integrated personal device. In an embodiment, the authentication/login platform may be configured to work with such a personal device group. For this embodiment, server 1710 plays a communication and/or coordination role amongst multiple personal devices 1720-1740. These devices are either multiple independent personal devices affiliated in a personal device group for a user, or can be considered as a personal device with multiple physical components. Certain resources, such as network services, file services, or other services are provided by server 1710 and used by the other components. For example, server 1710 may be the only device with a cell-phone radio and an ability to connect to a network, and it proxies communication attempts by the other devices in the personal device group for such services. Alternatively, server 1710 could play the role of authentication/login platform server or as part of the authentication/login platform. It may serve as the authenticator for the admission of a new personal device into the personal device group for a user. It may also serve as the authenticator for access to services provided by a target server 114. In this role, it may have the ability to authorize directly; or it may need to connect to a separate authentication server 102 in order to complete the authentication operation.
[00176] In conventional mobile device or portable client architecture, such as shown in FIG. 1, a mobile device (e.g., mobile phone 118) runs an operating system, and applications that are installed upon the mobile device, are stored and executed using protocols and mechanisms defined by the operating system. In one or more alternative embodiments, the applications, operating system and/or file system components may be distributed among one or more other components or computers of the system. In a typical network application, applications and file systems are usually made available by one or more servers that are maintained in network 110. In certain cases, however, one or more applications and file systems may be provided by target server 114 and/or authentication server 102.
[00177] The various processes described above made reference generally to the embodiment of FIG. 1, wherein one or more of the requesting client 118 and authorizing clients 132 may be embodied as mobile communications devices (e.g., smartphones or mobile phones) that run an operating system. In a general case, applications are installed on the device, stored using the file system of the device, and run under the control of the operating system. In this embodiment, the provision of the login and authentication processes and file system manager component on mobile communication device allow for local operation and management of these functions.
[00178] FIG. 18 illustrates an embodiment of a mobile device architecture in which the mobile device comprises an operating system, a file system and one or more applications resident on the device. In system 1800, the mobile device 1802 has one or more resident applications 1812 stored on the device, a file system 1810, an operating system 1808, and a display screen 1806. In this system, there is an associated server 1820, which has an operating system 1828, and a file system 1830. The server 1820 is intended as a master control point for the user's mobile device (or devices) 1802. Applications 1822 are installed on and controlled from the server. These applications 1822 are different from the resident applications 1812 and are applications that are executed to perform login, authentication, or other network associated tasks. In an embodiment, the distributed architecture of system 1800 implements a particular form of virtualization. Executable applications 1822 in this architecture are not installed directly on the mobile device 1802 itself, rather they are installed on the server 1820, and stored in the file system 1830 on this server.
[00179] In an embodiment, a file scanning system and associated logic and processes for mobile devices may be used in conjunction with file system operations and application installation operations on the file system. Such systems and methods include those described in co-pending U.S. Patent Application No. 13/710,162, entitled "Method and Apparatus for Enhanced File System Monitoring on Mobile Communication Devices" filed on December 10, 2012 and assigned to the assignee of the present application, the disclosure of which is hereby incorporated by reference in its entirety.
[00180] In system 1800, when a user wants to run an application 1822, the operating system 1808 on the mobile device 1802 requests the operating system 1828 on the server 1820 to provide the necessary files (application executables, associated data) to the mobile device. The operating system 1828 on the server 1820 sends the necessary files to the operating system 1808, which places them temporarily (like a cache) in the file system 1810 and executes the application. While the application is running any modifications to the files which had been brought to the mobile device are either immediately sent to the server 1820 so that corresponding modifications can be made to the corresponding files on the server, or are monitored and at a later time (which may be after the application has finished running, or could still be running) the modifications are sent to the server so that a decision can be made whether to make the corresponding modifications to the corresponding files on the server, and if the decision is yes, to make such modifications. The decision may be made based on security and privacy policies in place on the server. After the application has finished running, the files that had been sent to the mobile device are marked for removal. Removal may happen immediately or at a later time. If the same application is initiated again while the necessary files still reside on the mobile device (they have not yet been removed) and the files are the same version, then the mobile device can use these local copies rather than requesting copies of the necessary files again from the server. In this sense the local file system 1810 on the mobile device acts like a local cache for the necessary files, but the definitive version lives on the server.
[00181] FIG. 19 illustrates an alternative embodiment of a mobile device architecture in which the mobile device comprises an operating system, one or more applications, but no file system resident on the device. The alternative architecture of system 1900 is similar to that of system 1800 in that executable applications are installed on the server 1920, and not directly on the mobile device 1902. In system 1900, however, the executable files for an application are not stored in a local file system on the mobile device 1902; rather when they are requested from the operating system 1928 on the server 1920 the files are placed directly into memory on the mobile device 1902 and executed. Any file reads or writes by resident applications 1912 running on the mobile device are directed by the operating system 1908 via the server's operating system 1928 to the server's file system 1930. In this architecture no application data is stored locally on the mobile device 1902, only in the file system 1930 on the server 1920. Applications 1912 may exist in the memory of the mobile device while they are being executed or prepared for execution, but after the application has ended, these sections of memory are marked for removal/reuse. If an application should be re-invoked by the user while a copy of the application executable still remains in memory and is the same version as is held on the server 1920, then the operating system 1908 may simply use that local memory copy rather than re-requesting the server 1920 to send the files. In this architecture the mobile device is a pure execution engine for applications and has no permanent file system. [00182] FIG. 20 illustrates a further alternative embodiment of a mobile device
architecture in which the mobile device comprises an operating system, but no applications or file system resident on the device. The alternative architecture of system 2000 has a server component 2020 upon which applications 2022 are installed by the operating system 2028, storing the executable and data files necessary in the server's file system 2030. The mobile device 2002 does not run the applications on the mobile device's operating system 2008; rather the applications 2022 run on the server's operating system 2028, and requests by the application to draw to the screen are sent by the operating system 2028 on the server 2020 to the operating system 2008 on the mobile device 2002, with the drawing operations occurring on the mobile device's display screen 2006. Requests by the application for user input (touch, taps, typing, etc.) are sent from the application 2022 via the operating system 2028 on the server to the operating system 2008 on the mobile device, and such user input is solicited from the local sensors on the mobile device 2002 (e.g., from the touch screen 2006 on the mobile device 2002). In this architecture the mobile device is a pure display and user interaction engine for applications, and does not run applications on the mobile device.
[00183] In any of system 1800 and 1900, network operations from the running application may optionally be routed through the server so that the operating system on the server (or special applications running on the server) can provide security and/or privacy operations on the network communications initiated by the running application. This would be in lieu of network operations being conducted directly from the mobile device.
[00184] Any of the architectures of FIGS. 18-20 could be implemented in a hardware mobile device which has a conventional architecture, with the difference that the alternative architecture aspects regarding the file system, executable application and operating system interaction can be viewed as a form of containerization. Containerization, or sandboxing, is a technique of program isolation used to enforce security or privacy policies. As known in the art, there are three main types of sandboxing. The first type comprises a hypervisor upon which one or more virtualized operating systems run that are completely sandboxed. A second type comprises one in which a virtualization layer runs atop the native operating system on a device, and a guest operating system (and applications within it) run within that virtualization layer. A third type comprises application wrappers, content wrappers, and work space wrappers, which tend to be application-oriented types of virtualization that are functionally oriented and although similar to the second type, do not represent a full virtualization layer with a guest operating system; instead, the work space itself is an application what runs other applications and enforces isolation.
[00185] It should be noted that all three of the architectures of FIGS. 18-20 could be considered to constitute a different kind of containerization. In each of these systems, some or all of the executables and/or data reside at the server, and not on the mobile device. An enterprise could use any one of these architectures as a containerization solution. A user's personal applications could be installed upon and run conventionally on the mobile device, but all enterprise data and applications could be run from the server, such as server 2020 of FIG. 20.
[00186] The containerization methods of FIGS. 18-20 enhance the security aspects of the embodiments. In general, all existing types of containerization are vulnerable to attacks against data that is physically stored on the mobile device. The containerization architectures described herein, however, feature no permanently stored application data on the mobile device. Additionally, any of the above-described three types of containerization could be employed on the server side in conjunction with any of the three architectural models described with respect to FIGS. 18-20.
[00187] Embodiments of the containerization and program/data isolation techniques described with respect to FIGS. 18-20 in relation to the user authentication/login system employing authorizing clients may be used in conjunction with an enhanced file system monitoring method and system. Such embodiments are described in co-pending U.S. Patent Application No. 13/710,162, referred to above, and as previously stated, that disclosure is hereby incorporated by reference in its entirety.
[00188] The alterative architecture embodiments of FIGS. 18-20 may be implemented in one of a number of configurations, depending on overall system constraints and requirements. In one embodiment, the alternative systems 1800, 1900, and 2000 may be implemented as a modification to the operating system on a respective mobile device 1802, 1902, and 2002. It may also be implemented as a hybrid configuration based on one or more of the three containerization types described above. Thus, in an embodiment that utilizes a first type of containerization scenario, the embodiment is one in which one of the virtualized operating systems is a modified operating system as described in the context of Figs. 18-20; in an embodiment that utilizes a second type of containerization scenario, the embodiment is one in which a virtualization layer running atop the host operating system contains a guest operation system that is a modified operating system as described in the context of FIGS. 18-20; and in an embodiment that utilizes a third type of containerization scenario, the embodiment is one in which an application has been wrapped so as to virtualize access to files, displays, and sensors as described with respect to FIGS. 18-20.
[00189] It should be understood that the arrangement of components illustrated in the figures are only possible implementations of the embodiments and that other arrangements are possible. It should also be understood that the various system components (and means) defined by the claims, described below, and illustrated in the various block diagrams represent logical components that are configured to perform the functionality described herein. For example, one or more of these system components (and means) can be realized, in whole or in part, by at least some of the components illustrated in the arrangement of components. In addition, while at least one of these components are implemented at least partially as an electronic hardware component, and therefore constitutes a machine, the other components may be implemented in software, hardware, or a combination of software and hardware. More particularly, at least one component defined by the claims is implemented at least partially as an electronic hardware component, such as an instruction execution machine (e.g., a processor-based or processor-containing machine) and/or as specialized circuits or circuitry (e.g., discrete logic gates interconnected to perform a specialized function). Other components may be implemented in software, hardware, or a combination of software and hardware. Moreover, some or all of these other components may be combined, some may be omitted altogether, and additional components can be added while still achieving the functionality described herein. Thus, the subject matter described herein can be embodied in many different variations, and all such variations are contemplated to be within the scope of what is claimed.
[00190] Any of the above embodiments may be used alone or together with one another in any combination. The one or more implementations encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all. Although various embodiments may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments do not necessarily address any of these deficiencies. In other words, different embodiments may address different deficiencies that may be discussed in the specification. Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.
[00191] In addition, one will appreciate that in the description above and throughout, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be evident, however, to one of ordinary skill in the art, that the present invention may be practiced without these specific details. In other instances, well- known structures and devices are shown in block diagram form to facilitate explanation.
[00192] While one or more implementations have been described by way of example and in terms of the specific embodiments, it is to be understood that one or more implementations are not limited to the disclosed embodiments. To the contrary, it is intended to cover various modifications and similar arrangements as would be apparent to those skilled in the art. Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.

Claims

CLAIMS What is claimed is:
1. A method for authenticating a user of a client computer making a request to a server computer providing access to a network resource, the method comprising:
issuing a challenge in response to the request requiring authentication of the user identity through a reply from the client computer;
determining one or more items of context information related to at least one of the user, the request, and the client computer; and
determining a disposition of the request based on the reply and the one or more items of context information.
2. The method of claim 1 wherein the network resource is selected from the group consisting of: a web site, a service provided by server computer, a hardware device coupled to the network, access to physical facilities controlled by the server computer, an executable application, and a product sold by an operator of the server computer.
3. The method of claim 2 wherein the one or more items of context information are selected from the group consisting of: location of the client computer, user provided information, related server provided information, network information, application information, and client computer usage patterns.
4. The method of claim 1 wherein the reply comprises a username and password combination.
5. The method of claim 4 wherein the reply further comprises at least one of a token and session identifier.
6. The method of claim 4 further comprising:
comparing the username and password in the reply against a username and password stored in a database; and
transmitting a message regarding the result of the comparison to the client computer.
7. The method of claim 1 wherein the disposition of the request comprises one of granting or denying the request by the user to access the network resource, the method further comprising:
determining a level of authorization required to grant the request, the level of authorization comprising a discrete value within a range of qualitative values; and
determining if the reply meets the level of authorization before granting the request.
8. The method of claim 7 wherein, and wherein the level of authorization is based on a plurality of factors selected from the group consisting of: server-defined policies, client- defined policies, required periodicity of authorization, request type, resource type, location of user, and risk level associated with at least one of the user, resource and client computer.
9. The method of claim 1 wherein the reply is provided by an authorizing client device coupled to the client computer over a network link.
10. The method of claim 9 wherein the authorizing client device comprises a mobile communication device, and wherein the network link comprises a wireless communications link.
11. A method for processing a request from a client computer to access a target server over a network, the method comprising:
issuing a challenge requiring validation of a user identity in response to the request; receiving user credentials from an authorizing client coupled to the client computer; and
comparing the received user credentials with stored user credentials to determine a disposition of the request.
12. The method of claim 1 1 wherein the disposition of the request comprises one of granting or denying the request by the user to access the target server, the method further comprising transmitting the disposition in a message to the authorizing client for display to the user.
13. The method of claim 12 wherein the client computer executes a web browser utilized by the user to access the target server, the method further comprising:
displaying user input fields prompting the user for entry of the credentials through the web browser;
sending a command to the authorizing client to prompt the user to input the password into the authorizing client;
sending user credentials to the client computer if the input password is valid; and allowing the client computer to access the target server.
14. The method of claim 13 wherein the target server provides access to a network resource that is selected from the group consisting of: a web site, a service provided by target server, a hardware device coupled to the network, access to physical facilities controlled by the target server, an executable application, and a product sold by an operator of the target server.
15. The method of claim 13 wherein the authorizing client comprises a mobile
communication device coupled to the client computer over a network link, wherein the network link is selected from the group consisting of: cellular link, Bluetooth link, WIFI link, and near field communication link.
16. The method of claim 15 further comprising displaying a device selection field allowing the user to select a specific type and model of mobile communication device from a selection of mobile communication devices.
17. A system for allowing a user to login to different websites using a global password, comprising:
an authentication server coupled to one or more target servers and a client computer over a network;
a data store coupled to the authentication server storing a password allowing the client computer to access the one or more target computers; and
an authorization component verifying an identify of a user of the client computer to allows access to the one or more target servers.
18. The system of claim 17 further comprising a user interface component configured to display a login window in a web browser running on the client computer, the login window prompting the user to enter a global password to access the one or more target servers.
19. The system of claim 18 wherein the authorization component compares the global password with the stored password to determine the disposition of a request from the client computer to access the one or more target servers.
20. The method of claim 19 wherein the global password is provided by an authorizing client associated with the client computer and distinct from the client computer.
21. The method of claim 20 wherein the authorizing client comprises a mobile communication device coupled to the client computer over a network link, wherein the network link is selected from the group consisting of: cellular link, Bluetooth link, WIFI link, and near field communication link.
22. The system of claim 17 wherein the password is recoverable by a system
administrator and capable of being provided to the user upon request.
23. The system of claim 17 wherein the password is encrypted and perceivable only to the user.
24. The system of claim 17 wherein the network includes a captive portal intercepting network packets and redirecting traffic to a different site, and wherein the authentication component is configured to use DNS (domain name system) requests to transport credentials including the password through the network.
25. A method of processing electronic mail (e-mail) messages transmitted among client and server computers in a network, comprising:
generating an assigned e-mail address for a user of a client computer that provides login credentials to an authentication server for access to at least one of the servers on the network; storing an assigned e-mail address associated with the user and a service of the at least one server in a database; and
validating a source of an e-mail message sent to the assigned e-mail address for the user upon receipt of the e-mail message at an e-mail server on the network by checking source and service information against the database to determine whether or not the received e-mail message is from an appropriate sender for the service.
26. The method of claim 25 wherein validating comprises utilizing at least one of domain keys and sender policy framework (SPF) techniques to verify the received e-mail message.
27. The method of claim 25 further comprising stripping information identifying the user in any e-mail message sent by the user in reply to the received e-mail message prior to forwarding the reply e-mail message on to the sender of the received e-mail message to protect the actual e-mail address of the user.
28. The method of claim 27 further comprising:
rewriting any hypertext markup language (HTML) content embedded in the received e-mail message to protect the network address of the user;
rewriting any uniform resource identifier (URI) included in the HTML content to a proxy; and
stripping any executable code from the HTML content.
29. The method of claim 25 further comprising:
identifying an e-mail type for the received e-mail message based on at least one of an identity of the source and the content of the received e-mail message;
storing the e-mail in a respective type file in the database; and
labeling the received e-mail with the e-mail type for display to the user.
30. The method of claim 29 further comprising adding human-readable authentication information to the e-mail comprising at least one of: an image, text, color, pattern, or unique data element to validate receipt through the service.
31. A system for authenticating a user of a client computer making a request to a target server computer providing access to a network resource, the system comprising:
a requesting client receiving the request from a user to access the target server; and an authorizing client coupled to the requesting client over a link, the authorizing client configured to exchange credential information with an authentication server storing proprietary information of the user to enable access to the target server.
32. The system of claim 31 wherein the request comprises one of: a request to login to a website maintained by the target server, and a request to access a network resource controlled by the target server.
33. The system of claim 32 wherein the authorizing client comprises a portable device selected from the group consisting of: a smartphone, a mobile phone, a tablet computer, and a personal digital assistant device.
34. The system of claim 33 wherein the link is selected from the group consisting of: cellular link, Bluetooth link, WIFI link, and near field communication link.
35. The system of claim 31 further comprising an intermediate server coupled to at least one of the requesting client and the authorizing client, the intermediate server comprising a server-side operating system, a file system, and one or more applications for use by the authorizing client.
36. The system of claim 35 the file system of the intermediate server is utilized by the authorizing client for execution of one or more applications on the authorizing client through a resident operating system.
37. The system of claim 35 wherein the file system and the one or more applications are utilized by the authorizing client for execution on the authorizing client through a resident operating system.
38. The system of claim 35 wherein the authorizing client comprises part of a personal device group consisting of a plurality of personal portable devices associated with the user, the personal portable devices linked to one another through a portable server communicating with each personal portable device through a short-range wireless link.
39. The system of claim 35 wherein the credential information is exchanged through a challenge-response routine between the authorizing client and the authentication server consisting of:
the user entering an unlock code into the authorizing client;
the authentication server pushing an authorization request to the authorizing client; the authorizing client receiving an acknowledgment request from the user; and the authentication server sending an access command to the target server.
40. The system of claim 39 wherein the authorizing client comprises two or more separate devices coupled to the requesting client, and wherein the acknowledgement request from the user comprises separate data elements entered into each of the two or more separate devices.
41. The system of claim 39 further comprising a timer coupled to one of the authorizing client and the authentication server, and wherein the challenge-response routine is a time- limited exchange wherein the user is provided with a limited period of time to provide the acknowledgment request to the authorizing client.
42. The system of claim 39 wherein the requesting client comprises a public computer, and wherein the unlock code comprises a phone number of the user and the credential information comprises a secret password of the user.
43. A method for authenticating a user of a requesting client computer making a request to a target server computer providing access to a network resource, the system comprising: receiving an unlock code into an authorizing client coupled to the requesting client; pushing an authorization request from an authentication server to the authorizing client;
receiving an acknowledgment request from the user through the authorizing client; and
sending an access command to the target server from the authentication server.
44. The method of claim 43 further comprising exchanging credential information between the authentication server storing proprietary information of the user to enable access to the target server.
45. The method of claim 44 wherein the authorizing client comprises two or more separate devices coupled to the requesting client, and wherein the acknowledgement request from the user comprises separate data elements entered into each of the two or more separate devices.
46. The method of claim 45 further comprising
providing a timer;
defining a time period for receipt of the acknowledgment request;
measuring a time for receipt of the acknowledgment request; and
allowing or preventing the transmission of the access command based on the measured time for receipt of the acknowledgment request relative to the defined time period.
47. The method of claim 46 wherein the requesting client comprises a public computer, and wherein the unlock code comprises a phone number of the user and the credential information comprises a secret password of the user.
48. The method of claim 46 wherein the target server comprises a captive portal consisting of a wireless network that requires login by the user prior to routing network traffic, the method further comprising using a domain name server (DNS) process to provide the credential exchange.
49. The method of claim 48 further comprising one of: receiving a client specification that the target server is a captive portal, and performing a plurality of access attempts to determine that the target server is a captive portal.
50. The method of claim 44 further comprising utilizing a file system and one or more executable applications of an intermediate server coupled to the authentication server to execute one or more applications embodying authentication and login processes for the credential exchange.
PCT/US2013/067109 2012-12-28 2013-10-28 Multi-factor authentication and comprehensive login system for client-server networks WO2014105263A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB1511914.2A GB2523710B (en) 2012-12-28 2013-10-28 Multi-factor authentication and comprehensive login system for client-server networks

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201261747065P 2012-12-28 2012-12-28
US61/747,065 2012-12-28
US13/837,321 US9374369B2 (en) 2012-12-28 2013-03-15 Multi-factor authentication and comprehensive login system for client-server networks
US13/837,321 2013-03-15

Publications (1)

Publication Number Publication Date
WO2014105263A1 true WO2014105263A1 (en) 2014-07-03

Family

ID=51018962

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2013/067109 WO2014105263A1 (en) 2012-12-28 2013-10-28 Multi-factor authentication and comprehensive login system for client-server networks

Country Status (3)

Country Link
US (1) US9374369B2 (en)
GB (1) GB2523710B (en)
WO (1) WO2014105263A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107644154A (en) * 2016-07-20 2018-01-30 费希尔-罗斯蒙特系统公司 The two-factor authentication of user interface facilities in process plant
WO2020039327A1 (en) 2018-08-21 2020-02-27 Viruthagiri Thirumavalavan Domain-based isolated mailboxes
CN111970298A (en) * 2020-08-26 2020-11-20 腾讯科技(深圳)有限公司 Application access method and device, storage medium and computer equipment
CN113726774A (en) * 2020-10-13 2021-11-30 杭州涂鸦信息技术有限公司 Client login authentication method, system and computer equipment
CN114666083A (en) * 2020-12-24 2022-06-24 中国电信股份有限公司 Reverse roll call system, reverse roll call method, and computer-readable storage medium
US11467853B2 (en) 2019-06-01 2022-10-11 Apple Inc. User interface for accessing an account
US11574041B2 (en) 2016-10-25 2023-02-07 Apple Inc. User interface for managing access to credentials for use in an operation
US11582229B2 (en) 2019-06-01 2023-02-14 Apple Inc. Systems and methods of application single sign on
US11601419B2 (en) 2020-06-21 2023-03-07 Apple Inc. User interfaces for accessing an account
US11783022B2 (en) 2020-06-01 2023-10-10 Apple Inc. Systems and methods of account verification upgrade

Families Citing this family (590)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9055439B2 (en) * 2009-03-03 2015-06-09 Mobilities, LLC System and method for handset operation in a wireless communication network
US8812087B2 (en) * 2009-06-16 2014-08-19 Technion Research & Development Foundation Limited Method and system of spectrally encoded imaging
EP2249300A1 (en) * 2010-06-08 2010-11-10 Pay & Save N.V. Method and system for providing universal access to a service amongst a plurality of services
CN201846343U (en) * 2010-09-25 2011-05-25 北京天地融科技有限公司 Electronic signature tool communicating with mobile phone through speech mode
US20160342784A1 (en) * 2011-07-15 2016-11-24 Vmware, Inc. Mobile device authentication
US11444936B2 (en) 2011-07-29 2022-09-13 Amazon Technologies, Inc. Managing security credentials
US9069947B2 (en) 2011-09-29 2015-06-30 Oracle International Corporation Privileged account manager, access management
US8799994B2 (en) 2011-10-11 2014-08-05 Citrix Systems, Inc. Policy-based application management
US9143530B2 (en) 2011-10-11 2015-09-22 Citrix Systems, Inc. Secure container for protecting enterprise data on a mobile device
US9215225B2 (en) 2013-03-29 2015-12-15 Citrix Systems, Inc. Mobile device locking with context
US20140032733A1 (en) 2011-10-11 2014-01-30 Citrix Systems, Inc. Policy-Based Application Management
US9280377B2 (en) 2013-03-29 2016-03-08 Citrix Systems, Inc. Application with multiple operation modes
US10212588B2 (en) * 2011-10-25 2019-02-19 Salesforce.Com, Inc. Preemptive authorization automation
US10225264B2 (en) 2011-10-25 2019-03-05 Salesforce.Com, Inc. Automated authorization response techniques
US10225242B2 (en) * 2011-10-25 2019-03-05 Salesforce.Com, Inc. Automated authorization response techniques
US10055718B2 (en) 2012-01-12 2018-08-21 Slice Technologies, Inc. Purchase confirmation data extraction with missing data replacement
US8863250B2 (en) 2012-02-01 2014-10-14 Amazon Technologies, Inc. Logout from multiple network sites
US10142122B1 (en) 2012-04-11 2018-11-27 Google Llc User interfaces, systems and methods for configuring smart devices for interoperability with a smart hub device
US10075334B1 (en) 2012-04-11 2018-09-11 Google Llc Systems and methods for commissioning a smart hub device
US10397013B1 (en) 2012-04-11 2019-08-27 Google Llc User interfaces, systems and methods for configuring smart devices for interoperability with a smart hub device
US9198204B2 (en) 2012-04-11 2015-11-24 Google Inc. Apparatus and method for seamless commissioning of wireless devices
US9407443B2 (en) 2012-06-05 2016-08-02 Lookout, Inc. Component analysis of software applications on computing devices
US10592978B1 (en) * 2012-06-29 2020-03-17 EMC IP Holding Company LLC Methods and apparatus for risk-based authentication between two servers on behalf of a user
US10891599B2 (en) * 2012-09-12 2021-01-12 Microsoft Technology Licensing, Llc Use of state objects in near field communication (NFC) transactions
US9774658B2 (en) 2012-10-12 2017-09-26 Citrix Systems, Inc. Orchestration framework for connected devices
US8613070B1 (en) 2012-10-12 2013-12-17 Citrix Systems, Inc. Single sign-on access in an orchestration framework for connected devices
US9516022B2 (en) 2012-10-14 2016-12-06 Getgo, Inc. Automated meeting room
US20140109176A1 (en) 2012-10-15 2014-04-17 Citrix Systems, Inc. Configuring and providing profiles that manage execution of mobile applications
US8910239B2 (en) 2012-10-15 2014-12-09 Citrix Systems, Inc. Providing virtualized private network tunnels
US20140108793A1 (en) 2012-10-16 2014-04-17 Citrix Systems, Inc. Controlling mobile device access to secure data
WO2014062804A1 (en) 2012-10-16 2014-04-24 Citrix Systems, Inc. Application wrapping for application management framework
US9606774B2 (en) 2012-10-16 2017-03-28 Citrix Systems, Inc. Wrapping an application with field-programmable business logic
US9971585B2 (en) 2012-10-16 2018-05-15 Citrix Systems, Inc. Wrapping unmanaged applications on a mobile device
US9038142B2 (en) * 2013-02-05 2015-05-19 Google Inc. Authorization flow initiation using short-term wireless communication
CA2926206C (en) * 2013-02-07 2018-03-20 Schlage Lock Company Llc A system and method for nfc peer-to-peer authentication and secure data transfer
CN104022875B (en) * 2013-03-01 2017-09-01 中兴通讯股份有限公司 A kind of two-way authorization system, client and method
US9763097B2 (en) * 2013-03-13 2017-09-12 Lookout, Inc. Method for performing device security corrective actions based on loss of proximity to another device
US10360364B2 (en) 2013-03-13 2019-07-23 Lookout, Inc. Method for changing mobile communication device functionality based upon receipt of a second code
US11017069B2 (en) * 2013-03-13 2021-05-25 Lookout, Inc. Method for changing mobile communications device functionality based upon receipt of a second code and the location of a key device
US9516018B1 (en) * 2013-03-15 2016-12-06 Microstrategy Incorporated Credential technology
US9807085B2 (en) * 2013-03-15 2017-10-31 Veracode, Inc. Systems and methods for automated detection of login sequence for web form-based authentication
US20160029441A1 (en) * 2013-03-15 2016-01-28 Janson Arthur TAYLOR Preferentially directing electromagnetic energy towards colder regions of object being heated by microwave oven
TWI489900B (en) * 2013-03-20 2015-06-21 瑞昱半導體股份有限公司 Wireless network system and connecting method thereof
US10430894B2 (en) 2013-03-21 2019-10-01 Khoros, Llc Gamification for online social communities
US9887983B2 (en) 2013-10-29 2018-02-06 Nok Nok Labs, Inc. Apparatus and method for implementing composite authenticators
US10270748B2 (en) 2013-03-22 2019-04-23 Nok Nok Labs, Inc. Advanced authentication techniques and applications
US9396320B2 (en) 2013-03-22 2016-07-19 Nok Nok Labs, Inc. System and method for non-intrusive, privacy-preserving authentication
US9355223B2 (en) 2013-03-29 2016-05-31 Citrix Systems, Inc. Providing a managed browser
US8849978B1 (en) 2013-03-29 2014-09-30 Citrix Systems, Inc. Providing an enterprise application store
US10284627B2 (en) 2013-03-29 2019-05-07 Citrix Systems, Inc. Data management for an application with multiple operation modes
US9985850B2 (en) 2013-03-29 2018-05-29 Citrix Systems, Inc. Providing mobile device management functionalities
US8849979B1 (en) 2013-03-29 2014-09-30 Citrix Systems, Inc. Providing mobile device management functionalities
CN104104664A (en) * 2013-04-11 2014-10-15 腾讯科技(深圳)有限公司 Method, server, client and system for verifying verification code
NL2010733C2 (en) * 2013-04-29 2014-10-30 Baseline Automatisering B V METHODS FOR AUTHENTICATION, SERVER, DEVICE AND DATA CARRIER.
US9922580B2 (en) 2013-04-30 2018-03-20 Google Llc Apparatus and method for the virtual demonstration of a smart phone controlled smart home using a website
US9430624B1 (en) * 2013-04-30 2016-08-30 United Services Automobile Association (Usaa) Efficient logon
US9509676B1 (en) * 2013-04-30 2016-11-29 United Services Automobile Association (Usaa) Efficient startup and logon
GB2529982A (en) * 2013-05-24 2016-03-09 Prashant Govind Paima A process for authenticating an identity of a user
US9961077B2 (en) 2013-05-30 2018-05-01 Nok Nok Labs, Inc. System and method for biometric authentication with device attestation
US9491183B1 (en) * 2013-05-31 2016-11-08 Amazon Technologies, Inc. Geographic location-based policy
US10905943B2 (en) * 2013-06-07 2021-02-02 Sony Interactive Entertainment LLC Systems and methods for reducing hops associated with a head mounted system
US9602540B1 (en) * 2013-06-13 2017-03-21 Amazon Technologies, Inc. Enforcing restrictions on third-party accounts
US9413762B2 (en) * 2013-06-17 2016-08-09 Cable Television Laboratories, Inc. Asynchronous user permission model for applications
MY175911A (en) * 2013-06-20 2020-07-15 Entrust Datacard Denmark As Method and system protecting against identity theft or replication abuse
JP5821904B2 (en) * 2013-06-20 2015-11-24 コニカミノルタ株式会社 Information processing apparatus and program
US10489852B2 (en) * 2013-07-02 2019-11-26 Yodlee, Inc. Financial account authentication
US9590884B2 (en) * 2013-07-03 2017-03-07 Facebook, Inc. Native application hotspot
US9298898B2 (en) * 2013-07-18 2016-03-29 At&T Intellectual Property I, L.P. Event-based security challenges
US11349879B1 (en) 2013-07-28 2022-05-31 Secureauth Corporation System and method for multi-transaction policy orchestration with first and second level derived policies for authentication and authorization
US9426183B2 (en) * 2013-07-28 2016-08-23 Acceptto Corporation Authentication policy orchestration for a user device
JP6481249B2 (en) * 2013-07-29 2019-03-13 オムロン株式会社 Programmable display, control method, and program
US9537849B2 (en) * 2013-07-31 2017-01-03 Ricoh Company, Limited Service provision system, service provision method, and computer program product
US20150058191A1 (en) * 2013-08-26 2015-02-26 Apple Inc. Secure provisioning of credentials on an electronic device
US9413463B2 (en) 2013-08-30 2016-08-09 Google Inc. Apparatus and method for efficient two-way optical communication where transmitter may interfere with receiver
US20150082390A1 (en) * 2013-09-08 2015-03-19 Yona Flink Method and a system for secure login to a computer, computer network, and computer website using biometrics and a mobile computing wireless electronic communication device
US9213820B2 (en) 2013-09-10 2015-12-15 Ebay Inc. Mobile authentication using a wearable device
US9825933B2 (en) * 2013-09-12 2017-11-21 Data Accelerator Ltd. Single sign on for applications
CN104468637B (en) * 2013-09-12 2018-08-31 阿里巴巴集团控股有限公司 A kind of method and apparatus downloaded and install client
US9760872B2 (en) * 2013-09-13 2017-09-12 Paypal, Inc. Completion of online payment forms and recurring payments by a payment provider systems and methods
US9667610B2 (en) 2013-09-19 2017-05-30 Oracle International Corporation Privileged account plug-in framework—network—connected objects
CN104518876B (en) * 2013-09-29 2019-01-04 腾讯科技(深圳)有限公司 Service login method and device
US9722801B2 (en) * 2013-09-30 2017-08-01 Juniper Networks, Inc. Detecting and preventing man-in-the-middle attacks on an encrypted connection
KR20150042643A (en) * 2013-10-11 2015-04-21 삼성전자주식회사 Terminal appartus and method for connecting to virtual server in a vritual desktop infrastructure
US9438597B1 (en) * 2013-10-22 2016-09-06 Microstrategy Incorporated Regulating credential information dissemination
US9628457B2 (en) 2013-11-01 2017-04-18 Charter Communications Operating, Llc System and method for authenticating local CPE
GB2519966A (en) * 2013-11-01 2015-05-13 Ibm Anonymously sharing resources based on social network user data
US10694029B1 (en) 2013-11-07 2020-06-23 Rightquestion, Llc Validating automatic number identification data
US9959106B2 (en) 2013-11-14 2018-05-01 International Business Machines Corporation Sharing of portable initialized objects between computing platforms
US10382305B2 (en) 2013-11-15 2019-08-13 Microsoft Technology Licensing, Llc Applying sequenced instructions to connect through captive portals
US9554323B2 (en) 2013-11-15 2017-01-24 Microsoft Technology Licensing, Llc Generating sequenced instructions for connecting through captive portals
US9369342B2 (en) * 2013-11-15 2016-06-14 Microsoft Technology Licensing, Llc Configuring captive portals with a cloud service
US9203815B1 (en) * 2013-11-27 2015-12-01 Symantec Corporation Systems and methods for secure third-party data storage
US9185136B2 (en) * 2013-11-28 2015-11-10 Cyber-Ark Software Ltd. Correlation based security risk identification
CN103607284B (en) * 2013-12-05 2017-04-19 李笑来 Identity authentication method and equipment and server
US9424410B2 (en) * 2013-12-09 2016-08-23 Mastercard International Incorporated Methods and systems for leveraging transaction data to dynamically authenticate a user
US9473491B1 (en) 2014-12-16 2016-10-18 Amazon Technologies, Inc. Computing device with integrated authentication token
US10362026B2 (en) 2013-12-16 2019-07-23 Amazon Technologies, Inc. Providing multi-factor authentication credentials via device notifications
US10866711B1 (en) * 2013-12-16 2020-12-15 Amazon Technologies, Inc. Providing account information to applications
US10841297B2 (en) 2013-12-16 2020-11-17 Amazon Technologies, Inc. Providing multi-factor authentication credentials via device notifications
US9258291B2 (en) * 2013-12-19 2016-02-09 Dropbox, Inc. Pre-authorizing a client application to access a user account on a content management system
US10088818B1 (en) 2013-12-23 2018-10-02 Google Llc Systems and methods for programming and controlling devices with sensor data and learning
US10686781B1 (en) * 2013-12-24 2020-06-16 Affirm Inc. System and method for passwordless logins
US9602545B2 (en) 2014-01-13 2017-03-21 Oracle International Corporation Access policy management using identified roles
US10163105B1 (en) 2014-01-24 2018-12-25 Microstrategy Incorporated Variable biometrics for multi-factor authentication
US9251334B1 (en) * 2014-01-30 2016-02-02 Amazon Technologies, Inc. Enabling playback of media content
JP6374666B2 (en) * 2014-02-19 2018-08-15 キヤノン株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
KR101521808B1 (en) * 2014-02-20 2015-05-20 한국전자통신연구원 Apparatus, method, and system of context-aware security control of cloud environment
US9367673B2 (en) 2014-03-03 2016-06-14 Ca, Inc. Privileged shared account password sanitation
US10506053B2 (en) * 2014-03-07 2019-12-10 Comcast Cable Communications, Llc Location aware security system
US9544329B2 (en) * 2014-03-18 2017-01-10 Shape Security, Inc. Client/server security by an intermediary executing instructions received from a server and rendering client application instructions
KR102267798B1 (en) * 2014-03-25 2021-06-23 삼성전자주식회사 Method for supporting login through user terminal and apparatus therefore
US10325259B1 (en) 2014-03-29 2019-06-18 Acceptto Corporation Dynamic authorization with adaptive levels of assurance
US9537870B2 (en) * 2014-04-11 2017-01-03 Comcast Cable Communications, Llc Detecting unauthorized devices
CN104980412B (en) * 2014-04-14 2018-07-13 阿里巴巴集团控股有限公司 A kind of applications client, server-side and corresponding portal authentication method
CN112134708A (en) * 2014-04-15 2020-12-25 创新先进技术有限公司 Authorization method, authorization request method and device
US11297059B2 (en) * 2014-04-25 2022-04-05 Adobe Inc. Facilitating user-centric identity management
US9413533B1 (en) 2014-05-02 2016-08-09 Nok Nok Labs, Inc. System and method for authorizing a new authenticator
US9654469B1 (en) 2014-05-02 2017-05-16 Nok Nok Labs, Inc. Web-based user authentication techniques and applications
US9577999B1 (en) 2014-05-02 2017-02-21 Nok Nok Labs, Inc. Enhanced security for registration of authentication devices
US20170109751A1 (en) * 2014-05-02 2017-04-20 Nok Nok Labs, Inc. System and method for carrying strong authentication events over different channels
US9686278B1 (en) 2014-05-07 2017-06-20 Skyport Systems, Inc. Method and system for configuring computing devices
US9449346B1 (en) 2014-05-21 2016-09-20 Plaid Technologies, Inc. System and method for programmatically accessing financial data
US9595023B1 (en) 2014-05-21 2017-03-14 Plaid Technologies, Inc. System and method for facilitating programmatic verification of transactions
GB2526367A (en) * 2014-05-23 2015-11-25 Ibm Password-based authentication
US9083739B1 (en) 2014-05-29 2015-07-14 Shape Security, Inc. Client/server authentication using dynamic credentials
US9210171B1 (en) 2014-05-29 2015-12-08 Shape Security, Inc. Selectively protecting valid links to pages of a web site
US9712520B1 (en) * 2015-06-23 2017-07-18 Amazon Technologies, Inc. User authentication using client-side browse history
US9646104B1 (en) 2014-06-23 2017-05-09 Amazon Technologies, Inc. User tracking based on client-side browse history
US10182046B1 (en) 2015-06-23 2019-01-15 Amazon Technologies, Inc. Detecting a network crawler
US9258117B1 (en) 2014-06-26 2016-02-09 Amazon Technologies, Inc. Mutual authentication with symmetric secrets and signatures
CN105450403B (en) * 2014-07-02 2019-09-17 阿里巴巴集团控股有限公司 Identity identifying method, device and server
US9170707B1 (en) 2014-09-30 2015-10-27 Google Inc. Method and system for generating a smart time-lapse video clip
US10127783B2 (en) 2014-07-07 2018-11-13 Google Llc Method and device for processing motion events
US9449229B1 (en) 2014-07-07 2016-09-20 Google Inc. Systems and methods for categorizing motion event candidates
US9501915B1 (en) 2014-07-07 2016-11-22 Google Inc. Systems and methods for analyzing a video stream
US10140827B2 (en) 2014-07-07 2018-11-27 Google Llc Method and system for processing motion event notifications
US9158974B1 (en) 2014-07-07 2015-10-13 Google Inc. Method and system for motion vector-based video monitoring and event categorization
US10212136B1 (en) 2014-07-07 2019-02-19 Microstrategy Incorporated Workstation log-in
US20160012430A1 (en) * 2014-07-11 2016-01-14 Google Inc. Hands-free offline communications
US9652759B2 (en) 2014-07-11 2017-05-16 Google Inc. Hands-free transactions
US20160012426A1 (en) 2014-07-11 2016-01-14 Google Inc. Hands-free transactions with a challenge and response
US20160021097A1 (en) * 2014-07-18 2016-01-21 Avaya Inc. Facilitating network authentication
US9967259B2 (en) * 2014-07-18 2018-05-08 Facebook, Inc. Controlling devices by social networking
MY184944A (en) * 2014-07-24 2021-04-30 Mimos Berhad Method and system for computation and verification of authentication parameters from independant measurements of time or location
US10148630B2 (en) 2014-07-31 2018-12-04 Nok Nok Labs, Inc. System and method for implementing a hosted authentication service
US9749131B2 (en) 2014-07-31 2017-08-29 Nok Nok Labs, Inc. System and method for implementing a one-time-password using asymmetric cryptography
US9455979B2 (en) 2014-07-31 2016-09-27 Nok Nok Labs, Inc. System and method for establishing trust using secure transmission protocols
US9875347B2 (en) 2014-07-31 2018-01-23 Nok Nok Labs, Inc. System and method for performing authentication using data analytics
CN105451188B (en) * 2014-08-08 2018-11-16 阿里巴巴集团控股有限公司 Realize method, the server, sharer's client, third party's client of information push
US10111100B2 (en) * 2014-08-25 2018-10-23 Microsoft Technology Licensing, Llc Multidevice authentication
GB2529633A (en) * 2014-08-26 2016-03-02 Ibm Password-based generation and management of secret cryptographic keys
EP3186739B1 (en) * 2014-08-29 2019-07-10 Mastercard International Incorporated Secure on device cardholder authentication using biometric data
GB2529721A (en) * 2014-09-01 2016-03-02 Ibm Temporary authorizations to access a computing system based on user skills
JP6190538B2 (en) * 2014-09-01 2017-08-30 パスロジ株式会社 User authentication method and system for realizing the same
US9438625B1 (en) 2014-09-09 2016-09-06 Shape Security, Inc. Mitigating scripted attacks using dynamic polymorphism
US9658996B2 (en) * 2014-09-10 2017-05-23 Microsoft Technology Licensing, Llc Mapping account information to server authentication
US9736154B2 (en) * 2014-09-16 2017-08-15 Nok Nok Labs, Inc. System and method for integrating an authentication service within a network architecture
US9363267B2 (en) * 2014-09-25 2016-06-07 Ebay, Inc. Transaction verification through enhanced authentication
AU2015323957B2 (en) * 2014-09-30 2020-11-19 Joshua KRAGE Detecting unauthorized device access by comparing multiple independent spatial-time data sets
US9800602B2 (en) 2014-09-30 2017-10-24 Shape Security, Inc. Automated hardening of web page content
USD782495S1 (en) 2014-10-07 2017-03-28 Google Inc. Display screen or portion thereof with graphical user interface
US9684775B2 (en) 2014-10-15 2017-06-20 Qualcomm Incorporated Methods and systems for using behavioral analysis towards efficient continuous authentication
KR102441737B1 (en) 2014-10-15 2022-09-13 삼성전자 주식회사 Method for authentication and electronic device supporting the same
WO2016060489A1 (en) * 2014-10-15 2016-04-21 Samsung Electronics Co., Ltd. Method for authentication and electronic device supporting the same
NO2689200T3 (en) 2014-10-17 2018-08-11
CN104394121B (en) * 2014-10-31 2018-02-02 小米科技有限责任公司 Terminal label method and apparatus
JP6476760B2 (en) * 2014-10-31 2019-03-06 株式会社リコー Information processing system, information processing apparatus, login method, and program
WO2016072970A1 (en) * 2014-11-04 2016-05-12 Hewlett Packard Enterprise Development Lp Smart location determination
US10904234B2 (en) 2014-11-07 2021-01-26 Privakey, Inc. Systems and methods of device based customer authentication and authorization
US10601604B2 (en) 2014-11-12 2020-03-24 Google Llc Data processing systems and methods for smart hub devices
US10073449B1 (en) 2014-11-18 2018-09-11 Amazon Technologies, Inc. Unmanned aerial vehicle data services
US9529994B2 (en) 2014-11-24 2016-12-27 Shape Security, Inc. Call stack integrity check on client/server systems
CN104539577A (en) * 2014-11-27 2015-04-22 英业达科技有限公司 Information push system and information push method
US10205599B2 (en) * 2014-12-08 2019-02-12 Luigi Caramico Methods and systems of increasing security quality of computing-device communications
US10949397B1 (en) * 2014-12-11 2021-03-16 Amazon Technologies, Inc. Data locking and state management on distributed storage systems
US20160173501A1 (en) * 2014-12-11 2016-06-16 Wendell Brown Managing electronic account access control
US20160173684A1 (en) * 2014-12-12 2016-06-16 International Business Machines Corporation Secure caller identification using a profile
US9780952B1 (en) * 2014-12-12 2017-10-03 Amazon Technologies, Inc. Binding digitally signed requests to sessions
US10298404B1 (en) 2014-12-12 2019-05-21 Amazon Technologies, Inc. Certificate echoing for session security
CN105791073B (en) * 2014-12-23 2019-07-19 华为技术有限公司 The method and apparatus of service deployment in a kind of virtualization network
US9910997B1 (en) * 2014-12-23 2018-03-06 Google Llc Secure credential storage
US9569638B2 (en) * 2014-12-31 2017-02-14 Google Inc. Trusted computing
US9917843B2 (en) * 2015-01-07 2018-03-13 Kii, Inc. Secure data management techniques
SG10201500276VA (en) * 2015-01-14 2016-08-30 Mastercard Asia Pacific Pte Ltd Method and system for making a secure payment transaction
TW201626767A (en) * 2015-01-15 2016-07-16 Universal Global Scient Ind Co Authority control method of an internet of things appliance for offline sharing
US9268562B1 (en) * 2015-01-21 2016-02-23 PredictSpring, Inc. Methods and apparatuses for dynamically generating mobile application layouts using client-independent configuration
US11151611B2 (en) 2015-01-23 2021-10-19 Bluezoo, Inc. Mobile device detection and tracking
US9936357B2 (en) * 2015-01-23 2018-04-03 Bluefox, Inc. Mobile device detection and tracking
US11727443B2 (en) 2015-01-23 2023-08-15 Bluezoo, Inc. Mobile device detection and tracking
US10270774B1 (en) * 2015-01-26 2019-04-23 Microstrategy Incorporated Electronic credential and analytics integration
US9686272B2 (en) * 2015-02-24 2017-06-20 Go Daddy Operating Company, LLC Multi factor user authentication on multiple devices
CN105991600B (en) 2015-02-25 2019-06-21 阿里巴巴集团控股有限公司 Identity identifying method, device, server and terminal
US11533177B2 (en) 2015-03-13 2022-12-20 United States Postal Service Methods and systems for data authentication services
JP5931242B1 (en) * 2015-03-20 2016-06-08 ヤフー株式会社 Terminal device, information transmission method, and information transmission program
US10484339B2 (en) * 2015-03-24 2019-11-19 Global Data Sentinel, Inc. Pervasive data security
US9887991B2 (en) * 2015-03-27 2018-02-06 Yahoo Holdings, Inc. Facilitation of service login
US10025916B2 (en) * 2015-03-27 2018-07-17 Samsung Electronics Co., Ltd. Method and apparatus for executing device according to usage authority
US9608975B2 (en) * 2015-03-30 2017-03-28 Shape Security, Inc. Challenge-dynamic credential pairs for client/server request validation
US20160294920A1 (en) * 2015-03-30 2016-10-06 Tangome, Inc. Network communication system
US20160294834A1 (en) * 2015-03-30 2016-10-06 Tangome, Inc. Account information releaser
US20160294827A1 (en) * 2015-03-30 2016-10-06 Tangome, Inc. Account access authorizer
JP6166746B2 (en) * 2015-04-10 2017-07-19 キヤノン株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
DE102015005071A1 (en) * 2015-04-21 2016-10-27 G Data Software Ag A system and method for monitoring the integrity of a component delivered by a server system to a client system
US9585015B2 (en) * 2015-04-21 2017-02-28 Motorola Solutions, Inc Method and apparatus for authentication of collaborative mobile devices
US10701067B1 (en) 2015-04-24 2020-06-30 Microstrategy Incorporated Credential management using wearable devices
JP6728574B2 (en) * 2015-05-01 2020-07-22 株式会社リコー Communication system, communication method, communication device, and program
WO2016176962A1 (en) * 2015-05-04 2016-11-10 北京合智源科技开发有限责任公司 Wireless communication device and wireless communication method
US10769351B2 (en) * 2015-05-08 2020-09-08 Citrix Systems, Inc. Rendering based on a document object model
CN104917756A (en) * 2015-05-08 2015-09-16 四川天上友嘉网络科技有限公司 Login authentication method for network games
US9986058B2 (en) 2015-05-21 2018-05-29 Shape Security, Inc. Security systems for mitigating attacks from a headless browser executing on a client computer
RU2722393C2 (en) * 2015-05-26 2020-05-29 Томмазо ФРИДЖЕРЬО Telecommunication system for secure transmission of data in it and a device associated with said system
ITUA20162424A1 (en) * 2016-04-08 2017-10-08 Tommaso Frigerio Unique authentication device of the operator in a computer network system and related information system
US9444822B1 (en) * 2015-05-29 2016-09-13 Pure Storage, Inc. Storage array access control from cloud-based user authorization and authentication
US11503031B1 (en) 2015-05-29 2022-11-15 Pure Storage, Inc. Storage array access control from cloud-based user authorization and authentication
US9866545B2 (en) * 2015-06-02 2018-01-09 ALTR Solutions, Inc. Credential-free user login to remotely executed applications
CN106303125B (en) * 2015-06-03 2019-12-03 腾讯科技(深圳)有限公司 Automated refill system, method and device
US10387980B1 (en) 2015-06-05 2019-08-20 Acceptto Corporation Method and system for consumer based access control for identity information
CN105187372B (en) * 2015-06-09 2018-05-18 深圳市腾讯计算机系统有限公司 A kind of data processing method based on mobile application entrance, device and system
US20160366144A1 (en) * 2015-06-10 2016-12-15 Huawei Technologies Co., Ltd. System Security Using Multi-user Control
US9361011B1 (en) 2015-06-14 2016-06-07 Google Inc. Methods and systems for presenting multiple live video feeds in a user interface
US10122689B2 (en) 2015-06-16 2018-11-06 Amazon Technologies, Inc. Load balancing with handshake offload
US10122692B2 (en) 2015-06-16 2018-11-06 Amazon Technologies, Inc. Handshake offload
US9639705B1 (en) * 2015-06-17 2017-05-02 Amazon Technologies, Inc. Encryption management for data storage
US10290022B1 (en) 2015-06-23 2019-05-14 Amazon Technologies, Inc. Targeting content based on user characteristics
US10757104B1 (en) 2015-06-29 2020-08-25 Veritas Technologies Llc System and method for authentication in a computing system
WO2017007705A1 (en) 2015-07-06 2017-01-12 Shape Security, Inc. Asymmetrical challenges for web security
GB201512043D0 (en) 2015-07-09 2015-08-19 Microsoft Technology Licensing Llc Client confirmation method and system
US11196739B2 (en) * 2015-07-16 2021-12-07 Avaya Inc. Authorization activation
JP6675163B2 (en) * 2015-07-24 2020-04-01 キヤノン株式会社 Authority transfer system, control method of authorization server, authorization server and program
US9864852B2 (en) 2015-07-27 2018-01-09 Amazon Technologies, Inc. Approaches for providing multi-factor authentication credentials
US9910967B2 (en) 2015-07-27 2018-03-06 International Business Machines Corporation File origin determination
CN105072112A (en) * 2015-08-07 2015-11-18 中国联合网络通信集团有限公司 Identity authentication method and identity authentication device
US10158490B2 (en) * 2015-08-17 2018-12-18 The Boeing Company Double authentication system for electronically signed documents
US10726148B2 (en) * 2015-08-19 2020-07-28 Iqvia, Inc. System and method for providing multi-layered access control
US11157905B2 (en) * 2015-08-29 2021-10-26 Mastercard International Incorporated Secure on device cardholder authentication using biometric data
CN106487774B (en) * 2015-09-01 2019-06-25 阿里巴巴集团控股有限公司 A kind of cloud host services authority control method, device and system
EP4006755A1 (en) 2015-09-08 2022-06-01 Plaid Inc. Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts
JP6655921B2 (en) * 2015-09-11 2020-03-04 キヤノン株式会社 Communication system and control method thereof, image forming apparatus and control method thereof, and program
US10482231B1 (en) * 2015-09-22 2019-11-19 Amazon Technologies, Inc. Context-based access controls
US20170083898A1 (en) * 2015-09-23 2017-03-23 Mastercard International Incorporated Method and system for fraud detection using a mobile communication device
US9930047B2 (en) * 2015-09-24 2018-03-27 Mcafee, Llc Transparent overlay and headless browser execution for welcome flow
US9979717B2 (en) * 2015-09-25 2018-05-22 Mcafee, Llc Algorithm hardening in background context and external from the browser to prevent malicious intervention with the browser
US10887314B2 (en) 2015-09-29 2021-01-05 Verisign, Inc. Access control for named domain networking
TWI559169B (en) * 2015-10-01 2016-11-21 Chunghwa Telecom Co Ltd Authorization method and architecture of card with user - side card authority control and traceability
US10097557B2 (en) * 2015-10-01 2018-10-09 Lam Research Corporation Virtual collaboration systems and methods
US9462570B1 (en) * 2015-10-02 2016-10-04 International Business Machines Corporation Selectively sending notifications to mobile devices
US9712513B2 (en) * 2015-10-05 2017-07-18 Kony, Inc. Identity management over multiple identity providers
US11165820B2 (en) * 2015-10-13 2021-11-02 Check Point Software Technologies Ltd. Web injection protection method and system
US9967244B2 (en) 2015-10-14 2018-05-08 Microsoft Technology Licensing, Llc Multi-factor user authentication framework using asymmetric key
JP6449131B2 (en) * 2015-10-23 2019-01-09 Kddi株式会社 COMMUNICATION DEVICE, COMMUNICATION METHOD, AND COMPUTER PROGRAM
US10057261B2 (en) * 2015-11-09 2018-08-21 Fotonation Limited Method for configuring access for a limited user interface (UI) device
US11044604B2 (en) * 2015-11-10 2021-06-22 Eli Talmor Method and system for protecting and utilizing internet identity, using smartphone
US9554279B1 (en) * 2015-11-12 2017-01-24 Finjan Mobile, Inc. Authorized areas of authentication
US9800580B2 (en) 2015-11-16 2017-10-24 Mastercard International Incorporated Systems and methods for authenticating an online user using a secure authorization server
WO2017087981A2 (en) 2015-11-20 2017-05-26 Payeazy, Inc. Systems and methods for authenticating users of a computer system
US9531745B1 (en) * 2015-11-20 2016-12-27 International Business Machines Corporation Crowd-sourced security analysis
JP6682254B2 (en) 2015-12-08 2020-04-15 キヤノン株式会社 Authentication cooperation system, authentication cooperation method, authorization server and program
JP6677496B2 (en) * 2015-12-08 2020-04-08 キヤノン株式会社 Authentication federation system and authentication federation method, authorization server, application server and program
US9961086B2 (en) * 2015-12-18 2018-05-01 Ebay Inc. Dynamic content authentication for secure merchant-customer communications
US9876783B2 (en) * 2015-12-22 2018-01-23 International Business Machines Corporation Distributed password verification
US10645068B2 (en) * 2015-12-28 2020-05-05 United States Postal Service Methods and systems for secure digital credentials
US10726491B1 (en) 2015-12-28 2020-07-28 Plaid Inc. Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases
CN106921636B (en) * 2015-12-28 2020-05-08 华为技术有限公司 Identity authentication method and device
US10817593B1 (en) * 2015-12-29 2020-10-27 Wells Fargo Bank, N.A. User information gathering and distribution system
KR101824956B1 (en) * 2015-12-30 2018-02-02 에스케이 주식회사 Location-based User Authentication Method and System using the Beacon
US10984468B1 (en) 2016-01-06 2021-04-20 Plaid Inc. Systems and methods for estimating past and prospective attribute values associated with a user account
US10841262B2 (en) * 2016-01-11 2020-11-17 Etorch, Inc. Client-agnostic and network-agnostic device management
US11323399B2 (en) * 2016-01-11 2022-05-03 Mimecast North America, Inc. Client-agnostic and network-agnostic device management
US9942757B2 (en) 2016-01-19 2018-04-10 Google Inc. Identifying a mobile computing device
CN106411830B (en) * 2016-01-25 2019-06-21 平安科技(深圳)有限公司 The method and mobile terminal for preventing access data to be tampered
US9819644B2 (en) * 2016-02-04 2017-11-14 Altiostar Networks, Inc. Making international mobile subscriber identity available at base station
US10231128B1 (en) 2016-02-08 2019-03-12 Microstrategy Incorporated Proximity-based device access
US10855664B1 (en) 2016-02-08 2020-12-01 Microstrategy Incorporated Proximity-based logical access
US10091363B2 (en) * 2016-02-09 2018-10-02 T-Mobile Usa, Inc. Restoring functionality of a mobile device
US10681078B2 (en) 2016-06-10 2020-06-09 Sophos Limited Key throttling to mitigate unauthorized file access
US10263966B2 (en) 2016-04-14 2019-04-16 Sophos Limited Perimeter enforcement of encryption rules
US10250591B2 (en) * 2016-02-12 2019-04-02 International Business Machines Corporation Password-based authentication
US10791097B2 (en) 2016-04-14 2020-09-29 Sophos Limited Portable encryption format
GB2552438B8 (en) * 2016-02-12 2021-12-08 Sophos Ltd Encryption techniques
US10686827B2 (en) 2016-04-14 2020-06-16 Sophos Limited Intermediate encryption for exposed content
US10628597B2 (en) 2016-04-14 2020-04-21 Sophos Limited Just-in-time encryption
US10650154B2 (en) 2016-02-12 2020-05-12 Sophos Limited Process-level control of encrypted content
US9984248B2 (en) 2016-02-12 2018-05-29 Sophos Limited Behavioral-based control of access to encrypted content by a process
US10528976B1 (en) * 2016-02-22 2020-01-07 Openmail Llc Email compliance systems and methods
US10313351B2 (en) 2016-02-22 2019-06-04 At&T Intellectual Property I, L.P. Dynamic passcodes in association with a wireless access point
US10116533B1 (en) 2016-02-26 2018-10-30 Skyport Systems, Inc. Method and system for logging events of computing devices
JP6471112B2 (en) 2016-02-29 2019-02-13 Kddi株式会社 COMMUNICATION SYSTEM, TERMINAL DEVICE, COMMUNICATION METHOD, AND PROGRAM
CN108780477B (en) 2016-03-01 2022-10-21 谷歌有限责任公司 Facial profile modification for hands-free transactions
US20170257363A1 (en) * 2016-03-04 2017-09-07 Secureauth Corporation Secure mobile device two-factor authentication
US20170264484A1 (en) * 2016-03-09 2017-09-14 Industrial Technology Research Institute Server and base station of a radio network, method of accessing a radio network, and non-transitory computer-readable storage medium thereof
US10216488B1 (en) 2016-03-14 2019-02-26 Shape Security, Inc. Intercepting and injecting calls into operations and objects
US10412077B2 (en) * 2016-03-21 2019-09-10 Ca, Inc. Identity authentication migration between different authentication systems
DE102016204684A1 (en) 2016-03-22 2017-09-28 Siemens Aktiengesellschaft Method and device for providing a cryptographic security function for the operation of a device
US10411879B2 (en) 2016-03-25 2019-09-10 Synergex Group Methods, systems, and media for using dynamic public key infrastructure to send and receive encrypted messages
US10601832B1 (en) * 2016-03-30 2020-03-24 Amazon Technologies, Inc. Proxy captive portal traffic for input-limited devices
US10846154B2 (en) * 2016-03-31 2020-11-24 Appbrilliance, Inc. Application programming interface fingerprint data generation at a mobile device executing a native mobile application
US10009773B2 (en) * 2016-03-31 2018-06-26 Appbrilliance, Inc. Secured data access from a mobile device executing a native mobile application and a headless browser
US10631164B2 (en) 2016-03-31 2020-04-21 Electronic Arts Inc. Authentication identity management for mobile device applications
US9977915B2 (en) * 2016-04-19 2018-05-22 Bank Of America Corporation System for controlling database security and access
US10506237B1 (en) 2016-05-27 2019-12-10 Google Llc Methods and devices for dynamic adaptation of encoding bitrate for video streaming
US10536464B2 (en) * 2016-06-22 2020-01-14 Intel Corporation Secure and smart login engine
GB2551983B (en) 2016-06-30 2020-03-04 Sophos Ltd Perimeter encryption
US10142841B2 (en) 2016-07-11 2018-11-27 Disney Enterprises, Inc. Configuration for multi-factor event authorization
US10380429B2 (en) 2016-07-11 2019-08-13 Google Llc Methods and systems for person detection in a video feed
US10867700B2 (en) * 2016-07-18 2020-12-15 Theresa R. Marshall Electronic wellness check for establishing medical staff integrity and high functional efficiency
US11023880B2 (en) * 2016-07-23 2021-06-01 Vray Inc. Online mobile payment system and method using authentication codes
US10257182B2 (en) * 2016-07-25 2019-04-09 Okta, Inc. Login proxy for third-party applications
US10474879B2 (en) 2016-07-31 2019-11-12 Google Llc Automatic hands free service requests
JP6663110B2 (en) * 2016-08-04 2020-03-11 富士通クライアントコンピューティング株式会社 Wireless communication device, wireless communication system, connection processing method, and connection processing program
US10637853B2 (en) 2016-08-05 2020-04-28 Nok Nok Labs, Inc. Authentication techniques including speech and/or lip movement analysis
CN107689944A (en) * 2016-08-05 2018-02-13 阿里巴巴集团控股有限公司 Identity identifying method, device and system
US10769635B2 (en) 2016-08-05 2020-09-08 Nok Nok Labs, Inc. Authentication techniques including speech and/or lip movement analysis
KR102107277B1 (en) * 2016-08-08 2020-05-06 (주)나무소프트 System and method for anti-fishing or anti-ransomware application
CN106888201A (en) 2016-08-31 2017-06-23 阿里巴巴集团控股有限公司 A kind of method of calibration and device
US11005859B1 (en) * 2016-09-23 2021-05-11 EMC IP Holding Company LLC Methods and apparatus for protecting against suspicious computer operations using multi-channel protocol
US11936604B2 (en) 2016-09-26 2024-03-19 Agari Data, Inc. Multi-level security analysis and intermediate delivery of an electronic message
US9847973B1 (en) 2016-09-26 2017-12-19 Agari Data, Inc. Mitigating communication risk by detecting similarity to a trusted message contact
US11010763B1 (en) 2016-09-27 2021-05-18 United Services Automobile Association (Usaa) Biometric authentication on push notification
US10547600B2 (en) 2016-09-30 2020-01-28 Palo Alto Networks, Inc. Multifactor authentication as a network service
US10225243B2 (en) 2016-09-30 2019-03-05 Palo Alto Networks, Inc. Intercept-based multifactor authentication enrollment of clients as a network service
US10701049B2 (en) 2016-09-30 2020-06-30 Palo Alto Networks, Inc. Time-based network authentication challenges
US10367784B2 (en) 2016-09-30 2019-07-30 Palo Alto Networks, Inc. Detection of compromised credentials as a network service
TWI645308B (en) * 2016-10-18 2018-12-21 富邦綜合證券股份有限公司 Electronic transaction authentication method and system using mobile device application
EP3316163B1 (en) 2016-10-28 2020-08-12 Hewlett-Packard Development Company, L.P. Authentication system
GB2570242A (en) 2016-11-04 2019-07-17 Walmart Apollo Llc Authenticating online transactions using separate computing device
US10320771B2 (en) * 2016-11-30 2019-06-11 Airwatch Llc Single sign-on framework for browser-based applications and native applications
US11722513B2 (en) 2016-11-30 2023-08-08 Agari Data, Inc. Using a measure of influence of sender in determining a security risk associated with an electronic message
US11044267B2 (en) 2016-11-30 2021-06-22 Agari Data, Inc. Using a measure of influence of sender in determining a security risk associated with an electronic message
US10356079B2 (en) * 2016-12-05 2019-07-16 Keeper Security, Inc. System and method for a single sign on connection in a zero-knowledge vault architecture
WO2018104383A1 (en) * 2016-12-06 2018-06-14 Assa Abloy Ab Providing access to a lock for a service provider
US10348503B2 (en) * 2016-12-12 2019-07-09 Sap Portals Israel Ltd. Client side actions validation
US10754962B2 (en) 2016-12-15 2020-08-25 Blackberry Limited System for secure context-aware password management
US20180176221A1 (en) * 2016-12-21 2018-06-21 Facebook, Inc. Methods and Systems for Verifying a User Login Using Contact Information of the User
US11356396B2 (en) * 2016-12-30 2022-06-07 Dropbox, Inc. Content management system with integrated email service
US10237070B2 (en) 2016-12-31 2019-03-19 Nok Nok Labs, Inc. System and method for sharing keys across authenticators
US10091195B2 (en) 2016-12-31 2018-10-02 Nok Nok Labs, Inc. System and method for bootstrapping a user binding
US10686774B2 (en) 2017-01-13 2020-06-16 Asignio Inc. Authentication systems and methods for online services
US10911441B2 (en) * 2017-01-18 2021-02-02 CertifID LLC Verifying party identities for secure transactions
DE102017101906A1 (en) 2017-01-31 2018-08-02 Systola GmbH Method and system for authenticating a user
US10650153B2 (en) * 2017-01-31 2020-05-12 Ent. Services Development Corporation Lp Electronic document access validation
US10523665B2 (en) * 2017-02-03 2019-12-31 Wyse Technology L.L.C. Authentication on thin clients using independent devices
US10250576B2 (en) 2017-02-08 2019-04-02 International Business Machines Corporation Communication of messages over networks
US20180232530A1 (en) * 2017-02-10 2018-08-16 Facebook, Inc. Methods and Systems for a Frictionless Login to a Service
US10803190B2 (en) 2017-02-10 2020-10-13 BlueTalon, Inc. Authentication based on client access limitation
US11115403B2 (en) * 2017-02-21 2021-09-07 Baldev Krishan Multi-level user device authentication system for internet of things (IOT)
US10560476B2 (en) * 2017-02-22 2020-02-11 International Business Machines Corporation Secure data storage system
US10333918B2 (en) * 2017-02-22 2019-06-25 Accenture Global Solutions Limited Automated system identification, authentication, and provisioning
CN106899593B (en) * 2017-02-27 2021-02-02 深圳数字电视国家工程实验室股份有限公司 APP repackaging verification method and device
CN108574657B (en) * 2017-03-07 2021-10-08 阿里巴巴集团控股有限公司 Server access method, device and system, computing equipment and server
JP6812865B2 (en) * 2017-03-21 2021-01-13 株式会社リコー Information processing system, service provision system and information processing method
US10404672B2 (en) * 2017-03-23 2019-09-03 Honeywell International Inc. Systems and methods for reducing cyber security incidents with intelligent password management
CN106998359A (en) * 2017-03-24 2017-08-01 百度在线网络技术(北京)有限公司 The method for network access and device of speech-recognition services based on artificial intelligence
US10645074B2 (en) * 2017-03-28 2020-05-05 Check Point Software Technologies Ltd. Account take over prevention
US10529327B1 (en) * 2017-03-29 2020-01-07 Parallels International Gmbh System and method for enabling voice recognition for operating system
US10476862B2 (en) 2017-03-31 2019-11-12 Mastercard International Incorporated Systems and methods for providing digital identity records to verify identities of users
SG10201702881VA (en) * 2017-04-07 2018-11-29 Mastercard International Inc Systems and methods for processing an access request
US10771458B1 (en) 2017-04-17 2020-09-08 MicoStrategy Incorporated Proximity-based user authentication
US10657242B1 (en) 2017-04-17 2020-05-19 Microstrategy Incorporated Proximity-based access
US11140157B1 (en) 2017-04-17 2021-10-05 Microstrategy Incorporated Proximity-based access
US11019076B1 (en) 2017-04-26 2021-05-25 Agari Data, Inc. Message security assessment using sender identity profiles
US10902462B2 (en) 2017-04-28 2021-01-26 Khoros, Llc System and method of providing a platform for managing data content campaign on social networks
US10045216B1 (en) * 2017-05-01 2018-08-07 Sprint Communications Company L.P. WiFi access point connection protocol adaptation
TWI652594B (en) * 2017-05-10 2019-03-01 周宏建 Authentication method for login
EP3602506B1 (en) * 2017-05-10 2023-06-07 Moua Branckay Cesar Serge Mango Fare payment and collection system
US11832100B2 (en) * 2017-05-16 2023-11-28 Apple Inc. Secure password sharing for wireless networks
US10447635B2 (en) 2017-05-17 2019-10-15 Slice Technologies, Inc. Filtering electronic messages
US10708053B2 (en) * 2017-05-19 2020-07-07 Intuit Inc. Coordinating access authorization across multiple systems at different mutual trust levels
CN108964885B (en) * 2017-05-27 2021-03-05 华为技术有限公司 Authentication method, device, system and storage medium
US11783010B2 (en) 2017-05-30 2023-10-10 Google Llc Systems and methods of person recognition in video streams
ES2862180T3 (en) * 2017-06-01 2021-10-07 Nokia Solutions & Networks Oy Authentication of users in the wireless access network
US11757914B1 (en) * 2017-06-07 2023-09-12 Agari Data, Inc. Automated responsive message to determine a security risk of a message sender
US11102244B1 (en) * 2017-06-07 2021-08-24 Agari Data, Inc. Automated intelligence gathering
US10218697B2 (en) * 2017-06-09 2019-02-26 Lookout, Inc. Use of device risk evaluation to manage access to services
US10530770B2 (en) * 2017-06-28 2020-01-07 International Business Machines Corporation Pressure-based authentication
CN107197462B (en) * 2017-06-28 2020-04-07 阿里巴巴集团控股有限公司 Wireless network type detection method and device and electronic equipment
US11468085B2 (en) 2017-07-22 2022-10-11 Plaid Inc. Browser-based aggregation
US10878421B2 (en) 2017-07-22 2020-12-29 Plaid Inc. Data verified deposits
DE102017212696A1 (en) * 2017-07-25 2019-01-31 Bundesdruckerei Gmbh A method for authenticating a user to a service provider and authentication device
US10491596B2 (en) * 2017-07-31 2019-11-26 Vmware, Inc. Systems and methods for controlling email access
US10491595B2 (en) * 2017-07-31 2019-11-26 Airwatch, Llc Systems and methods for controlling email access
US10708268B2 (en) * 2017-07-31 2020-07-07 Airwatch, Llc Managing voice applications within a digital workspace
US10681034B2 (en) * 2017-08-01 2020-06-09 Verizon Patent And Licensing Inc. Identity management via a centralized identity management server device
JP6958096B2 (en) * 2017-08-10 2021-11-02 富士フイルムビジネスイノベーション株式会社 Information processing equipment and programs
JP2019040359A (en) * 2017-08-24 2019-03-14 キヤノン株式会社 Communication system, relay server, information processing device and image formation device, and control method and program controlling the same
US11095620B1 (en) * 2017-08-28 2021-08-17 Boris Sirota Secure method, system, and computer program product for exchange of data
US11107068B2 (en) 2017-08-31 2021-08-31 Bank Of America Corporation Inline authorization structuring for activity data transmission
JP6904183B2 (en) * 2017-09-12 2021-07-14 富士通株式会社 Information processing equipment, programs and information processing methods
US11847246B1 (en) * 2017-09-14 2023-12-19 United Services Automobile Association (Usaa) Token based communications for machine learning systems
US10511575B2 (en) * 2017-09-18 2019-12-17 Huawei Technologies Co., Ltd. Securing delegated credentials in third-party networks
US10664688B2 (en) 2017-09-20 2020-05-26 Google Llc Systems and methods of detecting and responding to a visitor to a smart home environment
US10936710B1 (en) * 2017-09-25 2021-03-02 Amazon Technologies, Inc. Interaction based posture assessment
US10826890B2 (en) 2017-10-06 2020-11-03 Bank Of America Corporation Multi-level authentication system with persistent integration platform
US11558365B1 (en) * 2017-10-10 2023-01-17 NortonLifeLock Inc. Multi-second factor authentication
US10785222B2 (en) 2018-10-11 2020-09-22 Spredfast, Inc. Credential and authentication management in scalable data networks
US11570128B2 (en) 2017-10-12 2023-01-31 Spredfast, Inc. Optimizing effectiveness of content in electronic messages among a system of networked computing device
US11470161B2 (en) * 2018-10-11 2022-10-11 Spredfast, Inc. Native activity tracking using credential and authentication management in scalable data networks
US10346449B2 (en) 2017-10-12 2019-07-09 Spredfast, Inc. Predicting performance of content and electronic messages among a system of networked computing devices
US10999278B2 (en) 2018-10-11 2021-05-04 Spredfast, Inc. Proxied multi-factor authentication using credential and authentication management in scalable data networks
US11050704B2 (en) 2017-10-12 2021-06-29 Spredfast, Inc. Computerized tools to enhance speed and propagation of content in electronic messages among a system of networked computing devices
US10326771B2 (en) * 2017-10-19 2019-06-18 Sherpas Cyber Security Group, Inc. Secure file transaction system
US11283605B2 (en) 2017-10-20 2022-03-22 Asignio Inc. Electronic verification systems and methods
US10601937B2 (en) 2017-11-22 2020-03-24 Spredfast, Inc. Responsive action prediction based on electronic messages among a system of networked computing devices
US10693880B2 (en) 2017-11-27 2020-06-23 Bank Of America Corporation Multi-stage authentication of an electronic communication
US11868995B2 (en) 2017-11-27 2024-01-09 Nok Nok Labs, Inc. Extending a secure key storage for transaction confirmation and cryptocurrency
US10762188B2 (en) 2017-11-30 2020-09-01 International Business Machines Corporation Wireless injection of passwords
CN111656376B (en) * 2017-11-30 2023-10-31 建筑开发技术公司 Information processing device, information processing method, information processing system, and program
JP6949688B2 (en) * 2017-11-30 2021-10-13 キヤノン株式会社 System and its control method
US10911453B2 (en) * 2017-12-26 2021-02-02 Cisco Technology, Inc. Controlling access to networks in a heterogeneous network environment
US11288672B2 (en) 2017-12-28 2022-03-29 Paypal, Inc. Machine learning engine for fraud detection following link selection
US10872136B2 (en) 2017-12-28 2020-12-22 Paypal, Inc. Using an NP-complete problem to deter malicious clients
US10812460B2 (en) * 2018-01-02 2020-10-20 Bank Of America Corporation Validation system utilizing dynamic authentication
US11743356B2 (en) 2018-01-10 2023-08-29 Vmware, Inc. Email notification system
US11070506B2 (en) * 2018-01-10 2021-07-20 Vmware, Inc. Email notification system
US11831409B2 (en) 2018-01-12 2023-11-28 Nok Nok Labs, Inc. System and method for binding verifiable claims
US11133929B1 (en) 2018-01-16 2021-09-28 Acceptto Corporation System and method of biobehavioral derived credentials identification
US11367323B1 (en) 2018-01-16 2022-06-21 Secureauth Corporation System and method for secure pair and unpair processing using a dynamic level of assurance (LOA) score
US10931667B2 (en) * 2018-01-17 2021-02-23 Baldev Krishan Method and system for performing user authentication
US11061900B2 (en) 2018-01-22 2021-07-13 Spredfast, Inc. Temporal optimization of data operations using distributed search and server management
US10594773B2 (en) 2018-01-22 2020-03-17 Spredfast, Inc. Temporal optimization of data operations using distributed search and server management
US11803883B2 (en) 2018-01-29 2023-10-31 Nielsen Consumer Llc Quality assurance for labeled training data
US11206267B2 (en) 2018-01-31 2021-12-21 T-Mobile Usa, Inc. Fine grained digital experience controls
US10587623B2 (en) * 2018-01-31 2020-03-10 T-Mobile Usa, Inc. Mobile device platform for access privilege control system
US20190238532A1 (en) * 2018-01-31 2019-08-01 Salesforce.Com, Inc. Authentication system utilizing secondary connection
US10403067B2 (en) * 2018-02-01 2019-09-03 Telus Communications Inc. System and method for mobile base station authentication
US11552997B2 (en) * 2018-02-06 2023-01-10 Akamai Technologies, Inc. Secure request authentication for a threat protection service
US11100503B2 (en) 2018-02-07 2021-08-24 Mastercard International Incorporated Systems and methods for use in managing digital identities
WO2019157333A1 (en) * 2018-02-08 2019-08-15 Nussbaum Jared Peeirs:passive evaluation of endpoint identity and risk as a surrogate authentication factor
US11088826B2 (en) * 2018-02-27 2021-08-10 International Business Machines Corporation Managing assets with expiration on a blockchain
US10924512B2 (en) 2018-03-07 2021-02-16 Vmware, Inc. Secure email gateway with device compliance checking for push notifications
US11005839B1 (en) 2018-03-11 2021-05-11 Acceptto Corporation System and method to identify abnormalities to continuously measure transaction risk
US11455641B1 (en) 2018-03-11 2022-09-27 Secureauth Corporation System and method to identify user and device behavior abnormalities to continuously measure transaction risk
US10841103B2 (en) * 2018-03-16 2020-11-17 Microsoft Technology Licensing, Llc Relying party certificate validation when client uses relying party's IP address
DE102018204367A1 (en) * 2018-03-22 2019-09-26 Siemens Schweiz Ag Method and system for authorizing the communication of a network node
WO2019199836A1 (en) * 2018-04-09 2019-10-17 Averon Us, Inc. Secure communication using device-identity information linked to cloud-based certificates
US20190327226A1 (en) * 2018-04-19 2019-10-24 Averon Us, Inc. Using identity-linked device information for user identification and transaction personalization via mobile tagging
US11134071B2 (en) 2018-04-23 2021-09-28 Oracle International Corporation Data exchange during multi factor authentication
US10972455B2 (en) * 2018-04-24 2021-04-06 International Business Machines Corporation Secure authentication in TLS sessions
CN110401951B (en) * 2018-04-25 2022-10-18 华为技术有限公司 Method, device and system for authenticating terminal in wireless local area network
WO2019211110A1 (en) * 2018-04-30 2019-11-07 Telecom Italia S.P.A. Method and system for secure automatic login through a mobile device
US11163862B2 (en) 2018-05-16 2021-11-02 International Business Machines Corporation Authentication of users based on snapshots thereof taken in corresponding acquisition conditions
US10812476B2 (en) 2018-05-22 2020-10-20 Salesforce.Com, Inc. Authorization of another device for participation in multi-factor authentication
US10542466B1 (en) 2018-05-25 2020-01-21 Sprint Communications Company L.P. Mobile phone authentication in WiFi coverage
CN110535809B (en) * 2018-05-25 2021-08-31 腾讯科技(深圳)有限公司 Identification code pulling method, storage medium, terminal device and server
US10719570B2 (en) * 2018-05-31 2020-07-21 Capital One Services, Llc Methods and systems for providing authenticated one-click access to a customized user interaction-specific web page
WO2019232464A1 (en) * 2018-06-01 2019-12-05 Apple Inc. Techniques for enabling computing devices to identify when they are in proximity to one another
US11568039B2 (en) * 2018-06-03 2023-01-31 Apple Inc. Credential manager integration
US11233779B2 (en) * 2018-06-03 2022-01-25 Apple Inc. Wireless credential sharing
US10360367B1 (en) 2018-06-07 2019-07-23 Capital One Services, Llc Multi-factor authentication devices
US10812473B2 (en) 2018-06-15 2020-10-20 Oracle International Corporation Auto inline enrollment of time-based one-time password (TOTP) for multi-factor authentication
US11777744B2 (en) 2018-06-25 2023-10-03 Auth9, Inc. Method, computer program product and apparatus for creating, registering, and verifying digitally sealed assets
US11057375B1 (en) * 2018-06-25 2021-07-06 Amazon Technologies, Inc User authentication through registered device communications
US11336686B2 (en) 2018-06-28 2022-05-17 Cryptium Corporation Electronic authentication infrastructure
US11108764B2 (en) 2018-07-02 2021-08-31 Salesforce.Com, Inc. Automating responses to authentication requests using unsupervised computer learning techniques
CN110753016B (en) * 2018-07-23 2021-12-14 国网辽宁招标有限公司 Real name authentication method based on block chain
US10834074B2 (en) * 2018-08-17 2020-11-10 International Business Machines Corporation Phishing attack prevention for OAuth applications
US10554706B1 (en) 2018-08-17 2020-02-04 Wowza Media Systems, LLC Media streaming using a headless browser
WO2020041728A1 (en) * 2018-08-23 2020-02-27 Averon Us, Inc. Methods, apparatuses, and computer program products for frictionless custody chain management
US20200067705A1 (en) * 2018-08-23 2020-02-27 Averon Us, Inc. Methods, apparatuses, and computer program products for frictionless electronic signature management
US11010466B2 (en) 2018-09-04 2021-05-18 International Business Machines Corporation Keyboard injection of passwords
US11368462B2 (en) * 2018-09-06 2022-06-21 Servicenow, Inc. Systems and method for hypertext transfer protocol requestor validation
US11816575B2 (en) * 2018-09-07 2023-11-14 International Business Machines Corporation Verifiable deep learning training service
US11050740B2 (en) 2018-09-09 2021-06-29 OneLogin, Inc. Third party multi-factor authentication with push notifications
JP7115167B2 (en) * 2018-09-11 2022-08-09 富士フイルムビジネスイノベーション株式会社 Information processing device and program
US11089013B2 (en) * 2018-09-14 2021-08-10 International Business Machines Corporation Enhanced password authentication across multiple systems and user identifications
US11316862B1 (en) 2018-09-14 2022-04-26 Plaid Inc. Secure authorization of access to user accounts by one or more authorization mechanisms
CN110932858B (en) * 2018-09-19 2023-05-02 阿里巴巴集团控股有限公司 Authentication method and system
US11188622B2 (en) 2018-09-28 2021-11-30 Daniel Chien Systems and methods for computer security
US11184162B1 (en) * 2018-09-28 2021-11-23 NortonLifeLock Inc. Privacy preserving secure task automation
US10855657B2 (en) 2018-10-11 2020-12-01 Spredfast, Inc. Multiplexed data exchange portal interface in scalable data networks
US11025614B2 (en) * 2018-10-17 2021-06-01 Synergex Group Systems, methods, and media for managing user credentials
US11188719B1 (en) 2018-10-22 2021-11-30 Wells Fargo Bank, N.A. Predictive text system
US11399021B2 (en) * 2018-10-31 2022-07-26 SpyCloud, Inc. Filtering passwords based on a plurality of criteria
KR20200053752A (en) * 2018-11-09 2020-05-19 삼성전자주식회사 Providing Method of Autofill function and electric device including the same
US10887180B2 (en) * 2018-11-14 2021-01-05 Vmware, Inc. Internet of things device discovery and deployment
RU2705774C1 (en) * 2018-11-15 2019-11-11 Публичное Акционерное Общество "Сбербанк России" (Пао Сбербанк) Method and system for detecting devices associated with fraudulent phishing activity
US11227036B1 (en) * 2018-11-27 2022-01-18 Amazon Technologies, Inc. Determination of authentication assurance via algorithmic decay
US11233788B1 (en) * 2018-11-27 2022-01-25 Amazon Technologies, Inc. Determining authentication assurance from historical and runtime-provided inputs
US10911425B1 (en) * 2018-11-27 2021-02-02 Amazon Technologies, Inc. Determining authentication assurance from user-level and account-level indicators
WO2020112126A1 (en) * 2018-11-30 2020-06-04 Hewlett-Packard Development Company, L.P. Device validation using tokens
US10826912B2 (en) * 2018-12-14 2020-11-03 Daniel Chien Timestamp-based authentication
US10848489B2 (en) * 2018-12-14 2020-11-24 Daniel Chien Timestamp-based authentication with redirection
US11611539B2 (en) * 2018-12-16 2023-03-21 Auth9, Inc. Method, computer program product and apparatus for encrypting and decrypting data using multiple authority keys
US10462112B1 (en) * 2019-01-09 2019-10-29 Cyberark Software Ltd. Secure distributed authentication data
US10820200B2 (en) * 2019-01-14 2020-10-27 T-Mobile Usa, Inc. Framework for securing device activations
US11651357B2 (en) * 2019-02-01 2023-05-16 Oracle International Corporation Multifactor authentication without a user footprint
US10614208B1 (en) * 2019-02-21 2020-04-07 Capital One Services, Llc Management of login information affected by a data breach
US10523708B1 (en) * 2019-03-18 2019-12-31 Capital One Services, Llc System and method for second factor authentication of customer support calls
KR20200112229A (en) * 2019-03-21 2020-10-05 삼성전자주식회사 Electronic device for providing personal information and operating method thereof
US20200311230A1 (en) * 2019-03-27 2020-10-01 Google Llc System and Method for Obtaining Authentication Credentials from Users
US11792024B2 (en) 2019-03-29 2023-10-17 Nok Nok Labs, Inc. System and method for efficient challenge-response authentication
EP3723017A1 (en) 2019-04-08 2020-10-14 Mastercard International Incorporated Improvements relating to identity authentication and validation
US11128632B2 (en) 2019-04-22 2021-09-21 Saudi Arabian Oil Company Method of capturing user presence via session unlocking and centralizing using an identity directory platform
US11381575B2 (en) * 2019-05-03 2022-07-05 Microsoft Technology Licensing, Llc Controlling access to resources of edge devices
US10931540B2 (en) 2019-05-15 2021-02-23 Khoros, Llc Continuous data sensing of functional states of networked computing devices to determine efficiency metrics for servicing electronic messages asynchronously
WO2020232336A1 (en) * 2019-05-15 2020-11-19 Traitware, Inc. System and methods for using a trusted single web portal for accessing multiple web services
US11469894B2 (en) * 2019-05-20 2022-10-11 Citrix Systems, Inc. Computing system and methods providing session access based upon authentication token with different authentication credentials
US11513815B1 (en) 2019-05-24 2022-11-29 Hiro Systems Pbc Defining data storage within smart contracts
US11657391B1 (en) 2019-05-24 2023-05-23 Hiro Systems Pbc System and method for invoking smart contracts
US10699269B1 (en) * 2019-05-24 2020-06-30 Blockstack Pbc System and method for smart contract publishing
US11233797B2 (en) 2019-06-03 2022-01-25 Cisco Technology, Inc. Seamless guest access to spaces and meetings
IL267493B (en) * 2019-06-19 2022-03-01 Elta Systems Ltd Methods and systems for trusted web authentification
US10963828B2 (en) * 2019-07-19 2021-03-30 Capital One Services, Llc Identifying and managing enterprise product availability
AU2020315881A1 (en) * 2019-07-20 2022-02-17 Treefort Technologies Incorporated Identity verification and service provision platform and method
US11343244B2 (en) * 2019-08-02 2022-05-24 Dell Products, Lp Method and apparatus for multi-factor verification of a computing device location within a preset geographic area
US10922631B1 (en) 2019-08-04 2021-02-16 Acceptto Corporation System and method for secure touchless authentication of user identity
US11096059B1 (en) 2019-08-04 2021-08-17 Acceptto Corporation System and method for secure touchless authentication of user paired device, behavior and identity
US11399279B2 (en) * 2019-08-05 2022-07-26 Stmicroelectronics International N.V. Security credentials recovery in Bluetooth mesh network
US11683296B2 (en) 2019-08-23 2023-06-20 Appbrilliance, Inc. Headless browser system with virtual API
US11153088B2 (en) * 2019-09-07 2021-10-19 Paypal, Inc. System and method for implementing a two-sided token for open authentication
US10623446B1 (en) * 2019-09-09 2020-04-14 Cyberark Software Ltd. Multi-factor authentication for applications and virtual instance identities
US10824702B1 (en) 2019-09-09 2020-11-03 Acceptto Corporation System and method for continuous passwordless authentication across trusted devices
US11429802B2 (en) * 2019-09-12 2022-08-30 MobileIron, Inc. Obtaining device posture of a third party managed device
US11743723B2 (en) 2019-09-16 2023-08-29 Microstrategy Incorporated Predictively providing access to resources
US11405393B2 (en) * 2019-09-25 2022-08-02 Microsoft Technology Licensing, Llc Calls to web services via service proxy
US11546335B2 (en) * 2019-09-27 2023-01-03 Amazon Technologies, Inc. Managing permissions to cloud-based resources with session-specific attributes
US11416586B2 (en) * 2019-09-30 2022-08-16 Saudi Arabian Oil Company Secure communication application registration process
US11363021B1 (en) * 2019-09-30 2022-06-14 Amazon Technologies, Inc. Proxy service for two-factor authentication
US11069186B2 (en) * 2019-10-01 2021-07-20 Igt Retrofit card reader with cardless support
US11729160B2 (en) * 2019-10-16 2023-08-15 Nutanix, Inc. System and method for selecting authentication methods for secure transport layer communication
US11323476B1 (en) * 2019-11-22 2022-05-03 Trend Micro Inc. Prevention of credential phishing based upon login behavior analysis
US11611548B2 (en) 2019-11-22 2023-03-21 Oracle International Corporation Bulk multifactor authentication enrollment
US11721336B1 (en) * 2019-11-22 2023-08-08 Messageloud Inc. Messaging system for a virtual assistant
CN111062023A (en) * 2019-11-26 2020-04-24 深圳市思迪信息技术股份有限公司 Method and device for realizing single sign-on of multiple application systems
US10951606B1 (en) 2019-12-04 2021-03-16 Acceptto Corporation Continuous authentication through orchestration and risk calculation post-authorization system and method
US11677754B2 (en) 2019-12-09 2023-06-13 Daniel Chien Access control systems and methods
CA3165099A1 (en) * 2019-12-17 2021-06-24 Plaid Inc. System and method for assessing a digital interaction with a digital third party account service
CN111262847A (en) * 2020-01-13 2020-06-09 万庆文 Access client authentication system applied to micro-service architecture
US20210234850A1 (en) * 2020-01-23 2021-07-29 Logonsafe LLC System and method for accessing encrypted data remotely
US11444938B2 (en) 2020-02-18 2022-09-13 Micro Focus Llc Authentication based on one-time usernames
US11695758B2 (en) * 2020-02-24 2023-07-04 International Business Machines Corporation Second factor authentication of electronic devices
US11689523B2 (en) 2020-03-13 2023-06-27 Kyndryl, Inc. Facilitating password creation via a secure device
US11151229B1 (en) 2020-04-10 2021-10-19 Avila Technology, LLC Secure messaging service with digital rights management using blockchain technology
US10873852B1 (en) 2020-04-10 2020-12-22 Avila Technology, LLC POOFster: a secure mobile text message and object sharing application, system, and method for same
US11677731B2 (en) 2020-04-29 2023-06-13 Wells Fargo Bank, N.A. Adaptive authentication
US11729177B2 (en) 2020-04-30 2023-08-15 Capital One Services, Llc System and method for authentication
US11887069B2 (en) 2020-05-05 2024-01-30 Plaid Inc. Secure updating of allocations to user accounts
US11503062B2 (en) * 2020-05-08 2022-11-15 Ebay Inc. Third-party application risk assessment in an authorization service
US11606362B2 (en) * 2020-05-27 2023-03-14 Microsoft Technology Licensing, Llc Privacy-preserving composite views of computer resources in communication groups
US11509463B2 (en) 2020-05-31 2022-11-22 Daniel Chien Timestamp-based shared key generation
US11438145B2 (en) 2020-05-31 2022-09-06 Daniel Chien Shared key generation based on dual clocks
WO2021260398A1 (en) * 2020-06-23 2021-12-30 Citrix Systems, Inc Determining risk metrics for access requests in network environments using multivariate modeling
EP3937450A1 (en) 2020-07-07 2022-01-12 Curity AB A login and consent methodology that follows rest principles and uses the oauth protocol with attested clients
US11611877B2 (en) 2020-07-08 2023-03-21 T-Mobile Usa, Inc. User authentication
WO2022045929A1 (en) * 2020-08-13 2022-03-03 Александр Николаевич СМИРНОВ Method for increasing the security of user access to an account in remote access mode
US11329998B1 (en) 2020-08-31 2022-05-10 Secureauth Corporation Identification (ID) proofing and risk engine integration system and method
SE544580C2 (en) * 2020-09-04 2022-07-26 Mideye Ab Methods and authentication server for authentication of users requesting access to a restricted data resource
US20220086133A1 (en) * 2020-09-14 2022-03-17 Swoop Ip Holdings Llc Email-based authentication for sign in and security
US11128589B1 (en) 2020-09-18 2021-09-21 Khoros, Llc Gesture-based community moderation
US20220095110A1 (en) * 2020-09-18 2022-03-24 Anthony Mantovani Dynamic scheduler for verified mobile device preauthorized access point request
US11438289B2 (en) 2020-09-18 2022-09-06 Khoros, Llc Gesture-based community moderation
US11502840B2 (en) * 2020-10-08 2022-11-15 Authentico Technologies Ab Password management system and method
US11327960B1 (en) 2020-10-16 2022-05-10 Plaid Inc. Systems and methods for data parsing
CN114024703A (en) * 2020-10-28 2022-02-08 北京八分量信息科技有限公司 Identity leakage method for preventing server from being invaded in zero trust architecture
CN114528269A (en) * 2020-10-30 2022-05-24 伊姆西Ip控股有限责任公司 Method, electronic device and computer program product for processing data
US11924375B2 (en) 2021-10-27 2024-03-05 Khoros, Llc Automated response engine and flow configured to exchange responsive communication data via an omnichannel electronic communication channel independent of data source
US11627100B1 (en) 2021-10-27 2023-04-11 Khoros, Llc Automated response engine implementing a universal data space based on communication interactions via an omnichannel electronic data channel
US11438282B2 (en) 2020-11-06 2022-09-06 Khoros, Llc Synchronicity of electronic messages via a transferred secure messaging channel among a system of various networked computing devices
US11595214B2 (en) 2020-11-10 2023-02-28 Okta, Inc. Efficient transfer of authentication credentials between client devices
US11714629B2 (en) 2020-11-19 2023-08-01 Khoros, Llc Software dependency management
US11882452B2 (en) 2020-11-20 2024-01-23 Bank Of America Corporation Monitoring for security threats associated with mobile devices that have been identified and logged
US11361630B1 (en) 2020-11-20 2022-06-14 Bank Of America Corporation Identifying and logging mobile devices posing security threats
US20220174067A1 (en) * 2020-11-27 2022-06-02 Covax Data, Inc. Securing data and tracking actions upon data
CN112541192B (en) * 2020-12-09 2023-08-25 南京工业大学浦江学院 Safe password input method based on fingerprint protection certificate safe deposit
US11888857B2 (en) * 2020-12-21 2024-01-30 Blackberry Limited Risk-aware access control system and related methods
US20220217136A1 (en) * 2021-01-04 2022-07-07 Bank Of America Corporation Identity verification through multisystem cooperation
CN114745145B (en) * 2021-01-07 2023-04-18 腾讯科技(深圳)有限公司 Business data access method, device and equipment and computer storage medium
US11487639B2 (en) 2021-01-21 2022-11-01 Vmware, Inc. User experience scoring and user interface
US20220237097A1 (en) * 2021-01-22 2022-07-28 Vmware, Inc. Providing user experience data to tenants
US11586526B2 (en) 2021-01-22 2023-02-21 Vmware, Inc. Incident workflow interface for application analytics
US11870801B2 (en) * 2021-01-27 2024-01-09 Paypal, Inc. Protecting computer system end-points using activators
US20220247578A1 (en) * 2021-01-29 2022-08-04 Okta, Inc. Attestation of device management within authentication flow
CN112968779B (en) * 2021-02-04 2021-12-28 西安电子科技大学 Security authentication and authorization control method, control system and program storage medium
CN112861089B (en) * 2021-03-17 2024-02-20 北京数字医信科技有限公司 Authorization authentication method, resource server, resource user, equipment and medium
WO2022195301A1 (en) * 2021-03-19 2022-09-22 Citrix Systems, Inc. Passwordless login
EP4106291A1 (en) * 2021-06-17 2022-12-21 Deutsche Telekom AG A method for operating a distributed application
CN113452687B (en) * 2021-06-24 2022-12-09 中电信量子科技有限公司 Method and system for encrypting sent mail based on quantum security key
WO2022267564A1 (en) * 2021-06-26 2022-12-29 华为技术有限公司 Packet processing method and apparatus, device, system, and readable storage medium
US20230021985A1 (en) * 2021-07-20 2023-01-26 The Toronto-Dominion Bank System and method for authorizing data transfers
US11677872B2 (en) * 2021-08-12 2023-06-13 Bank Of America Corporation Secure remote data submission for IVR systems
CN113726769B (en) * 2021-08-28 2023-07-04 睿思网盾(北京)科技有限公司 Network security prevention and control system based on data acquisition
US20230138176A1 (en) * 2021-11-01 2023-05-04 At&T Intellectual Property I, L.P. User authentication using a mobile device
WO2023081589A1 (en) * 2021-11-02 2023-05-11 Iampass Technologies Inc. User access authentication utilizing non-persistent codes
US20230205866A1 (en) * 2021-12-29 2023-06-29 Mastercard International Incorporated Apparatus and method for forensic password reset
US20230403138A1 (en) * 2022-06-13 2023-12-14 Cyberark Software Ltd. Agentless single sign-on techniques
CN114915500B (en) * 2022-07-15 2022-10-14 北京热源汇盈网络科技有限公司 Self-media account management method and device based on PC desktop client
CN115277201B (en) * 2022-07-27 2023-09-26 国网河南省电力公司信息通信公司 Website defense system of dynamic code encapsulation
KR102474901B1 (en) * 2022-09-01 2022-12-06 (주)노르마 A bluetooth network generating method authenticating the authtentication code generated based on post quantum cryptography algorithm and a bluetooth network operating system performing the same
US11750615B1 (en) * 2022-09-30 2023-09-05 Cyberark Software Ltd. Securing development and operations pipelines
CN116192447B (en) * 2022-12-20 2024-01-30 江苏云涌电子科技股份有限公司 Multi-factor identity authentication method
CN116112242A (en) * 2023-01-10 2023-05-12 中国南方电网有限责任公司 Unified safety authentication method and system for power regulation and control system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070005967A1 (en) * 2003-12-30 2007-01-04 Entrust Limited Method and apparatus for providing authentication between a sending unit and a recipient based on challenge usage data
US7231427B1 (en) * 2001-08-30 2007-06-12 Qiang Du E-mail protocol using assumed send and reply address and smart E-mail archiving by addressee and addressor
US20080016347A1 (en) * 2004-11-02 2008-01-17 Oracle International Corporation Systems and Methods of User Authentication
US20080098464A1 (en) * 2006-10-24 2008-04-24 Authernative, Inc. Two-channel challenge-response authentication method in random partial shared secret recognition system
US20090013399A1 (en) * 2003-06-25 2009-01-08 Anonymizer, Inc. Secure Network Privacy System
US20090240774A1 (en) * 2008-03-20 2009-09-24 Iconix Inc. System and method for securely performing multiple stage email processing with embedded codes
US20100095359A1 (en) * 2008-10-13 2010-04-15 Devicescape Software, Inc. Systems and Methods for Identifying a Network

Family Cites Families (320)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3416032A (en) 1966-03-23 1968-12-10 Motorola Inc Lamp dimming circuit
GB2123230B (en) 1982-04-28 1986-03-26 Pioneer Electronic Corp Automatic sound volume control device
US5319776A (en) 1990-04-19 1994-06-07 Hilgraeve Corporation In transit detection of computer virus with safeguard
US5574775A (en) 1993-08-04 1996-11-12 Lucent Technologies, Inc. Universal wireless radiotelephone system
US5715518A (en) 1996-03-06 1998-02-03 Cellular Technical Services Company, Inc. Adaptive waveform matching for use in transmitter identification
US6453345B2 (en) 1996-11-06 2002-09-17 Datadirect Networks, Inc. Network security and surveillance system
US7975305B2 (en) 1997-11-06 2011-07-05 Finjan, Inc. Method and system for adaptive rule-based content scanners for desktop computers
US6035423A (en) 1997-12-31 2000-03-07 Network Associates, Inc. Method and system for providing automated updating and upgrading of antivirus applications using a computer network
US6185689B1 (en) 1998-06-24 2001-02-06 Richard S. Carson & Assoc., Inc. Method for network self security assessment
FI106823B (en) 1998-10-23 2001-04-12 Nokia Mobile Phones Ltd Information retrieval system
US6301668B1 (en) 1998-12-29 2001-10-09 Cisco Technology, Inc. Method and system for adaptive network security using network vulnerability assessment
US6873290B2 (en) 1999-01-08 2005-03-29 Trueposition, Inc. Multiple pass location processor
US7188138B1 (en) 1999-03-22 2007-03-06 Eric Schneider Method, product, and apparatus for resource identifier registration and aftermarket services
US6959184B1 (en) 1999-06-30 2005-10-25 Lucent Technologies Inc. Method for determining the security status of transmissions in a telecommunications network
US7346605B1 (en) 1999-07-22 2008-03-18 Markmonitor, Inc. Method and system for searching and monitoring internet trademark usage
US6272353B1 (en) 1999-08-20 2001-08-07 Siemens Information And Communication Mobile Llc. Method and system for mobile communications
GB2353372B (en) 1999-12-24 2001-08-22 F Secure Oyj Remote computer virus scanning
JP2003520551A (en) 2000-01-24 2003-07-02 レイディオスケープ リミテッド Digital radio base station
JP2004514189A (en) 2000-02-17 2004-05-13 アクレイム エンターテインメント インコーポレイテッド Multiplayer computer games, systems and methods
US7159237B2 (en) 2000-03-16 2007-01-02 Counterpane Internet Security, Inc. Method and system for dynamic network intrusion monitoring, detection and response
WO2001080525A1 (en) * 2000-04-14 2001-10-25 Sun Microsystems, Inc. Network access security
JP4623915B2 (en) 2000-05-23 2011-02-02 インヴィクタ ネットワークス,インコーポレイテッド Communication protection system and method
US7328349B2 (en) 2001-12-14 2008-02-05 Bbn Technologies Corp. Hash-based systems and methods for detecting, preventing, and tracing network worms and viruses
US7162649B1 (en) 2000-06-30 2007-01-09 Internet Security Systems, Inc. Method and apparatus for network assessment and authentication
US7814180B2 (en) 2000-07-13 2010-10-12 Infoblox, Inc. Domain name service server
US7069589B2 (en) 2000-07-14 2006-06-27 Computer Associates Think, Inc.. Detection of a class of viral code
US8341297B2 (en) 2000-07-19 2012-12-25 Akamai Technologies, Inc. Latencies and weightings in a domain name service (DNS) system
US7574499B1 (en) 2000-07-19 2009-08-11 Akamai Technologies, Inc. Global traffic management system using IP anycast routing and dynamic load-balancing
US6892225B1 (en) 2000-07-19 2005-05-10 Fusionone, Inc. Agent system for a secure remote access system
FR2812156A1 (en) 2000-07-21 2002-01-25 Gemplus Card Int Elderly persons emergency call system having emergency call unit wireless communication network accessing with handset server communication and emergency call handset/emergency call unit routing.
GB2366693B (en) 2000-08-31 2002-08-14 F Secure Oyj Software virus protection
JP4020576B2 (en) 2000-09-14 2007-12-12 株式会社東芝 Packet transfer method, mobile terminal device and router device
US7178166B1 (en) 2000-09-19 2007-02-13 Internet Security Systems, Inc. Vulnerability assessment and authentication of a computer by a local scanner
EP1348166A2 (en) 2000-10-10 2003-10-01 Upoc, Inc. A personal message delivery system
US7181225B1 (en) * 2000-12-19 2007-02-20 Bellsouth Intellectual Property Corporation System and method for surveying wireless device users by location
US20020087483A1 (en) 2000-12-29 2002-07-04 Shlomi Harif System, method and program for creating and distributing processes in a heterogeneous network
US6907530B2 (en) 2001-01-19 2005-06-14 V-One Corporation Secure internet applications with mobile code
US20020108058A1 (en) 2001-02-08 2002-08-08 Sony Corporation And Sony Electronics Inc. Anti-theft system for computers and other electronic devices
US7325249B2 (en) 2001-04-30 2008-01-29 Aol Llc Identifying unwanted electronic messages
KR100385136B1 (en) 2001-05-07 2003-05-23 엘지전자 주식회사 MAP Message Processing System And Method For Heterogenous Network Interworking
US20030028803A1 (en) 2001-05-18 2003-02-06 Bunker Nelson Waldo Network vulnerability assessment system and method
US20020191018A1 (en) 2001-05-31 2002-12-19 International Business Machines Corporation System and method for implementing a graphical user interface across dissimilar platforms yet retaining similar look and feel
US7123933B2 (en) 2001-05-31 2006-10-17 Orative Corporation System and method for remote application management of a wireless device
US7237264B1 (en) 2001-06-04 2007-06-26 Internet Security Systems, Inc. System and method for preventing network misuse
US7228566B2 (en) 2001-07-10 2007-06-05 Core Sdi, Incorporated Automated computer system security compromise
ATE375686T1 (en) 2001-07-12 2007-10-15 Research In Motion Ltd SYSTEM AND METHOD FOR DATA ACCESS FOR A MOBILE TELECOMMUNICATIONS TERMINAL
US20030208527A1 (en) 2001-07-20 2003-11-06 Lino Lglesais Method for smart device network application infrastructure (SDNA)
US7171690B2 (en) 2001-08-01 2007-01-30 Mcafee, Inc. Wireless malware scanning back-end system and method
US6792543B2 (en) 2001-08-01 2004-09-14 Networks Associates Technology, Inc. Virus scanning on thin client devices using programmable assembly language
US20030046134A1 (en) 2001-08-28 2003-03-06 Frolick Harry A. Web-based project management system
US6696941B2 (en) 2001-09-04 2004-02-24 Agere Systems Inc. Theft alarm in mobile device
US7210168B2 (en) 2001-10-15 2007-04-24 Mcafee, Inc. Updating malware definition data for mobile data processing devices
US7526297B1 (en) 2001-10-30 2009-04-28 Cisco Technology, Inc. Method and system for managing pushed data at a mobile unit
US7406057B2 (en) 2001-10-31 2008-07-29 Spyder Navigations L.L.C. Method for handling of messages between a terminal and a data network
US7159036B2 (en) 2001-12-10 2007-01-02 Mcafee, Inc. Updating data from a source computer to groups of destination computers
US7401359B2 (en) 2001-12-21 2008-07-15 Mcafee, Inc. Generating malware definition data for mobile computing devices
AU2002360844A1 (en) 2001-12-31 2003-07-24 Citadel Security Software Inc. Automated computer vulnerability resolution system
US6978439B2 (en) 2002-01-10 2005-12-20 Microsoft Corporation Cross-platform software development with a software development peripheral
US7543056B2 (en) 2002-01-15 2009-06-02 Mcafee, Inc. System and method for network vulnerability detection and reporting
US7415270B2 (en) 2002-02-15 2008-08-19 Telefonaktiebolaget L M Ericsson (Publ) Middleware services layer for platform system for mobile terminals
JP4567275B2 (en) 2002-02-28 2010-10-20 株式会社エヌ・ティ・ティ・ドコモ Mobile communication terminal, information processing apparatus, relay server apparatus, information processing system, and information processing method
GB0205130D0 (en) 2002-03-06 2002-04-17 Symbian Ltd A method of enabling a wireless information device to access data services
US7266810B2 (en) 2002-04-09 2007-09-04 Hewlett-Packard Development Company, Lp. Runtime profiling of platform-independent software applications
US20060218482A1 (en) 2002-04-19 2006-09-28 Droplet Technology, Inc. Mobile imaging application, device architecture, service platform architecture and services
US20040022258A1 (en) 2002-07-30 2004-02-05 Docomo Communications Laboratories Usa, Inc. System for providing access control platform service for private networks
JP3943467B2 (en) 2002-09-18 2007-07-11 株式会社エヌ・ティ・ティ・ドコモ Relay device, information transmission device, and information transmission method
US20060073820A1 (en) 2002-10-10 2006-04-06 Craswell Ronald J Method and apparatus for remote control and updating of wireless mobile devices
US7895443B2 (en) * 2002-11-05 2011-02-22 Safenet, Inc. Secure authentication using hardware token and computer fingerprint
US7127455B2 (en) 2002-11-12 2006-10-24 Hewlett-Packard Development Company, L.P. Taxonomy for mobile e-services
ATE287619T1 (en) 2002-11-14 2005-02-15 Cit Alcatel METHOD FOR ESTABLISHING A CONNECTION
US7376969B1 (en) 2002-12-02 2008-05-20 Arcsight, Inc. Real time monitoring and analysis of events from multiple network security devices
US7076235B2 (en) 2002-12-03 2006-07-11 Sony Ericsson Mobile Communications Ab Automatic notification of personal emergency contacts from a wireless communications device
US7181252B2 (en) 2002-12-10 2007-02-20 Nokia Corporation System and method for performing security functions of a mobile station
US7467206B2 (en) 2002-12-23 2008-12-16 Microsoft Corporation Reputation system for web services
KR100551421B1 (en) 2002-12-28 2006-02-09 주식회사 팬택앤큐리텔 Mobile communication system of inactivating virus
KR100487217B1 (en) 2003-01-06 2005-05-04 삼성전자주식회사 Method and apparatus for performing common call processing management using common software platform
JP3703457B2 (en) 2003-01-21 2005-10-05 キヤノン株式会社 Address notification method, program, and apparatus
JP3724577B2 (en) 2003-02-06 2005-12-07 インターナショナル・ビジネス・マシーンズ・コーポレーション Information processing apparatus, control method for information processing apparatus, and control program for information processing apparatus
US20040158741A1 (en) 2003-02-07 2004-08-12 Peter Schneider System and method for remote virus scanning in wireless networks
US20040185900A1 (en) 2003-03-20 2004-09-23 Mcelveen William Cell phone with digital camera and smart buttons and methods for using the phones for security monitoring
US7603710B2 (en) 2003-04-03 2009-10-13 Network Security Technologies, Inc. Method and system for detecting characteristics of a wireless network
US7392043B2 (en) 2003-04-17 2008-06-24 Ntt Docomo, Inc. API system, method and computer program product for accessing content/security analysis functionality in a mobile communication framework
US7451488B2 (en) 2003-04-29 2008-11-11 Securify, Inc. Policy-based vulnerability assessment
US7454615B2 (en) 2003-05-08 2008-11-18 At&T Intellectual Property I, L.P. Centralized authentication system
US7392543B2 (en) 2003-06-30 2008-06-24 Symantec Corporation Signature extraction system and method
GB0319950D0 (en) 2003-08-26 2003-09-24 Mitel Networks Corp Security monitor for PDA attached telephone
US7472422B1 (en) 2003-09-10 2008-12-30 Symantec Corporation Security management system including feedback and control
US20050091308A1 (en) 2003-09-29 2005-04-28 Peter Bookman Mobility device
US7519986B2 (en) 2003-10-01 2009-04-14 Tara Chand Singhal Method and apparatus for network security using a router based authentication system
EP1536592B1 (en) 2003-11-26 2006-08-09 France Telecom Authentication between a cellular mobile terminal and a short range access point
JP4400198B2 (en) * 2003-12-09 2010-01-20 日本電気株式会社 Mobile phone internal data editing system and method
US7194769B2 (en) 2003-12-11 2007-03-20 Massachusetts Institute Of Technology Network security planning architecture
US7949329B2 (en) 2003-12-18 2011-05-24 Alcatel-Lucent Usa Inc. Network support for mobile handset anti-virus protection
US7287173B2 (en) 2003-12-19 2007-10-23 Intel Corporation Method for computing power consumption levels of instruction and recompiling the program to reduce the excess power consumption
US8037203B2 (en) 2004-02-19 2011-10-11 International Business Machines Corporation User defined preferred DNS reference
US20050186954A1 (en) 2004-02-20 2005-08-25 Tom Kenney Systems and methods that provide user and/or network personal data disabling commands for mobile devices
US8548429B2 (en) 2004-03-08 2013-10-01 Rafi Nehushtan Cellular device security apparatus and method
US7991854B2 (en) 2004-03-19 2011-08-02 Microsoft Corporation Dynamic session maintenance for mobile computing devices
WO2005096145A2 (en) 2004-03-22 2005-10-13 Motorola Inc., A Corporation Of The State Of Delaware Method and apparatus for dynamic extension of device management tree data model on a mobile device
EP1730917A1 (en) 2004-03-30 2006-12-13 Telecom Italia S.p.A. Method and system for network intrusion detection, related network and computer program product
US20050221800A1 (en) 2004-03-31 2005-10-06 Jackson Riley W Method for remote lockdown of a mobile computer
US7525541B2 (en) 2004-04-05 2009-04-28 Actuality Systems, Inc. Data processing for three-dimensional displays
US20050227669A1 (en) 2004-04-08 2005-10-13 Ixi Mobile (R&D) Ltd. Security key management system and method in a mobile communication network
WO2005101789A1 (en) 2004-04-14 2005-10-27 Gurunath Samir Kalekar A system for real-time network based vulnerability assessment of a host/device
US8051477B2 (en) 2004-04-19 2011-11-01 The Boeing Company Security state vector for mobile network platform
US7783281B1 (en) 2004-04-22 2010-08-24 Sprint Spectrum L.P. Method and system for securing a mobile device
US7457823B2 (en) 2004-05-02 2008-11-25 Markmonitor Inc. Methods and systems for analyzing data related to possible online fraud
CA2509842A1 (en) 2004-06-14 2005-12-14 Hackerproof Security Inc. Method and system for enforcing secure network connection
US8146072B2 (en) 2004-07-30 2012-03-27 Hewlett-Packard Development Company, L.P. System and method for updating software on a computer
US8868774B2 (en) 2004-08-19 2014-10-21 Sk Planet Co., Ltd. Method and apparatus for integrating and managing information of mobile terminal
US7877621B2 (en) 2004-09-03 2011-01-25 Virginia Tech Intellectual Properties, Inc. Detecting software attacks by monitoring electric power consumption patterns
US8312549B2 (en) 2004-09-24 2012-11-13 Ygor Goldberg Practical threat analysis
US20060080680A1 (en) 2004-10-12 2006-04-13 Majid Anwar Platform independent dynamic linking
US20060095454A1 (en) 2004-10-29 2006-05-04 Texas Instruments Incorporated System and method for secure collaborative terminal identity authentication between a wireless communication device and a wireless operator
US7403762B2 (en) 2004-10-29 2008-07-22 Skyhook Wireless, Inc. Method and system for building a location beacon database
US20060101518A1 (en) 2004-11-05 2006-05-11 Schumaker Troy T Method to generate a quantitative measurement of computer security vulnerabilities
KR100609708B1 (en) 2004-11-20 2006-08-08 한국전자통신연구원 Apparatus and method for malicious code protocol analysis and harmful traffic generation
US7698744B2 (en) 2004-12-03 2010-04-13 Whitecell Software Inc. Secure system for allowing the execution of authorized computer program code
WO2006063118A2 (en) 2004-12-07 2006-06-15 Pure Networks, Inc. Network management
US20060150238A1 (en) 2005-01-04 2006-07-06 Symbol Technologies, Inc. Method and apparatus of adaptive network policy management for wireless mobile computers
US7696923B2 (en) 2005-02-03 2010-04-13 Mexens Intellectual Property Holding Llc System and method for determining geographic location of wireless computing devices
US7397424B2 (en) 2005-02-03 2008-07-08 Mexens Intellectual Property Holding, Llc System and method for enabling continuous geographic location estimation for wireless computing devices
US7765596B2 (en) 2005-02-09 2010-07-27 Intrinsic Security, Inc. Intrusion handling system and method for a packet network with dynamic network address utilization
KR101249178B1 (en) 2005-02-22 2013-04-03 스카이후크 와이어리스, 인크. Continuous data optimization in positioning system
US7502620B2 (en) 2005-03-04 2009-03-10 Shyhook Wireless, Inc. Encoding and compression of a location beacon database
EP1866789B8 (en) * 2005-02-28 2020-04-15 McAfee, LLC Mobile data security system and methods
US8135395B2 (en) 2005-03-18 2012-03-13 Qualcomm Incorporated Methods and apparatus for monitoring configurable performance levels in a wireless device
US7809366B2 (en) 2005-03-21 2010-10-05 Hewlett-Packard Development Company, L.P. Mobile device client
US20080046557A1 (en) 2005-03-23 2008-02-21 Cheng Joseph C Method and system for designing, implementing, and managing client applications on mobile devices
US7479882B2 (en) 2005-04-14 2009-01-20 Flexilis, Inc. RFID security system and methods
CN100364342C (en) 2005-04-26 2008-01-23 华为技术有限公司 Method for push business
US20060253584A1 (en) 2005-05-03 2006-11-09 Dixon Christopher J Reputation of an entity associated with a content item
US20060253205A1 (en) 2005-05-09 2006-11-09 Michael Gardiner Method and apparatus for tabular process control
US7539882B2 (en) 2005-05-30 2009-05-26 Rambus Inc. Self-powered devices and methods
US7970386B2 (en) 2005-06-03 2011-06-28 Good Technology, Inc. System and method for monitoring and maintaining a wireless device
US7650522B2 (en) 2005-06-28 2010-01-19 Symbol Technologies, Inc. Mobility policy manager for mobile computing devices
GB0513375D0 (en) 2005-06-30 2005-08-03 Retento Ltd Computer security
US7899469B2 (en) 2005-07-12 2011-03-01 Qwest Communications International, Inc. User defined location based notification for a mobile communications device systems and methods
US7907966B1 (en) 2005-07-19 2011-03-15 Aol Inc. System and method for cross-platform applications on a wireless phone
US20070021112A1 (en) 2005-07-21 2007-01-25 Sun Microsystems, Inc. Method and system for ensuring mobile data security
US7730040B2 (en) 2005-07-27 2010-06-01 Microsoft Corporation Feedback-driven malware detector
US7827400B2 (en) 2005-07-28 2010-11-02 The Boeing Company Security certificate management
US7895651B2 (en) 2005-07-29 2011-02-22 Bit 9, Inc. Content tracking in a network security system
US8272058B2 (en) 2005-07-29 2012-09-18 Bit 9, Inc. Centralized timed analysis in a network security system
US7304570B2 (en) 2005-08-10 2007-12-04 Scenera Technologies, Llc Methods, systems, and computer program products for providing context-based, hierarchical security for a mobile device
US20070050471A1 (en) 2005-08-31 2007-03-01 Microsoft Corporation Portable Remoting Component With A Scaleable Feature Set
KR100790685B1 (en) 2005-09-16 2008-01-02 삼성전기주식회사 A built in antenna module of wireless communication terminalas
GB0519182D0 (en) 2005-09-20 2005-10-26 Univ Brunel Wireless and mobile lottery and gaming system
US7925666B1 (en) * 2005-10-06 2011-04-12 Hewlett-Packard Development Company, L.P. System and method for managing the application of access control lists on network devices
EP1936892A4 (en) 2005-10-15 2009-02-11 Huawei Tech Co Ltd A system for controlling the security of network and a method thereof
US20090119143A1 (en) 2005-10-17 2009-05-07 Markmonitor Inc. Brand notification systems and methods
US7730187B2 (en) 2006-10-05 2010-06-01 Limelight Networks, Inc. Remote domain name service
US7707314B2 (en) 2005-11-21 2010-04-27 Limelight Networks, Inc. Domain name resolution resource allocation
US7660296B2 (en) 2005-12-30 2010-02-09 Akamai Technologies, Inc. Reliable, high-throughput, high-performance transport and routing mechanism for arbitrary data flows
US8027472B2 (en) 2005-12-30 2011-09-27 Selim Aissi Using a trusted-platform-based shared-secret derivation and WWAN infrastructure-based enrollment to establish a secure local channel
US8290433B2 (en) 2007-11-14 2012-10-16 Blaze Mobile, Inc. Method and system for securing transactions made through a mobile communication device
BRPI0706880A2 (en) 2006-01-20 2011-04-12 Verimatrix Inc system and method for network security
WO2007087251A2 (en) 2006-01-25 2007-08-02 Greystripe, Inc. System and methods for managing content in pre-existing mobile applications
US9166812B2 (en) 2006-01-31 2015-10-20 Sigma Designs, Inc. Home electrical device control within a wireless mesh network
US20070186282A1 (en) 2006-02-06 2007-08-09 Microsoft Corporation Techniques for identifying and managing potentially harmful web traffic
US20070190995A1 (en) 2006-02-13 2007-08-16 Nokia Corporation Remote control of a mobile device
US7471954B2 (en) 2006-02-24 2008-12-30 Skyhook Wireless, Inc. Methods and systems for estimating a user position in a WLAN positioning system based on user assigned access point locations
US8719391B2 (en) 2006-03-07 2014-05-06 Nokia Corporation Method and system for controlling contextual information push services
US7493403B2 (en) 2006-03-13 2009-02-17 Markmonitor Inc. Domain name ownership validation
US7685132B2 (en) 2006-03-15 2010-03-23 Mog, Inc Automatic meta-data sharing of existing media through social networking
KR101359324B1 (en) 2006-03-27 2014-02-24 텔레콤 이탈리아 소시에떼 퍼 아찌오니 System for enforcing security policies on mobile communications devices
KR20080113256A (en) 2006-03-28 2008-12-29 교세라 가부시키가이샤 Portable terminal and function operation control method
WO2007117636A2 (en) 2006-04-06 2007-10-18 Smobile Systems, Inc. Malware detection system and method for comprssed data on mobile platforms
ES2385838T3 (en) 2006-04-18 2012-08-01 Research In Motion Limited System and method to provide access to information on portable devices
US8935416B2 (en) 2006-04-21 2015-01-13 Fortinet, Inc. Method, apparatus, signals and medium for enforcing compliance with a policy on a client computer
US20070253377A1 (en) 2006-04-28 2007-11-01 Motorola, Inc. Apparatus and method for name resolution in an aggregation of mobile networks
US7849502B1 (en) 2006-04-29 2010-12-07 Ironport Systems, Inc. Apparatus for monitoring network traffic
US7835754B2 (en) 2006-05-08 2010-11-16 Skyhook Wireless, Inc. Estimation of speed and direction of travel in a WLAN positioning system
US7551579B2 (en) 2006-05-08 2009-06-23 Skyhook Wireless, Inc. Calculation of quality of wlan access point characterization for use in a wlan positioning system
US7515578B2 (en) 2006-05-08 2009-04-07 Skyhook Wireless, Inc. Estimation of position using WLAN access point radio propagation characteristics in a WLAN positioning system
US8014788B2 (en) 2006-05-08 2011-09-06 Skyhook Wireless, Inc. Estimation of speed of travel using the dynamic signal strength variation of multiple WLAN access points
US7551929B2 (en) 2006-05-08 2009-06-23 Skyhook Wireless, Inc. Estimation of speed and direction of travel in a WLAN positioning system using multiple position estimations
US8140863B2 (en) 2006-05-18 2012-03-20 Research In Motion Limited Automatic security action invocation for mobile communications device
US20080140767A1 (en) 2006-06-14 2008-06-12 Prasad Rao Divitas description protocol and methods therefor
US20070293263A1 (en) 2006-06-14 2007-12-20 Hossein Eslambolchi Method and apparatus for providing multi-system cellular communications
US7957532B2 (en) 2006-06-23 2011-06-07 Microsoft Corporation Data protection for a mobile device
KR100914548B1 (en) * 2006-07-03 2009-09-02 (주)씽크에이티 The Preliminary Verification System which has a Authentication by Phone on the Internet Environment
US8144673B2 (en) 2006-07-07 2012-03-27 Skyhook Wireless, Inc. Method and system for employing a dedicated device for position estimation by a WLAN positioning system
GB2440170B8 (en) 2006-07-14 2014-07-16 Vodafone Plc Digital rights management
WO2008014328A2 (en) 2006-07-25 2008-01-31 Pivx Solutions, Inc. Systems and methods for digitally-signed updates
US20080046369A1 (en) 2006-07-27 2008-02-21 Wood Charles B Password Management for RSS Interfaces
US7809936B2 (en) 2006-08-02 2010-10-05 Freescale Semiconductor, Inc. Method and apparatus for reconfiguring a remote device
US8903365B2 (en) 2006-08-18 2014-12-02 Ca, Inc. Mobile device management
US8239943B2 (en) 2006-08-18 2012-08-07 Microsoft Corporation Network security page
US8149746B2 (en) 2006-08-28 2012-04-03 Intel Corporation Battery level based configuration of a mobile station by a base station
CN100591011C (en) * 2006-08-31 2010-02-17 华为技术有限公司 Identification method and system
US20080077956A1 (en) 2006-09-12 2008-03-27 James Morrison Interactive digital media services
US9860274B2 (en) 2006-09-13 2018-01-02 Sophos Limited Policy management
US8230509B2 (en) 2006-09-14 2012-07-24 Ca, Inc. System and method for using rules to protect against malware
US20080133327A1 (en) 2006-09-14 2008-06-05 Shah Ullah Methods and systems for securing content played on mobile devices
US8397299B2 (en) 2006-09-14 2013-03-12 Interdigital Technology Corporation Method and system for enhancing flow of behavior metrics and evaluation of security of a node
US7827549B2 (en) 2006-09-15 2010-11-02 Symantec Corporation Method and system for creating and executing generic software packages
US8201244B2 (en) 2006-09-19 2012-06-12 Microsoft Corporation Automated malware signature generation
US20080127179A1 (en) 2006-09-25 2008-05-29 Barrie Jon Moss System and apparatus for deployment of application and content to different platforms
EP2254063A3 (en) 2006-09-28 2011-04-27 SFGT Inc. Apparatuses, methods, and systems for code triggered information querying and serving
US8881283B2 (en) 2006-10-06 2014-11-04 Juniper Networks, Inc. System and method of malware sample collection on mobile networks
US9069957B2 (en) 2006-10-06 2015-06-30 Juniper Networks, Inc. System and method of reporting and visualizing malware on mobile networks
US20080086638A1 (en) 2006-10-06 2008-04-10 Markmonitor Inc. Browser reputation indicators with two-way authentication
US8259568B2 (en) 2006-10-23 2012-09-04 Mcafee, Inc. System and method for controlling mobile device access to a network
US8225103B2 (en) * 2006-10-24 2012-07-17 Avatier Corporation Controlling access to a protected network
US7877795B2 (en) 2006-10-30 2011-01-25 At&T Intellectual Property I, Lp Methods, systems, and computer program products for automatically configuring firewalls
US7856234B2 (en) 2006-11-07 2010-12-21 Skyhook Wireless, Inc. System and method for estimating positioning error within a WLAN-based positioning system
US7853721B2 (en) 2006-11-09 2010-12-14 Yahoo! Inc. System and method for transmission of DNS beacons
CA2706721C (en) 2006-11-27 2016-05-31 Smobile Systems, Inc. Wireless intrusion prevention system and method
US9148422B2 (en) 2006-11-30 2015-09-29 Mcafee, Inc. Method and system for enhanced wireless network security
US20080132218A1 (en) 2006-11-30 2008-06-05 Yuval Samson Method and Apparatus for Starting Applications
US8195196B2 (en) 2006-12-29 2012-06-05 United States Cellular Corporation Mobility based service in wireless environment
US8126456B2 (en) 2007-01-17 2012-02-28 Eagency, Inc. Mobile communication device monitoring systems and methods
US7830804B2 (en) 2007-01-17 2010-11-09 Sierra Wireless, Inc. Quality of service application programming interface over socket
US7996005B2 (en) 2007-01-17 2011-08-09 Eagency, Inc. Mobile communication device monitoring systems and methods
US8385883B2 (en) 2007-02-06 2013-02-26 Qualcomm Incorporated Apparatus and methods for locating, tracking and/or recovering a wireless communication device
CA2714549A1 (en) 2007-02-09 2008-08-14 Smobile Systems, Inc. Off-line mms malware scanning system and method
US7430675B2 (en) 2007-02-16 2008-09-30 Apple Inc. Anticipatory power management for battery-powered electronic device
US9021590B2 (en) 2007-02-28 2015-04-28 Microsoft Technology Licensing, Llc Spyware detection mechanism
US8160560B2 (en) 2007-03-02 2012-04-17 Aegis Mobility, Inc. Management of mobile device communication sessions to reduce user distraction
US9083624B2 (en) 2007-03-02 2015-07-14 Activetrak, Inc. Mobile device or computer theft recovery system and method
US20080222707A1 (en) * 2007-03-07 2008-09-11 Qualcomm Incorporated Systems and methods for controlling service access on a wireless communication device
US8504775B2 (en) 2007-03-12 2013-08-06 Citrix Systems, Inc Systems and methods of prefreshening cached objects based on user's current web page
US7720936B2 (en) 2007-03-12 2010-05-18 Citrix Systems, Inc. Systems and methods of freshening and prefreshening a DNS cache
US8302196B2 (en) 2007-03-20 2012-10-30 Microsoft Corporation Combining assessment models and client targeting to identify network security vulnerabilities
US20090271428A1 (en) 2007-05-09 2009-10-29 The Go Daddy Group, Inc. Tracking digital identity related reputation data
US8320886B2 (en) 2007-05-23 2012-11-27 Verint Americas, Inc. Integrating mobile device based communication session recordings
US8127358B1 (en) 2007-05-30 2012-02-28 Trend Micro Incorporated Thin client for computer security applications
US7877784B2 (en) 2007-06-07 2011-01-25 Alcatel Lucent Verifying authenticity of webpages
US20090199298A1 (en) 2007-06-26 2009-08-06 Miliefsky Gary S Enterprise security management for network equipment
US20120036081A1 (en) * 2007-07-23 2012-02-09 Hatter Brenda F Method and system for a real-time interactive web/media-based electronic new or remote hire document processing system interfaced/interlink to an employer authorized distal/remote notaries public or 3rd party agent
US7774637B1 (en) 2007-09-05 2010-08-10 Mu Dynamics, Inc. Meta-instrumentation for security analysis
KR20090027000A (en) 2007-09-11 2009-03-16 한국전자통신연구원 Apparatus and method of constructing user behavior pattern based on the event log generated from the context aware system environment
CN101136837A (en) 2007-09-21 2008-03-05 华为技术有限公司 Push-delivery message control method, device and system
WO2009076447A1 (en) 2007-12-10 2009-06-18 Courion Corporaton Policy enforcement using esso
WO2009078905A1 (en) 2007-12-13 2009-06-25 Cardiac Pacemakers, Inc. Battery depletion detection in an implantable device
US8099764B2 (en) 2007-12-17 2012-01-17 Microsoft Corporation Secure push and status communication between client and server
US8140796B2 (en) 2007-12-27 2012-03-20 Igt Serial advanced technology attachment write protection: mass storage data protection device
US8271056B2 (en) 2008-01-17 2012-09-18 International Business Machines Corporation Managing battery needs in a portable device
US8261351B1 (en) 2008-01-22 2012-09-04 F5 Networks, Inc. DNS flood protection platform for a network
US8650651B2 (en) 2008-02-08 2014-02-11 International Business Machines Corporation Method and apparatus for security assessment of a computing platform
US8910299B2 (en) 2008-02-08 2014-12-09 Steven Charles Michalske Emergency information access on portable electronic devices
GB0808752D0 (en) * 2008-05-14 2008-06-18 Burden Robert W W Identity verification
US8214977B2 (en) 2008-05-21 2012-07-10 Symantec Corporation Centralized scanner database with optimal definition distribution using network queries
US8423306B2 (en) 2008-05-22 2013-04-16 Microsoft Corporation Battery detection and user experience
US8948719B2 (en) 2008-05-22 2015-02-03 At&T Mobility Ii Llc Designation of cellular broadcast message identifiers for the commercial mobile alert system
US8089399B2 (en) 2008-06-06 2012-01-03 Skyhook Wireless, Inc. System and method for refining a WLAN-PS estimated location using satellite measurements in a hybrid positioning system
US8266324B2 (en) 2008-06-12 2012-09-11 International Business Machines Corporation Domain specific domain name service
US8129949B2 (en) 2008-07-24 2012-03-06 Symbol Technologies, Inc. Device and method for instantaneous load reduction configuration to prevent under voltage condition
US8214890B2 (en) * 2008-08-27 2012-07-03 Microsoft Corporation Login authentication using a trusted device
US8051166B1 (en) 2008-09-29 2011-11-01 Amazon Technologies, Inc. Service provider optimization of content management
US8117306B1 (en) 2008-09-29 2012-02-14 Amazon Technologies, Inc. Optimizing content management
US8051480B2 (en) 2008-10-21 2011-11-01 Lookout, Inc. System and method for monitoring and analyzing multiple interfaces and multiple protocols
US9235704B2 (en) 2008-10-21 2016-01-12 Lookout, Inc. System and method for a scanning API
US8347386B2 (en) 2008-10-21 2013-01-01 Lookout, Inc. System and method for server-coupled malware prevention
US8185134B2 (en) 2008-10-21 2012-05-22 Qualcomm Incorporated Multimode GPS-enabled camera
US8087067B2 (en) 2008-10-21 2011-12-27 Lookout, Inc. Secure mobile platform system
US8533844B2 (en) 2008-10-21 2013-09-10 Lookout, Inc. System and method for security data collection and analysis
US8060936B2 (en) 2008-10-21 2011-11-15 Lookout, Inc. Security status and information display system
US8984628B2 (en) 2008-10-21 2015-03-17 Lookout, Inc. System and method for adverse mobile application identification
US9367680B2 (en) 2008-10-21 2016-06-14 Lookout, Inc. System and method for mobile communication device application advisement
US8099472B2 (en) 2008-10-21 2012-01-17 Lookout, Inc. System and method for a mobile cross-platform software system
US8108933B2 (en) 2008-10-21 2012-01-31 Lookout, Inc. System and method for attack and malware prevention
US8266288B2 (en) 2008-10-23 2012-09-11 International Business Machines Corporation Dynamic expiration of domain name service entries
US8401521B2 (en) 2008-11-25 2013-03-19 Broadcom Corporation Enabling remote and anonymous control of mobile and portable multimedia devices for security, tracking and recovery
US8447856B2 (en) 2008-11-25 2013-05-21 Barracuda Networks, Inc. Policy-managed DNS server for to control network traffic
US20100138501A1 (en) 2008-12-03 2010-06-03 Microsoft Corporation End-to-end validation in a push environment
US8862097B2 (en) * 2008-12-03 2014-10-14 Entersekt International Limited Secure transaction authentication
US8121617B1 (en) 2008-12-09 2012-02-21 Lagrotta James Thomas Method of remotely locating a mobile device equipped with a radio receiver
US8549625B2 (en) 2008-12-12 2013-10-01 International Business Machines Corporation Classification of unwanted or malicious software through the identification of encrypted data communication
WO2010090533A2 (en) * 2009-01-07 2010-08-12 Resonance Holdings Limited Bluetooth authentication system and method
US20120188064A1 (en) 2009-02-17 2012-07-26 Lookout. Inc., a California Corporation System and method for remotely initiating playing of sound on a mobile device
US8467768B2 (en) 2009-02-17 2013-06-18 Lookout, Inc. System and method for remotely securing or recovering a mobile device
US8855601B2 (en) 2009-02-17 2014-10-07 Lookout, Inc. System and method for remotely-initiated audio communication
US8538815B2 (en) 2009-02-17 2013-09-17 Lookout, Inc. System and method for mobile device replacement
EP2226966A1 (en) * 2009-03-03 2010-09-08 Gemalto SA Method for securely establishing a virtual multi-party contract which can be materialised
WO2010141826A2 (en) 2009-06-05 2010-12-09 The Regents Of The University Of Michigan System and method for detecting energy consumption anomalies and mobile malware variants
US8935428B2 (en) 2009-06-24 2015-01-13 Broadcom Corporation Fault tolerance approaches for DNS server failures
WO2011002818A1 (en) 2009-06-29 2011-01-06 Cyberdefender Corporation Systems and methods for operating an anti-malware network on a cloud computing platform
US8228234B2 (en) 2009-08-27 2012-07-24 Hewlett-Packard Development Company, L.P. Power saving system and method for mobile computing device
US8620879B2 (en) * 2009-10-13 2013-12-31 Google Inc. Cloud based file storage service
US8452352B2 (en) 2009-11-06 2013-05-28 International Business Machines Corporation Systems and methods for predicting battery drain time caused by smartphone applications
US8397301B2 (en) 2009-11-18 2013-03-12 Lookout, Inc. System and method for identifying and assessing vulnerabilities on a mobile communication device
US8370933B1 (en) 2009-11-24 2013-02-05 Symantec Corporation Systems and methods for detecting the insertion of poisoned DNS server addresses into DHCP servers
US8103915B2 (en) 2010-02-12 2012-01-24 Verizon Patent And Licensing Inc. Failure system for domain name system client
US8209491B2 (en) 2010-04-27 2012-06-26 Symantec Corporation Techniques for directory server integration
US8984597B2 (en) 2010-05-27 2015-03-17 Microsoft Technology Licensing, Llc Protecting user credentials using an intermediary component
US8489348B2 (en) 2010-06-02 2013-07-16 Google Inc. Aggregating mobile device battery life data
US8499034B2 (en) * 2010-07-21 2013-07-30 At&T Intellectual Property I, L.P. Methods and apparatus to transmit a request to server via domain system forwarding
CN103155509B (en) * 2010-08-04 2016-10-26 黑莓有限公司 For the method and apparatus providing continuous certification based on dynamic personal information
JP6019484B2 (en) 2010-08-25 2016-11-02 ルックアウト、アイエヌシー. Systems and methods for server-bound malware prevention
US8463915B1 (en) 2010-09-17 2013-06-11 Google Inc. Method for reducing DNS resolution delay
WO2012048262A2 (en) 2010-10-08 2012-04-12 Lumi Technologies, Inc. Multi-phased and partitioned content preparation and delivery
US8588870B1 (en) 2010-10-15 2013-11-19 Sprint Spectrum L.P. Method and system for reducing resource consumption to extend battery life based on an estimated time to destination
US8166164B1 (en) 2010-11-01 2012-04-24 Seven Networks, Inc. Application and network-based long poll request detection and cacheability assessment therefor
US8671221B2 (en) 2010-11-17 2014-03-11 Hola Networks Ltd. Method and system for increasing speed of domain name system resolution within a computing device
US8504831B2 (en) * 2010-12-07 2013-08-06 At&T Intellectual Property I, L.P. Systems, methods, and computer program products for user authentication
US9313085B2 (en) 2010-12-16 2016-04-12 Microsoft Technology Licensing, Llc DNS-based determining whether a device is inside a network
KR101520511B1 (en) * 2010-12-21 2015-05-15 한국전자통신연구원 User authenication system by using personal identification number, user terminal device, inquiry apparatus, authenication server, and user authenication method therefor
GB2501416B (en) 2011-01-07 2018-03-21 Seven Networks Llc System and method for reduction of mobile network traffic used for domain name system (DNS) queries
US8739260B1 (en) * 2011-02-10 2014-05-27 Secsign Technologies Inc. Systems and methods for authentication via mobile communication device
US8949629B2 (en) 2011-04-01 2015-02-03 International Business Machines Corporation Predicting battery power usage
WO2012145533A2 (en) 2011-04-19 2012-10-26 Seven Networks, Inc. Shared resource and virtual resource management in a networked environment
US8806647B1 (en) 2011-04-25 2014-08-12 Twitter, Inc. Behavioral scanning of mobile applications
WO2012149434A2 (en) 2011-04-27 2012-11-01 Seven Networks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
US8285808B1 (en) 2011-05-20 2012-10-09 Cloudflare, Inc. Loading of web resources
US20120317153A1 (en) 2011-06-07 2012-12-13 Apple Inc. Caching responses for scoped and non-scoped domain name system queries
US20120317172A1 (en) 2011-06-13 2012-12-13 International Business Machines Corporation Mobile web app infrastructure
US8738765B2 (en) 2011-06-14 2014-05-27 Lookout, Inc. Mobile device DNS optimization
US9107055B2 (en) 2011-06-14 2015-08-11 Sonifi Solutions, Inc. Method and apparatus for pairing a mobile device to an output device
US20120324568A1 (en) 2011-06-14 2012-12-20 Lookout, Inc., A California Corporation Mobile web protection
US9026814B2 (en) 2011-06-17 2015-05-05 Microsoft Technology Licensing, Llc Power and load management based on contextual information
US8788881B2 (en) 2011-08-17 2014-07-22 Lookout, Inc. System and method for mobile device push communications
TW201310959A (en) * 2011-08-31 2013-03-01 Ibm Method and computer system for dynamically providing algorithm-based password/challenge authentication
US20130104197A1 (en) * 2011-10-23 2013-04-25 Gopal Nandakumar Authentication system
US8793520B2 (en) 2012-01-25 2014-07-29 Apple Inc. Power management of electronic devices based on charging location
US8655307B1 (en) 2012-10-26 2014-02-18 Lookout, Inc. System and method for developing, updating, and using user device behavioral context models to modify user, device, and application state, settings and behavior for enhanced user security
US9355231B2 (en) * 2012-12-05 2016-05-31 Telesign Corporation Frictionless multi-factor authentication system and method
US9064109B2 (en) * 2012-12-20 2015-06-23 Intel Corporation Privacy enhanced key management for a web service provider using a converged security engine
US9763098B2 (en) 2013-01-11 2017-09-12 Apple Inc. Bypassing security authentication scheme on a lost device to return the device to the owner

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7231427B1 (en) * 2001-08-30 2007-06-12 Qiang Du E-mail protocol using assumed send and reply address and smart E-mail archiving by addressee and addressor
US20090013399A1 (en) * 2003-06-25 2009-01-08 Anonymizer, Inc. Secure Network Privacy System
US20070005967A1 (en) * 2003-12-30 2007-01-04 Entrust Limited Method and apparatus for providing authentication between a sending unit and a recipient based on challenge usage data
US20080016347A1 (en) * 2004-11-02 2008-01-17 Oracle International Corporation Systems and Methods of User Authentication
US20080098464A1 (en) * 2006-10-24 2008-04-24 Authernative, Inc. Two-channel challenge-response authentication method in random partial shared secret recognition system
US20090240774A1 (en) * 2008-03-20 2009-09-24 Iconix Inc. System and method for securely performing multiple stage email processing with embedded codes
US20100095359A1 (en) * 2008-10-13 2010-04-15 Devicescape Software, Inc. Systems and Methods for Identifying a Network

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107644154A (en) * 2016-07-20 2018-01-30 费希尔-罗斯蒙特系统公司 The two-factor authentication of user interface facilities in process plant
CN107644154B (en) * 2016-07-20 2023-07-21 费希尔-罗斯蒙特系统公司 Two-factor authentication of user interface devices in a process plant
US11574041B2 (en) 2016-10-25 2023-02-07 Apple Inc. User interface for managing access to credentials for use in an operation
WO2020039327A1 (en) 2018-08-21 2020-02-27 Viruthagiri Thirumavalavan Domain-based isolated mailboxes
US11467853B2 (en) 2019-06-01 2022-10-11 Apple Inc. User interface for accessing an account
US11582229B2 (en) 2019-06-01 2023-02-14 Apple Inc. Systems and methods of application single sign on
US11895111B2 (en) 2019-06-01 2024-02-06 Apple Inc. Systems and methods of application single sign on
US11783022B2 (en) 2020-06-01 2023-10-10 Apple Inc. Systems and methods of account verification upgrade
US11601419B2 (en) 2020-06-21 2023-03-07 Apple Inc. User interfaces for accessing an account
CN111970298A (en) * 2020-08-26 2020-11-20 腾讯科技(深圳)有限公司 Application access method and device, storage medium and computer equipment
CN111970298B (en) * 2020-08-26 2024-01-05 腾讯科技(深圳)有限公司 Application access method and device, storage medium and computer equipment
CN113726774A (en) * 2020-10-13 2021-11-30 杭州涂鸦信息技术有限公司 Client login authentication method, system and computer equipment
CN114666083A (en) * 2020-12-24 2022-06-24 中国电信股份有限公司 Reverse roll call system, reverse roll call method, and computer-readable storage medium

Also Published As

Publication number Publication date
GB201511914D0 (en) 2015-08-19
GB2523710A (en) 2015-09-02
US9374369B2 (en) 2016-06-21
US20140189808A1 (en) 2014-07-03
GB2523710B (en) 2021-12-22

Similar Documents

Publication Publication Date Title
US9374369B2 (en) Multi-factor authentication and comprehensive login system for client-server networks
US11134058B1 (en) Network traffic inspection
US10958662B1 (en) Access proxy platform
US20210058395A1 (en) Protection against phishing of two-factor authentication credentials
US11323464B2 (en) Artifact modification and associated abuse detection
Chiew et al. A survey of phishing attacks: Their types, vectors and technical approaches
US11881937B2 (en) System, method and computer program product for credential provisioning in a mobile device platform
US11457040B1 (en) Reverse TCP/IP stack
CN109196500B (en) Unified VPN and identity based authentication for cloud based services
US11354438B1 (en) Phone number alias generation
US8051465B1 (en) Mitigating forgery of electronic submissions
US20140089661A1 (en) System and method for securing network traffic
Beltran Characterization of web single sign-on protocols
US10834074B2 (en) Phishing attack prevention for OAuth applications
Alaca et al. Comparative analysis and framework evaluating web single sign-on systems
US20180227298A1 (en) Selectively permitting a receiver device to access a message based on authenticating the receiver device
Monir A Lightweight Attribute-Based Access Control System for IoT.
AU2014200729A1 (en) An improved authentication method
Binu et al. A mobile based remote user authentication scheme without verifier table for cloud based services
US20220353081A1 (en) User authentication techniques across applications on a user device
Routh et al. Attacks and vulnerability analysis of e-mail as a password reset point
Kuzminykh et al. Mechanisms of ensuring security in Keystone service
Ahmed Balancing security and usability in Web Single Sign-On
Silver Mitigating real-time relay phishing attacks against mobile push notification based two-factor authentication systems
Heijmink et al. Secure single sign-on

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: 13866985

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 1511914

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20131028

WWE Wipo information: entry into national phase

Ref document number: 1511914.2

Country of ref document: GB

122 Ep: pct application non-entry in european phase

Ref document number: 13866985

Country of ref document: EP

Kind code of ref document: A1