EP4655919A1 - Trusted authentication context - Google Patents
Trusted authentication contextInfo
- Publication number
- EP4655919A1 EP4655919A1 EP24747738.3A EP24747738A EP4655919A1 EP 4655919 A1 EP4655919 A1 EP 4655919A1 EP 24747738 A EP24747738 A EP 24747738A EP 4655919 A1 EP4655919 A1 EP 4655919A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- authentication
- computer
- credential
- data
- authentication result
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/321—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving a third party or a trusted authority
- H04L9/3213—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving a third party or a trusted authority using tickets or tokens, e.g. Kerberos
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/083—Network architectures or network communication protocols for network security for authentication of entities using passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0894—Escrow, recovery or storing of secret information, e.g. secret key escrow or cryptographic key storage
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3226—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using a predetermined code, e.g. password, passphrase or PIN
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2463/00—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
- H04L2463/082—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00 applying multi-factor authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0861—Network architectures or network communication protocols for network security for authentication of entities using biometrical features, e.g. fingerprint, retina-scan
Definitions
- a user wants to use a service offered by a service provider, the user needs to authenticate themselves to the service provider.
- the user can use a secret (e.g., a password or PIN) or other authentication data to authentication themselves to the service before the service provider provides the service to the user.
- a secret e.g., a password or PIN
- the user wants to receive multiple services provided by multiple different service providers, then the user needs to authenticate themselves to each of the service providers, typically in separate online sessions. This is cumbersome for the user, and it would be desirable to reduce the number of steps associated with authenticating a user to multiple services.
- Embodiments of the disclosure address this problem and other problems individually and collectively.
- One embodiment of the invention includes a method.
- the method comprises: receiving, by an authentication context registry server, authentication result data associated with an authentication request initiated by an orchestrator computer and performed using a credential of a user, the authentication request being in response to the user initiating a first process; receiving, by the authentication context registry server from a data processor computer, an authentication context request message associated with the credential, the authentication context request message being in response to an initiation of a second process different than the first process; performing, by the authentication context registry server, a search for the authentication result data using the credential; and transmitting, by the authentication context registry server, the authentication result data or a derivative thereof to the data processor computer, wherein the data processor computer analyzes the authentication result data or the derivative thereof and decides to perform the second process based on the authentication result data or the derivative.
- an authentication context registry server comprising: a processor; and a computer readable medium comprising instructions, executable by the processor, for performing operations comprising: receiving authentication result data associated with an authentication request initiated by an orchestrator computer and performed using a credential of a user, the authentication request being in response to the user initiating a first process; receiving, from a data processor computer, an authentication context request message associated with the credential, the authentication context request message being in response to an initiation of a second process different than the first process; performing a search for the authentication result data using the credential; and transmitting the authentication result data or a derivative thereof to the data processor computer, wherein the data processor computer analyzes the authentication result data or the derivative thereof and decides to perform the second process based on the authentication result data.
- Another embodiment of the invention includes a method comprising: transmitting, by a data processing computer to an authentication context registry server, an authentication context request message comprising a credential, the authentication context request message associated with a second process, wherein the authentication context registry server is programmed to determine authentication result data using the credential, the authentication result data associated with authentication for a first process; receiving, by the data processing computer from the authentication context registry server, the authentication result data or a derivative thereof; evaluating, by the data processing computer, the authentication result data or a derivative thereof; and after evaluating the authentication result data or a derivative thereof, performing, by the data processing computer, the second process.
- Another embodiment of the invention includes a data processor computer comprising: a processor; and a computer readable medium comprising code executable by the processor, to perform a method comprising: transmitting, to an authentication context registry server, an authentication context request message comprising a credential, the authentication context request message associated with a second process, wherein the authentication context registry server is programmed to determine authentication result data using the credential, the authentication result data associated with authentication for a first process; receiving, from the authentication context registry server, the authentication result data or a derivative thereof; evaluating the authentication result data or a derivative thereof; and after evaluating the authentication result data or a derivative thereof, performing, by the data processing computer, the second process
- a “user” may include an individual.
- a user may be associated with one or more personal accounts and/or user devices.
- the user may also be referred to as a cardholder, account holder, or consumer in some embodiments.
- a “user device” may be a device that is operated by a user.
- user devices may include a mobile phone, a mobile communication device, a smartphone, a card, a payment card, a personal digital assistant (PDA), a laptop computer, a desktop computer, a server computer, a vehicle such as an automobile, a thin client device, a tablet PC, etc.
- PDA personal digital assistant
- user devices may be any type of wearable technology device, such as a watch, earpiece, glasses, etc.
- the user device may include one or more processors capable of processing user input.
- the user device may also include one or more input sensors for receiving user input. As is known in the art, there are a variety of input sensors capable of detecting user input, such as accelerometers, cameras, microphones, etc.
- the user input obtained by the input sensors may be from a variety of data input types, including, but not limited to, audio data, visual data, or biometric data.
- the user device may comprise any electronic device that may be operated by a user, which may also provide remote communication capabilities to a network. Examples of remote communication capabilities include using a mobile phone (wireless) network, wireless data network (e.g., 3G, 4G, or similar networks), Wi-Fi, Wi-Max, or any other communication medium that may provide access to a network such as the Internet or a private network.
- a “mobile communication device” may comprise any suitable electronic device that may be transported and operated by a user, which may also optionally provide remote communication capabilities to a network.
- remote communication capabilities include using a mobile phone (wireless) network, wireless data network (e.g., 3G, 4G, or similar networks), Wi-Fi, Bluetooth, Bluetooth Low Energy (BLE), Wi-Max, or any other communication medium that may provide access to a network such as the Internet or a private network.
- Examples of mobile communication devices include mobile phones (e.g., cellular phones), PDAs, tablet computers, net books, laptop computers, wearable devices (e.g., watches), vehicles such as automobiles and motorcycles, personal music players, hand-held specialized readers, etc.
- a mobile communication device may comprise any suitable hardware and software for performing such functions, and may also include multiple devices or components (e.g., when a device has remote access to a network by tethering to another device - i.e. , using the other device as a modem - both devices taken together may be considered a single mobile communication device).
- a “resource” can be something of value to a user.
- a resource for example, can include digital items and/or physical items.
- a resource can be an obtainable item.
- a resource can be owned by an entity.
- a resource can be a physical item such as goods.
- a resource can be a service that is provided by a merchant.
- a resource can be a digital item such as non-fungible tokens, secure data, etc. Another example of a resource is access to a secure or otherwise access-controlled location.
- a “resource provider” may be an entity that can provide a resource such as goods, services, information, and/or access to a location (e.g., a parking space, a transit terminal, etc.). Examples of resource providers include merchants, governmental authorities, secure data providers, etc. A resource provider may operate one or more resource provider computers.
- An “access device” may be any suitable device that provides access to a resource.
- An access device may be in any suitable form.
- Some examples of access devices include vending machines, kiosks, POS or point of sale devices (e.g., POS terminals), cellular phones, PDAs, personal computers (PCs), tablet PCs, hand-held specialized readers, set-top boxes, electronic cash registers (ECRs), automated teller machines (ATMs), virtual cash registers (VCRs), and the like.
- An access device may use any suitable contact or contactless mode of operation to send or receive data from, or associated with, a user mobile communication device.
- an access device may include a reader, a processor, and a computer-readable medium.
- a reader may include any suitable contact or contactless mode of operation.
- exemplary readers can include radio frequency (RF) antennas, optical scanners, bar code readers, or magnetic stripe readers to interact with a payment device and/or mobile communication device.
- the access device may include a user interface (e.g., hard/soft keyboard) that receives input (e.g., card credentials) from a user.
- An "acquirer” may typically be a business entity (e.g., a commercial bank) that has a business relationship with a particular merchant or other entity. Some entities can perform both issuer and acquirer functions. Some embodiments may encompass such single entity issuer-acquirers.
- An acquirer may operate an acquirer computer, which can also be generically referred to as a “transport computer.”
- An “authorization entity” may be an entity that authorizes a request. Examples of an authorization entity may be an issuer, a governmental agency, a document repository, an access administrator, etc. An authorization entity may operate an authorization entity computer.
- An “issuer” may refer to a business entity (e.g., a bank) that issues and optionally maintains an account for a user. An issuer may also issue payment credentials stored on a user device, such as a cellular telephone, smart card, tablet, or laptop to the consumer.
- a “processor” may refer to any suitable data computation device or devices.
- a processor may comprise one or more microprocessors working together to accomplish a desired function.
- the processor may include a CPU comprising at least one high-speed data processor adequate to execute program components for executing user and/or system -generated requests.
- the CPU may be a microprocessor such as AMD's Athlon, Duron and/or Opteron; IBM and/or Motorola's PowerPC; IBM's and Sony's Cell processor; Intel's Celeron, Itanium, Pentium, Xeon, and/or XScale; and/or the like processor(s).
- a microprocessor such as AMD's Athlon, Duron and/or Opteron; IBM and/or Motorola's PowerPC; IBM's and Sony's Cell processor; Intel's Celeron, Itanium, Pentium, Xeon, and/or XScale; and/or the like processor(s).
- a “memory” may be any suitable device or devices that can store electronic data.
- a suitable memory may comprise a non-transitory computer readable medium that stores instructions that can be executed by a processor to implement a desired method.
- Examples of memories may comprise one or more memory chips, disk drives, etc. Such memories may operate using any suitable electrical, optical, and/or magnetic mode of operation.
- a “credential” may be any suitable information that serves as reliable evidence of worth, ownership, identity, or authority.
- a credential may be a string of numbers, letters, or any other suitable characters that may be present or contained in any object or document that can serve as confirmation.
- User credential examples can be a primary account number, driver's license ID, social security number, etc.
- a "value credential" may be information associated with worth. Examples of value credentials include payment credentials, coupon identifiers, information needed to obtain a promotional offer, etc.
- Payment credentials may include any suitable information associated with an account (e.g., a payment account and/or payment device associated with the account). Such information may be directly related to the account or may be derived from information related to the account. Examples of account information may include a PAN (primary account number or “account number”), username, expiration date, CVV (card verification value), dCVV (dynamic card verification value), CVV2 (card verification value 2), CVC3 card verification values, etc. CVV2 is generally understood to be a static verification value associated with a payment device.
- CVV2 values are generally visible to a user (e.g., a consumer), whereas CW and dCVV values are typically embedded in memory or authorization request messages and are not readily known to the user (although they are known to the issuer and payment processors).
- Payment credentials may be any information that identifies or is associated with a payment account. Payment credentials may be provided in order to make a payment from a payment account. Payment credentials can also include a username, an expiration date, a gift card number or code, and any other suitable information.
- a “token” may be a substitute value for a credential.
- a token may be a string of numbers, letters, or any other suitable characters.
- a token may be bound to one or more devices (e.g., a user device). Examples of tokens include access tokens such as payment tokens, data that can be used to access secure systems or locations, etc.
- a "payment token” may include an identifier for a payment account that is a substitute for an account identifier, such as a primary account number (PAN) and/or an expiration date.
- a token may include a series of alphanumeric characters that may be used as a substitute for an original account identifier.
- a token “4900 0000 0000 0001” may be used in place of a PAN “4147 0900 0000 1234.”
- a token may be “format preserving” and may have a numeric format that conforms to the account identifiers used in existing transaction processing networks (e.g., ISO 8583 financial transaction message format).
- a token may be used in place of a PAN to initiate, authorize, settle, or resolve a payment transaction or represent the original credential in other systems where the original credential would typically be provided.
- a token value may be generated such that the recovery of the original PAN or other account identifier from the token value may not be computationally derived.
- the token format may be configured to allow the entity receiving the token to identify it as a token and recognize the entity that issued the token.
- Tokenization is a process by which sensitive data is replaced with substitute data.
- a real credential e.g., a primary account number (PAN)
- PAN primary account number
- tokenization can be applied to any other information to substitute the underlying information with a token.
- Token exchange or “detokenization” can be a process of restoring the data that was substituted during tokenization.
- a token exchange may include replacing a payment token with its associated primary account number (PAN).
- detokenization or token exchange may be applied to any other information to retrieve the substituted information from a token.
- token exchange can be achieved via a transactional message, such as an ISO message, an application programming interface (API), or another type of web interface (e.g., web request).
- API application programming interface
- a “token service computer” can include a system that services tokens.
- a token service computer can facilitate requesting, determining (e.g., generating) and/or issuing tokens, as well as maintaining an established mapping of tokens to primary account numbers (PANs) in a repository (e.g., token vault).
- PANs primary account numbers
- the token service computer may establish a token assurance level for a given token to indicate the confidence level of the token to PAN binding.
- the token service computer may include or be in communication with a token vault where the generated tokens are stored.
- the token service computer may support token processing of payment transactions submitted using tokens by de-tokenizing the token to obtain the actual PAN.
- An example of a token service compute is “Visa Token Service” (VTS).
- a “token domain” may indicate an area and/or circumstance in which a token can be used.
- the token domain may include, but are not limited to, payment channels (e.g., e-commerce, physical point of sale, etc.), POS entry modes (e.g., contactless, magnetic stripe, etc.), and merchant identifiers to uniquely identify where the token can be used.
- a set of parameters i.e. , token domain restriction controls
- the token domain restriction controls may restrict the use of the token with particular presentment modes, such as contactless or e-commerce presentment modes.
- the token domain restriction controls may restrict the use of the token at a particular merchant that can be uniquely identified. Some exemplary token domain restriction controls may require the verification of the presence of a token cryptogram that is unique to a given transaction. In some embodiments, a token domain can be associated with a token requestor.
- a “token expiry date” may refer to the expiration date/time of the token.
- the token expiry date may be passed among the entities of the tokenization ecosystem during transaction processing to ensure interoperability.
- the token expiration date may be a numeric value (e.g., a 4-digit numeric value).
- the token expiry date can be expressed as a time duration as measured from the time of issuance.
- An “authentication request message” or “authentication request” may be a message that requests to confirm that something is true, genuine, or valid.
- an authentication request message may request verification that a user is the true, genuine, or valid user.
- the authentication request may include an electronic message that is sent to an authentication server computer and/or an authorizing entity computer to request authentication for a transaction.
- An “authentication response message” or “authentication response” may be an electronic message reply to an authentication request message.
- An "authentication context registry server” may store contextual information surrounding an authentication of a user.
- the authentication context registry server may store context data relating to an authentication process such as when an authentication process was conducted, the resource provider or other entity associated with the authentication process, how the authentication process was performed, etc.
- the authentication context registry server can store the authentication data (e.g., passwords, secrets, biometrics, etc.) that are verified during the authentication processes and the results of any authentication processes performed.
- a "data processor computer” may include a computer that processes authentication result data or a derivative thereof.
- a data processing computer may be a credential storage server, a token service computer, or any other entity that may transmit an authentication context request message to an authentication registry server to determine whether a user associated with a credential has been authenticated.
- An "orchestrator” can be an entity that arranges or directs actions to produce desired effects.
- An orchestrator can operate an orchestrator computer.
- An orchestrator computer can interact with various service computers (e.g., a credential storage computer, a token service computer, etc.) to obtain different services for a user.
- an orchestrator can be a resource provider computer such as a merchant computer.
- a “server computer” may include a powerful computer or cluster of computers.
- the server computer can be a large mainframe, a minicomputer cluster, or a group of servers functioning as a unit.
- the server computer may be a database server coupled to a Web server.
- the server computer may comprise one or more computational apparatuses and may use any of a variety of computing structures, arrangements, and compilations for servicing the requests from one or more client computers.
- FIG. 1 shows a block diagram of a system and a first overlaid process flow according to an embodiment.
- FIG. 2 shows a block diagram of a system and a second overlaid process flow according to an embodiment.
- FIG. 3 shows a block diagram of a system and a third overlaid process flow according to an embodiment.
- FIG. 4 shows a block diagram of a resource provider computer according to an embodiment.
- FIG. 5 shows a block diagram of a credential storage server according to an embodiment.
- FIG. 6 shows a block diagram of an authentication context registry server according to an embodiment.
- a method includes receiving authentication result data associated with an authentication request initiated by an orchestrator computer and performed using a credential of a user.
- the orchestrator computer can be a computer that orchestrates or coordinates a series of actions with different service providers for a user, preferably in a single online session.
- the authentication request can be in response to the user initiating a first process such as a process to store a credential with a credential storage computer such as a digital wallet.
- the method also includes receiving, from a data processor computer, an authentication context request message associated with the credential.
- the data processor can be different than the credential storage computer and can be a token service computer that performs tokenization of the credential.
- the authentication context request message can be in response to an initiation of a second process different than the first process.
- the first process could include storing a credential in a credential storage computer and tokenizing the credential.
- the method can also comprise performing a search for the authentication result data using the credential and transmitting the authentication result data or a derivative thereof to the data processor computer.
- the authentication result data could include data indicating whether or not the user was or was not authenticated for the first process or data relating to the circumstances regarding any past authentication processes (e.g., the raw data used to authenticate the user and/or any conditions or thresholds associated with an authentication decision).
- the data processor computer analyzes the authentication result data or the derivative thereof and decides to perform the second process based on the authentication result data.
- Embodiments of the invention have a number of technical advantages.
- Embodiments of the invention can allow a data processor computer to use authentication result data relating to a prior authentication performed with respect to a user when the user is requesting a service provided by a different data processor computer providing a different type of service in a same online session. As a result, the user need not re-authenticate themselves when requesting different types of services performed by different data processing computers.
- Embodiments of the invention are also scalable because they do not require different data processor computers to have their own authentication services, or require different authentication services to know or coordinate with each other to provide convenience to the user.
- FIG. 1 shows a block diagram of a system 100 and a first exemplary process that may be carried out using the system 100, according to an embodiment.
- System 100 includes a user 102, a resource provider computer 104, a credential storage server 106, an authentication context registry server 108, an authentication server computer 110, an authorizing entity computer 112, a user device 114, and a token service computer 116.
- the resource provider computer 104 can be in operative communication with the authentication server computer 110, the credential storage server 106, the token service computer 116, the user device 114, and the user 102.
- the authentication context registry server 108 can be in communication with the authentication server computer 110, the credential storage server 106, and the token service computer 116.
- the authorizing entity computer 112 can be in communication with the user device 114, the authentication server computer 110, and the token service computer 116.
- Each of the devices and computers may be in operative communication with each other. For simplicity of illustration, a certain number of components are shown in system 100. It is understood, however, that embodiments of the invention may include more or less components than are illustrated in system 100.
- the devices and computers in the system 100 can communicate with one another using a communication network or line (not pictured).
- the communication network or line can take any suitable form, and may include any one and/or the combination of the following: a direct connection or interconnection; the Internet; a Local Area Network (LAN); a Metropolitan Area Network (MAN); an operating Missions as Nodes on the Internet (OMNI); a cellular network, a secured custom connection; a Wide Area Network (WAN); a wireless network (e.g., employing protocols such as, but not limited to a Wireless Application Protocol (WAP), l-mode, and/or the like); and/or the like.
- WAP Wireless Application Protocol
- Messages between the computers and devices in system 100 may be transmitted using a communication protocol such as, but not limited to, File Transfer Protocol (FTP); Hypertext Transfer Protocol (HTTP); Secure Hypertext Transfer Protocol (HTTPS); Secure Socket Layer (SSL), ISO (e.g., ISO 8583) and/or the like.
- FTP File Transfer Protocol
- HTTP Hypertext Transfer Protocol
- HTTPS Secure Hypertext Transfer Protocol
- SSL Secure Socket Layer
- ISO ISO
- the user device 114 may be associated with the user 102.
- the resource provider computer 104 may be associated with a resource provider such as a merchant, an entity that provides access to a secure location, or an entity that provides access to secure data.
- the user 102 can interact with the resource provider computer 104 using the user device 114.
- the user 102 may be interfacing with an e-commerce site (e.g., via the user device 114 or another device) executing on the resource provider computer 104 and may have initiated a checkout process to obtain resources from the resource provider computer.
- the user 102 may interact with a user interface associated with the resource provider computer 104 and/or the user device 114.
- the user interface may be used to receive input from the user 102.
- the input may indicate one or more credentials (e.g., a PAN) of the user 102 and authentication data of the user 102 (e.g., a password, a fingerprint, etc.).
- the user device 114 may transmit the user input to the resource provider computer 104.
- the input received by the resource provider computer 104, from the user 102 may include credentials, instructions to proceed with a checkout process, instructions to add a card to a wallet, or any other information or instructions from the user 102.
- the input provided by the user 102 may initiate different processes that are carried out using one or more services.
- the processes may be part of a single online session between the user 102 and the resource provider computer 104.
- the processes can include, for example: adding a credential to a credential storage computer, tokenizing a credential, performing a transaction such as a payment transaction, etc.
- the resource provider computer 104 may be operated by a resource provider.
- the resource provider computer 104 may be configured to receive and/or transmit information to at least the credential storage server 106, the authentication server computer 110, and the token service computer 116.
- the resource provider computer 104 may be characterized as an “orchestrator computer” since it can orchestrate or coordinate the initiation of different processes on behalf of the user 102.
- the credential storage server 106 may store credentials such as PANs or tokens.
- the credential storage server 106 may be a digital wallet server computer in some embodiments.
- the authentication server computer 110 can be programmed to perform authentication processes including message routing and authentication decision processes. In some embodiments, it is a directory server that maintains a directory of authorizing entity computer addresses as they relate to credentials or portions of credentials (e.g., BINs or bank identification numbers).
- the authentication process can include an authentication request message that includes a challenge that is transmitted to the user device 114.
- the challenge may be a request for a secret such as a password or personal identification number (PIN).
- the authentication server computer 110 can communicate with the authorizing entity computer 112 to initiate a challenge to the user 102 or the user device 114.
- the authorizing entity computer 112 may be operated by an authorizing entity such as an issuer.
- the authorizing entity computer 112 can manage an account associated with the user 102.
- the account may be associated with a credential.
- the authorizing entity computer 112 can also authorize or not authorize transactions using the account, the credential, or a token associated with the credential.
- the authentication context registry server 108 can be a central authentication repository of authentication result data from prior authentication processes for different users seeking services from different service providers.
- the authentication context registry server 108 can store data relating to authentication results, data relating to the authentication processes that produced the authentication results, and optionally the raw data that was used in the authentication processes.
- the token service computer 116 can perform tokenization services. Tokenization services can include issuing and provisioning tokens, exchanging tokens for credentials during transactions, token to device binding, etc.
- the credential storage server 106 and the resource provider computer 104 may perform the functionality of an orchestrator.
- the credential storage server 106 can be a digital wallet server and the resource provider computer 104 can be a merchant computer such as a merchant server operating a Website.
- the resource provider computer 104 can receive a credential (e.g., an account number such as a PAN) of the user 102 from the user device 114.
- the user device 114 transmits the credential to the resource provider computer 104 during a transaction to purchase goods or services from the resource provider operating the resource provider computer 104.
- the user 102 can be prompted to decide if the user 102 wants to add the credential to the credential storage server 106. The user 102 may wish to do this so that future transactions conducted with the resource provider computer 104 do not require the user to provide the credential, thereby saving the user time in further transactions.
- the user 102 wishes to save the credential to the credential storage server 106.
- the saving of the credential to the credential storage server can be a first process.
- the resource provider computer 104 transmits the credential to the credential storage server 106 as part of the first process.
- the credential storage server 106 may need to authenticate the user 102 before storing the credential. Before doing so, however, the credential storage server 106 can determine if the user 102 has been previously authenticated in a different process and if so, then also determine if the prior authentication can be used to authenticate the user in order to perform the process of storing the credential.
- the credential storage server 106 may transmit an authentication context request message to the authentication context registry server 108.
- the authentication context request message may include the credential.
- the authentication context request message may cause the authentication context registry server 108 to search for the authentication result data for prior authentications.
- the authentication context registry server 108 determines that it does not have authentication result data associated with the credential.
- the credential storage server 106 can then initiate an authentication process before performing the first process.
- the credential storage server 106 transmits an authentication request message to the authentication server computer 110.
- the authentication request message may include the credential.
- the authentication server computer 110 may use the credential to determine the authorization entity computer 112 which can authenticate the user 102.
- the authentication server computer 110 may map the credentials of users, or portions thereof, to network addresses of authorizing entity computers.
- the authentication server computer 110 may route the authentication request to the authorization entity computer 112.
- the authorization entity computer 112 may receive the authentication request message including the credential.
- the authorizing entity computer 112 can determine the address of the user device 114 (e.g., a network address or phone number).
- the user 102 may have previously provided the address of the user device 114 to the authorizing entity computer 112 as part of an enrollment process.
- the authorizing entity computer 112 then transmits a challenge message to the user device 114.
- the challenge message may request a secret such as a PIN or password from the user 102, or may obtain device data associated with the user device 114 to authenticate the user 102 or the user device 114.
- the challenge message may be a one-time passcode that is provided to the user device 114 and is provided by the user 102 to the authorizing entity computer 112.
- the user device 114 may prompt the user 102 for a response based on the received challenge message.
- the prompt may request the user 102 to enter authentication data such as a secret, biometric data, etc.
- the user 102 may enter the authentication data into the user device 114 (e.g., via a user interface).
- the user device 114 may transmit a challenge response comprising the authentication data to the authorizing entity computer 112.
- the authorizing entity computer 112 can then determine if the authentication data in the challenge response is the expected authentication data (e.g., a received password matches an enrolled password stored at the authorizing entity computer 112). After the authorizing entity computer 112 performs the authentication process, it can generate authentication result data.
- the authentication result data can include the result of the authentication process (e.g., the user 102 is either authenticated or not authenticated), and optionally the context of the authentication process (e.g., the user 102 was authenticated by the authorizing entity computer 112 using a password entered into a previously registered user device 114, the date and time of the authentication, etc.).
- an authentication response message may be transmitted by the authorizing entity computer 112 to the authentication server computer 110.
- the authentication response message may include the authentication result data.
- the authentication response message is transmitted from the authentication server computer 110 to the credential storage server 106.
- the credential storage server 106 can then store the credential of the user 102 pursuant to the first process.
- the credential storage server 106 may transmit the authentication result data to the authentication context registry server 108.
- the credential storage server 106 may alter, add, and/or remove data from the authentication result data before transmitting the authentication result data to the authentication context registry server 108.
- the credential storage server 106 may add data such as an identifier for the resource provider computer 104 that initiated the first process.
- the authentication context registry server 108 may store the authentication result data.
- the authentication result data can include data regarding the authentication decision (authenticated or not) as well as the context data relating to the authentication.
- the authentication context registry server 108 transmits an acknowledgment response to the credential storage server 106 indicating that the authentication result data was stored or not stored by the authentication context registry server 108.
- the credential storage server 106 may transmit a credential addition status response to the resource provider computer 104.
- the credential addition status response may include status information that indicates whether the credential was successfully stored.
- the user 102 causes a second process, such as tokenization of the credential, to be performed.
- the second process is different than the first process, but can be conducted during the same online session between the user 102 and the resource provider operating the resource provider computer 104.
- the user 102 may be prompted to decide whether they wish to tokenize the credential after the credential was stored by the credential storage server 106.
- the user 102 agrees to tokenize the credential.
- the resource provider computer 104 then transmits a token request message comprising the credential to the token service computer 116.
- the token service computer 116 can determine if the authentication context registry server 108 has prior authentication result data that it can use to authenticate the user, instead of independently and separately initiating re-authentication of the user.
- the token service computer 116 may transmit an authentication context request message comprising the credential to the authentication context registry server 108.
- the authentication context request message may then be received by the authentication context registry server 108 from the token service computer 116.
- the authentication context registry server 108 may perform a search for the authentication result data using the credential. This time, the authentication context registry server 108 has authentication result data from the authentication performed in association with the first process of adding the credential to the credential storage computer.
- the authentication result data can include the prior positive authentication result, as well as the context data associated with the prior authentication result.
- the authentication result data can be transmitted by the authentication context registry server 108 to the token service computer 116.
- the token service computer 116 can then decide if the authentication result data is sufficient for it to perform the second process of tokenizing the credential without separately and independently re-authenticating the user 102.
- the token service computer 116 can have conditions or rules that allow it to make that decision.
- the token service computer 116 may have a rule that a satisfactory authentication process can only include a one-time password or biometric authentication process.
- a static password authentication process may not be sufficient for the token service computer 116 to perform the second process. In this case, the token service computer 116 can then separately and independently re- authenticate the user 102.
- the authentication context registry server 108 can transmit a derivative of the authentication result data to the token service computer 116.
- the derivative of the authentication result data may be data that is derived from the authentication result data.
- the token service computer 116 can have conditions or rules for authentication that must be satisfied before it can perform the second process. Those conditions or rules may be stored at the authentication context registry server 108 and may be applied to the authentication result data stored in the authentication context registry server 108.
- the authentication context registry server 108 stores a rule that a satisfactory authentication process for the token service computer 116 can only include a onetime password or biometric authentication process, and the authentication result data indicates that the prior authentication process used a static password, then the authentication context registry server 108 can conclude that the user 102 is “not authenticated” for the second process.
- the “not authenticated” indication can be a derivative of the authentication result data and can be provided to the token service computer 116.
- the authentication context registry server 108 may transmit the authentication result data or the derivative thereof to the token service computer 116.
- the token service computer 116 may analyze the authentication result data or the derivative thereof and decide whether to continue to perform the second process.
- a notification may be transmitted from the token service computer 116 to the authorizing entity computer 112.
- the notification may notify the authorizing entity computer 112 that the token has been generated and has been linked or bound to the credential and optionally the user device 114 of the user 102.
- the notification may also include at least a portion of the authentication result data if it was received by the token service computer 116.
- the token service computer 116 may store the authentication result data or the derivative thereof in memory and associate the notification data to the credential.
- the token service computer 116 may transmit the token to the resource provider computer 104.
- the token may be stored and/or used by the resource provider computer 104 to conduct one or more future transactions (e.g., payment transactions) related to the credential.
- the token is transmitted from the resource provider computer 104 to the user device 114, and the user device 114 can use the token to conduct future transactions.
- FIG. 2 shows a block diagram of a system 100 and second exemplary overlaid process flow.
- the system 100 in FIG. 2 may include similar components as the components in FIG. 1 , and like numerals designating like elements.
- the credential storage server 106 may be an orchestrator computer.
- Steps S202-226 in FIG. 2 may be similar to steps S102-126 in FIG. 1 , so the descriptions thereof are incorporated herein and are not repeated.
- the credential storage server 106 may initiate a second process.
- the second process may be different than the first process.
- the second process may include tokenizing the credential.
- the second process and the first process may be part of the same online session.
- the credential storage server 106 may transmit a token request message comprising the credential to the token service computer 116.
- Steps S230-236 may be performed in a similar manner as the steps S132-138 in FIG. 1 , so the descriptions thereof are incorporated herein and are not repeated.
- the token service computer 116 may transmit the token to the credential storage server 106.
- the token may be stored and/or used by the credential storage server 106.
- the credential storage server 106 may transmit information to the resource provider computer 104 to inform the resource provider computer 104 that the token has been received and/or generated for the credential.
- Step S240 may be performed in a similar manner as step S128 in FIG. 1 , so the descriptions thereof are incorporated herein and are not repeated.
- FIG. 3 shows a block diagram of a system 100 and a third overlaid process flow according to an embodiment.
- the system 300 in FIG. 3 may include similar components as the components in FIG. 1 , and like numerals designating like elements.
- the resource provider computer 104 may be an orchestrator computer.
- Step S302 may be performed in a similar manner as the step S102 in FIG. 1 ,the description is incorporated herein and is not repeated.
- an authentication request message is transmitted from the resource provider computer 104 to the authentication server computer 110.
- the authentication request message may include the credential.
- the authentication server computer 110 may process the authentication request to determine which authorization entity computer 112 to transmit the authorization request to.
- Steps S306-316 may be performed in a similar manner as the steps S112-122 in FIG. 1 , so the descriptions thereof are incorporated herein and are not repeated.
- the authentication server computer 110 may transmit the authentication result data to the authentication context registry server 108 (instead of the credential storage server 106 as illustrated in FIG. 1 ).
- an authentication response message is transmitted from the authentication server computer 110 to the resource provider computer 104.
- the authentication response message may include the authentication result data.
- the authentication result data may be the same authentication result data result data that the authentication server computer 110 received from the authorizing entity computer 112.
- step S322 after receiving the authentication response message indicating a positive authentication from the authentication server computer 110, the resource provider computer 104 can transmit an instruction to add the credential to the credential storage server 106, and the credential storage server 106 can store the credential.
- Steps S322-326 may be performed in a similar manner as the steps S104-108 described with respect to FIG. 1 , and the descriptions thereof are incorporated herein.
- Steps S328-340 may be performed in a similar manner as the steps S128-140 in FIG. 1 , the descriptions thereof are incorporated herein and are not repeated.
- FIG. 4 shows a block diagram of a resource provider computer 104, according to an embodiment.
- the resource provider computer 104 may include a processor 402.
- the resource provider computer 104 can include a network interface 404, a database 412, and a computer readable medium 418 coupled to the processor 402.
- the network interface 404 may be any suitable network interface operable to interface with other external devices.
- the network interface 404 may enable the resource provider computer 104 to transmit and receive information over a network (e.g., local area network (LAN), wide area network (WAN)).
- a network e.g., local area network (LAN), wide area network (WAN)
- the database 412 may include a hierarchical database, a network database, an object-oriented database, a relational database, and/or a cloud database, etc.
- the database may be stored in memory.
- the database 412 memory may be any magnetic, electronic, or optical memory. It can be appreciated that the memory may include any number of memory modules.
- An example of memory may be dynamic random access memory (DRAM).
- DRAM dynamic random access memory
- the database 412 may be used to store information such as time/date data 414, authentication data 416, credentials 432, and/or transaction data 434.
- the time/date data 414 may include dates and times of transactions.
- the transaction data 434 can include dates related to transactions conducted by the resource provider computer 104.
- the computer readable medium 418 may be any magnetic, electronic, optical, or other computer-readable medium.
- the computer readable medium 418 may comprise any combination of volatile and/or non-volatile memory such as, for example, buffer memory, RAM, DRAM, ROM, flash, or any other suitable memory device, alone or in combination with other data storage devices.
- Computer readable medium 418 may include one or more software modules, such as a transaction processing module 420, a token acquisition module 422, an authentication verification module 424, and an encryption module 426.
- the transaction processing module 420 and the processor 402 may be used to allow the resource provider computer 104 to process transaction messages such as authorization request and response messages, authentication request and response messages, etc.
- the token acquisition module 422 and the processor 402 may be used by the resource provider computer 104 to transmit token request messages and receive token response messages.
- the authentication verification module 424 and the processor 402 may perform authentication processing as described herein.
- the encryption module 426 may be used to encrypt and/or decrypt information. Information may be encrypted before being transmitted and/or stored.
- FIG. 5 shows a block diagram of a credential storage server 106, according to an embodiment.
- the credential storage server 106 may include a processor 502.
- the credential storage server 106 may include a network interface 504, a database 506, and a computer readable medium 516 coupled to the processor 502.
- the network interface may perform functions similar to those described with respect to the network interface 504 included in resource provider computer 104.
- the database 506 may be used to store information such as authentication context data 508, authentication result data 510, tokens 512, credentials 514, etc.
- the computer readable medium 516 may include one or more software modules, such as an authentication context acquisition module 518, a token acquisition module 422, an authentication verification module 424, a derivative result generation module 520, and an encryption module 426.
- software modules such as an authentication context acquisition module 518, a token acquisition module 422, an authentication verification module 424, a derivative result generation module 520, and an encryption module 426.
- the authentication context acquisition module 518 and the processor 502 may cause the credential storage server 106 to generate and transmit (e.g., to an authentication context registry server) an authentication context request message.
- the token acquisition module 422 may perform functions similar to those described with respect to the token acquisition module 422 included in resource provider computer 104.
- the authentication verification module 424 may perform functions similar to those described with respect to the token acquisition module 422 included in resource provider computer 104.
- the encryption module 426 may perform functions similar to those described with respect to the token acquisition module 422 included in resource provider computer 104.
- FIG. 6 shows a block diagram of an authentication context registry server 108, according to an embodiment.
- the authentication context registry server 108 can comprise context data relating to the authentication result data, the context data is associated with a plurality of different types of authentication processes and details regarding the plurality of different types of authentication processes. For example, details regarding biometric authentication processes can be different than details regarding one-time password authentication processes. Further, some forms of authentication may be stronger than others, and the authentication context registry server 108 can include data regarding the strength of such different authentication processes as they would be used to authenticate a user prior to performing different processes.
- the authentication context registry server 108 may include a processor 602.
- the authentication context registry server 108 may include a network interface 604, a database 606, and a computer readable medium 622 coupled to the processor 602.
- the processor 602 may be any suitable processor operable to carry out instructions on the authentication context registry server 108.
- the processor 602 may be coupled to other units of the authentication context registry server 108 including the network interface 604, the database 606, and the computer readable medium 622.
- the network interface 604 may perform functions similar to those described with respect to the network interface 404 included in resource provider computer 104.
- the database 606 may be used to store information such as authentication result data 610, authentication context data 612, credentials 614, and rules or conditions for generating derivatives of authentication result data 610.
- the computer readable medium 622 may include one or more modules, such as a storage module 624, a search module 626, and a derivative result generation module 628.
- the storage module 624 and the processor 602 can store authentication result data 610 or any of the other data in the database 606.
- the search module 626 and the processor 602 may be used to perform searches of the data in the database 606.
- the derivative result generation module 628 and the processor 602 may be configured to receive authentication result data 510 (e.g., from the authentication context acquisition module 518) and generate a derivative thereof as described above.
- Any of the software components or functions described in this application may be implemented as software code to be executed by a processor using any suitable computer language such as, for example, Java, C, C++, C#, Objective-C, Swift, or scripting language such as Perl or Python using, for example, conventional or object-oriented techniques.
- the software code may be stored as a series of instructions or commands on a computer readable medium for storage and/or transmission, suitable media include random access memory (RAM), a read only memory (ROM), a magnetic medium such as a hard-drive or a floppy disk, or an optical medium such as a compact disk (CD) or DVD (digital versatile disk), flash memory, and the like.
- RAM random access memory
- ROM read only memory
- magnetic medium such as a hard-drive or a floppy disk
- an optical medium such as a compact disk (CD) or DVD (digital versatile disk), flash memory, and the like.
- the computer readable medium may be any combination of such storage or transmission devices.
- Such programs may also be encoded and transmitted using carrier signals adapted for transmission via wired, optical, and/or wireless networks conforming to a variety of protocols, including the Internet.
- a computer readable medium according to an embodiment of the present invention may be created using a data signal encoded with such programs.
- Computer readable media encoded with the program code may be packaged with a compatible device or provided separately from other devices (e.g., via Internet download). Any such computer readable medium may reside on or within a single computer product (e.g., a hard drive, a CD, or an entire computer system), and may be present on or within different computer products within a system or network.
- a computer system may include a monitor, printer, or other suitable display for providing any of the results mentioned herein to a user.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202363481574P | 2023-01-25 | 2023-01-25 | |
| PCT/US2024/012753 WO2024158895A1 (en) | 2023-01-25 | 2024-01-24 | Trusted authentication context |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP4655919A1 true EP4655919A1 (en) | 2025-12-03 |
| EP4655919A4 EP4655919A4 (en) | 2026-03-04 |
Family
ID=91971017
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP24747738.3A Pending EP4655919A4 (en) | 2023-01-25 | 2024-01-24 | TRUSTED AUTHENTICATION CONTEXT |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP4655919A4 (en) |
| CN (1) | CN120584474A (en) |
| WO (1) | WO2024158895A1 (en) |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8978100B2 (en) * | 2011-03-14 | 2015-03-10 | Verizon Patent And Licensing Inc. | Policy-based authentication |
| JP5662507B2 (en) * | 2013-03-28 | 2015-01-28 | 株式会社 ディー・エヌ・エー | Authentication method, authentication system, and service providing server |
| US9578015B2 (en) * | 2014-10-31 | 2017-02-21 | Vmware, Inc. | Step-up authentication for single sign-on |
| EP3288214B1 (en) * | 2015-04-23 | 2021-03-03 | Unho Choi | Authentication in ubiquitous environment |
| US10491389B2 (en) * | 2017-07-14 | 2019-11-26 | Visa International Service Association | Token provisioning utilizing a secure authentication system |
| CN116346461B (en) * | 2018-04-24 | 2025-11-25 | 维萨国际服务协会 | Efficient and secure authentication system |
| US10558794B2 (en) * | 2018-05-09 | 2020-02-11 | Cody Myers | Indexable authentication system and method |
-
2024
- 2024-01-24 EP EP24747738.3A patent/EP4655919A4/en active Pending
- 2024-01-24 CN CN202480008977.XA patent/CN120584474A/en active Pending
- 2024-01-24 WO PCT/US2024/012753 patent/WO2024158895A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| EP4655919A4 (en) | 2026-03-04 |
| CN120584474A (en) | 2025-09-02 |
| WO2024158895A1 (en) | 2024-08-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| AU2021200521B2 (en) | Systems and methods for device push provisioning | |
| US11870903B2 (en) | Cloud token provisioning of multiple tokens | |
| EP3841498B1 (en) | Method and system for token provisioning and processing | |
| US9779345B2 (en) | Mobile device with scannable image including dynamic data | |
| US20210241266A1 (en) | Enhancing 3d secure user authentication for online transactions | |
| US20250168639A1 (en) | User authentication at access control server using mobile device | |
| US12500874B2 (en) | Secure and accurate provisioning system and method | |
| US12413580B2 (en) | Token processing system and method | |
| US20240406151A1 (en) | Efficient and protected data transfer system and method | |
| US20240380597A1 (en) | Remote identity interaction | |
| US20240078304A1 (en) | Mobile user authentication system and method | |
| US11973871B2 (en) | Domain validations using verification values | |
| WO2024158895A1 (en) | Trusted authentication context | |
| US20250200573A1 (en) | Efficient and secure token provisioning | |
| US20260080403A1 (en) | Securing access data use with device data | |
| WO2025049260A1 (en) | Method for portable device and user device token processing | |
| WO2024168176A1 (en) | Variable cross platform interaction continuity | |
| WO2026024473A1 (en) | Portable device and communication device interaction process | |
| WO2025085220A1 (en) | Electronic identification verification for mobile device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20250825 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20260129 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: H04L 9/40 20220101AFI20260123BHEP Ipc: G06F 21/31 20130101ALI20260123BHEP Ipc: H04L 9/08 20060101ALI20260123BHEP Ipc: H04L 9/32 20060101ALI20260123BHEP |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) |