KR101667241B1 - Application user authenticating system and method - Google Patents
Application user authenticating system and method Download PDFInfo
- Publication number
- KR101667241B1 KR101667241B1 KR1020150100545A KR20150100545A KR101667241B1 KR 101667241 B1 KR101667241 B1 KR 101667241B1 KR 1020150100545 A KR1020150100545 A KR 1020150100545A KR 20150100545 A KR20150100545 A KR 20150100545A KR 101667241 B1 KR101667241 B1 KR 101667241B1
- Authority
- KR
- South Korea
- Prior art keywords
- application
- terminal
- sim card
- user
- user account
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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
- G06F21/34—User authentication involving the use of external additional devices, e.g. dongles or smart cards
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K19/00—Record carriers for use with machines and with at least a part designed to carry digital markings
- G06K19/06—Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
- G06K19/067—Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components
- G06K19/07—Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components with integrated circuit chips
- G06K19/077—Constructional details, e.g. mounting of circuits in the carrier
- G06K19/0772—Physical layout of the record carrier
- G06K19/07732—Physical layout of the record carrier the record carrier having a housing or construction similar to well-known portable memory devices, such as SD cards, USB or memory sticks
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Telephone Function (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephonic Communication Services (AREA)
Abstract
The application user authentication method includes: receiving a first application ID, a first terminal ID, and a first SIM card ID from a first application installed in a first terminal; Generating a first user account by mapping the first terminal ID, the first SIM card ID, and the first application ID; Storing the first user account in a database; Receiving a second application ID, a second terminal ID, and a second SIM card ID from a second application installed in the second terminal; And when at least one of the second application ID, the second terminal ID, and the second SIM card ID is included in the first user account, the second application ID, the second terminal ID, Integrating the ID into the first user account and storing the ID in the database.
Description
The present invention relates to an application user authentication system and method, and more particularly, to an application user authentication system and method for integrally managing user accounts for a plurality of terminals or a plurality of SIM cards.
Depending on the environment of the mobile communication service, the usage form of the mobile communication subscriber changes. For example, in an environment where post-pay subscription of mobile communication services is common, one subscriber generally uses one mobile communication service by attaching one SIM card to one terminal. Therefore, it is easy to manage subscribers such as mobile communication service providers and supplementary service providers.
On the other hand, in an environment where pre-paid subscription of mobile communication services is common, one subscriber generally owns a plurality of terminals and a plurality of SIM cards, and a plurality of SIM cards are installed in one terminal. In this case, the mobile communication subscriber subscribes to a plurality of mobile communication services, and uses a plurality of SIM cards in place of one SIM card or uses one SIM card in a plurality of terminals, if necessary. Therefore, it is difficult for the mobile communication service provider, the supplementary service provider, or the like to authenticate the service subscriber.
1 is a diagram for explaining a user authentication processing method according to the related art.
Referring to FIG. 1, a user possesses a
First, a user installs an application on the
Then, the user removes the SIM card from the
However, since the MSISDN is not necessarily stored on the SIM card, the user can enter his / her phone number directly. The
An embodiment of the present invention provides an application user authentication system and method that can easily authenticate a mobile communication subscriber using a plurality of terminals and a plurality of SIM cards.
An application user authentication method according to an embodiment of the present invention includes: receiving a first application ID, a first terminal ID, and a first SIM card ID from a first application installed in a first terminal; Generating a first user account by mapping the first terminal ID, the first SIM card ID, and the first application ID; Storing the first user account in a database; Receiving a second application ID, a second terminal ID, and a second SIM card ID from a second application installed in the second terminal; And when at least one of the second application ID, the second terminal ID, and the second SIM card ID is included in the first user account, the second application ID, the second terminal ID, Integrating the ID into the first user account and storing the ID in the database.
An application user authentication system according to an embodiment of the present invention includes an ID information collection unit for receiving a terminal ID, a SIM card ID, and an application ID of the terminal from an application installed in the terminal; An account creation unit for creating a user account by mapping the terminal ID, the SIM card ID, and the application ID collected from one application; A database storing user accounts created by the account creator; And comparing the ID information collected by the ID information collection unit with user accounts stored in the database, and if the user account including the collected ID information exists, And an account management unit for integrating them.
The prepaid fee subscriber balance management system according to an embodiment of the present invention collects ID information including a terminal ID, a SIM card ID, and an application ID from an application installed in the terminal, and acquires ID information An authentication processing server for integrating ID information including the same information to create a user account and authenticating a user through the user account; And an application management server that collects balance information of the SIM card IDs included in the user account and updates applications corresponding to the application ID included in the user account with the collected balance information.
According to an embodiment of the present invention, the terminal ID, the SIM card ID, and the application ID are mapped and integrated into a user account. Therefore, even when one mobile communication service subscriber uses a plurality of terminals and a plurality of SIM cards, the user can be easily authenticated using the user account.
1 is a diagram for explaining a user authentication processing method according to the related art.
2 is a diagram illustrating a configuration of an application user authentication system according to an embodiment of the present invention.
3 is a network configuration diagram for explaining a user authentication method of an application user authentication system according to an embodiment of the present invention.
4 is a flowchart illustrating a user authentication procedure according to an embodiment of the present invention.
5A and 5B are diagrams showing a data structure of a user account.
6 is a network configuration diagram for explaining a user authentication method of an application user authentication system according to an embodiment of the present invention.
7 is a flowchart illustrating a user authentication procedure according to an embodiment of the present invention.
8A to 8C are diagrams showing a data structure of a user account.
FIG. 9 is a block diagram showing the configuration of a balance management system of prepaid fee subscribers according to an embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the technical idea of the present invention.
2 is a diagram illustrating a configuration of an application user authentication system according to an embodiment of the present invention.
2, an application
The ID
The
The
The
For example, if the SIM card ID of the ID information collected from one application is the same as the user account previously stored in the
As another example, if the ID of the ID information collected from one application is the same as the user ID stored in the
FIG. 3 is a network configuration diagram illustrating a user authentication method of an application user authentication system according to an embodiment of the present invention, and FIG. 4 is a flowchart illustrating a user authentication procedure according to an embodiment of the present invention. In this embodiment, the user possesses the first terminal, the second terminal, the first SIM card, the second SIM card, and the third SIM card, separates the first SIM card attached to the first terminal, The user authentication method will be described.
First, a
Then, the ID
Then, the
Then, the
Then, a
Then, the ID
Then, the
According to the above-described authentication method, the same user can be recognized by creating or updating a user account using the collected ID information. That is, even if the user uses the terminal by replacing the terminal, the user
FIG. 6 is a network configuration diagram illustrating a user authentication method of an application user authentication system according to an embodiment of the present invention, and FIG. 7 is a flowchart illustrating a user authentication procedure according to an embodiment of the present invention. In this embodiment, the user possesses the first terminal, the second terminal, the first SIM card, the second SIM card, the third SIM card, and the fourth SIM card, and the first user account for the first terminal, A description will be given of a user authentication method in the case where a second user account is created for each user.
First, a
Then, the ID
Then, the
Next, a
Then, the ID
Then, the
Then the
Then, the
According to the above-described authentication method, even when a plurality of user accounts are created for one user, user accounts can be integrated using common ID information. Therefore, even if the user uses a plurality of terminals and a plurality of SIM cards, the user authentication can be facilitated.
FIG. 9 is a configuration diagram of a balance management system of a prepaid fee subscriber to which an application user authentication method according to an embodiment of the present invention is applied. In the case of the prepaid phone, since the mobile communication service can be used by the amount paid by the mobile communication subscriber, the user needs to check the balance status in real time. Therefore, the balance management system of the prepaid fee subscriber according to the embodiment of the present invention provides the status of the balance of the SIM cards held by the user through the application installed in the terminal through the user account of the user.
9, the
The
The application management server 620 manages a first application installed in the
For example, the application management server 620 collects the balance information of the SIM card IDs included in the user account, and updates the applications corresponding to the application ID included in the user account with the collected balance information.
The communication
The
For example, a message is transmitted to a terminal in a circuit network using a switch installed in a circuit network of a mobile communication company. The
An example of the service provision of the prepaid subscriber's
For example, a case where a user owns a
As another example, let us consider a case where the user owns the
Although the technical spirit of the present invention has been described in detail with reference to the embodiments, it is to be understood that the embodiments are merely illustrative and that the present invention is not limited thereto. It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit and scope of the invention.
300: Application user authentication system
310: ID information collecting unit
320: Account creation unit
330: Database
340:
Claims (16)
Generating a first user account by mapping the first terminal ID, the first SIM card ID, and the first application ID;
Storing the first user account in a database;
Receiving a second application ID, a second terminal ID, and a second SIM card ID from a second application installed in the second terminal; And
If at least one of the second application ID, the second terminal ID, and the second SIM card ID is included in the first user account, the second application ID, the second terminal ID, and the second SIM card ID Integrating the first user account into the first user account and storing the first user account in the database,
If the first SIM card ID and the second SIM card ID are the same, the first user account is the first terminal ID, the second terminal ID, the first SIM card ID, the first application ID, 2 Contains the application ID
Application user authentication method.
If at least one of the second application ID, the second terminal ID, and the second SIM card ID is included in a plurality of user accounts stored in the database, the plurality of user accounts are integrated and stored in the database
Application user authentication method.
The first and second terminal IDs are International Mobile Equipment Identity (IMEI), and the first and second SIM card IDs are ICCID (International Circuit Card IDentification) or IMSI (International Mobile Subscriber Identity)
Application user authentication method.
Generating a first user account by mapping the first terminal ID, the first SIM card ID, and the first application ID;
Storing the first user account in a database;
Receiving a second application ID, a second terminal ID, and a second SIM card ID from a second application installed in the second terminal; And
If at least one of the second application ID, the second terminal ID, and the second SIM card ID is included in the first user account, the second application ID, the second terminal ID, and the second SIM card ID Integrating the first user account into the first user account and storing the first user account in the database,
Wherein the receiving of the first SIM card ID comprises receiving a SIM card ID of the plurality of SIM cards from the first applications of the first terminal equipped with a plurality of SIM cards,
Wherein the first user account comprises a plurality of SIM card IDs
Application user authentication method.
Checking the application ID of the application to be updated and updating the application according to the user account including the application ID
Further comprising the steps of:
An account creation unit for creating a user account by mapping the terminal ID, the SIM card ID, and the application ID collected from one application;
A database storing user accounts created by the account creator; And
The ID information collected by the ID information collection unit is compared with the user accounts stored in the database, and when the user account including the collected ID information exists, the collected ID information is integrated into the corresponding user account Account management department
Wherein the ID information collecting unit receives the SIM card IDs of the plurality of SIM cards from the application of the terminal equipped with the plurality of SIM cards,
The user account includes a plurality of SIM card IDs
Application user authentication system.
The account management unit,
If the collected ID information is included in a plurality of user accounts,
Application user authentication system.
The terminal ID is an International Mobile Equipment Identity (IMEI), and the SIM card ID is an Integrated Circuit Card IDentification (ICCID) or an International Mobile Subscriber Identity (IMSI)
Application user authentication system.
An account creation unit for creating a user account by mapping the terminal ID, the SIM card ID, and the application ID collected from one application;
A database storing user accounts created by the account creator; The ID information collected by the ID information collection unit is compared with the user accounts stored in the database, and when the user account including the collected ID information exists, the collected ID information is integrated into the corresponding user account An account manager; And
And an application management unit for confirming an application ID of an application to be updated and updating the application according to a user account including the application ID
Application user authentication system.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150100545A KR101667241B1 (en) | 2015-07-15 | 2015-07-15 | Application user authenticating system and method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150100545A KR101667241B1 (en) | 2015-07-15 | 2015-07-15 | Application user authenticating system and method |
Publications (1)
Publication Number | Publication Date |
---|---|
KR101667241B1 true KR101667241B1 (en) | 2016-10-18 |
Family
ID=57244283
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020150100545A KR101667241B1 (en) | 2015-07-15 | 2015-07-15 | Application user authenticating system and method |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101667241B1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021086121A1 (en) * | 2019-10-30 | 2021-05-06 | 에스케이텔레콤 주식회사 | Terminal control apparatus and method |
WO2021081849A1 (en) * | 2019-10-30 | 2021-05-06 | 华为技术有限公司 | Multi-sim card cooperation method, device, and system |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003087439A (en) * | 2001-09-07 | 2003-03-20 | Toppan Printing Co Ltd | Usim card, mobile terminal, prepaid card operation system, and prepaid card operation method |
KR20090081945A (en) * | 2008-01-25 | 2009-07-29 | 주식회사 케이티프리텔 | System, apparatus and method for updating mobile terminal in transfer of usim card |
KR20130041824A (en) * | 2010-09-27 | 2013-04-25 | 가부시키가이샤 히타치세이사쿠쇼 | Terminal application search system |
-
2015
- 2015-07-15 KR KR1020150100545A patent/KR101667241B1/en active IP Right Grant
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003087439A (en) * | 2001-09-07 | 2003-03-20 | Toppan Printing Co Ltd | Usim card, mobile terminal, prepaid card operation system, and prepaid card operation method |
KR20090081945A (en) * | 2008-01-25 | 2009-07-29 | 주식회사 케이티프리텔 | System, apparatus and method for updating mobile terminal in transfer of usim card |
KR20130041824A (en) * | 2010-09-27 | 2013-04-25 | 가부시키가이샤 히타치세이사쿠쇼 | Terminal application search system |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021086121A1 (en) * | 2019-10-30 | 2021-05-06 | 에스케이텔레콤 주식회사 | Terminal control apparatus and method |
WO2021081849A1 (en) * | 2019-10-30 | 2021-05-06 | 华为技术有限公司 | Multi-sim card cooperation method, device, and system |
KR20210051259A (en) * | 2019-10-30 | 2021-05-10 | 에스케이텔레콤 주식회사 | Apparatus and method for controlling terminal |
KR102266413B1 (en) * | 2019-10-30 | 2021-06-18 | 에스케이텔레콤 주식회사 | Apparatus and method for controlling terminal |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106899540B (en) | Update method, management system, eUICC and the terminal of user contracting data | |
US9253188B2 (en) | Mobile terminal authorisation arrangements | |
EP3824594B1 (en) | Apparatus and method for ssp device and server to negotiate digital certificates | |
CN105453619B (en) | Method and apparatus for executing mobile network's switching | |
US20120058743A1 (en) | Method for legitimately unlocking a sim card lock, unlocking server, and unlocking system for a sim card lock | |
US20100173609A1 (en) | Method and Apparatus for Secure Immediate Wireless Access in a Telecommunications Network | |
US20160127132A1 (en) | Method and apparatus for installing profile | |
US10356603B2 (en) | Profile server for providing a communication profile for communication via a communication network | |
KR101891326B1 (en) | Subscription Changing Method for Embedded UICC using Trusted Subscription Manager and Embedded UICC Architecture therefor | |
JP2009515403A (en) | Remote activation of user accounts in telecommunications networks | |
WO2015018531A1 (en) | Methods and devices for performing a mobile network switch | |
CN103385012A (en) | Methods, systems, and computer readable media for modifying a Diameter signaling message directed to a charging function node | |
CN105228123B (en) | Method and system for communication service of mobile terminal user in roaming place | |
CN101156411A (en) | Generic key-decision mechanism for gaa | |
KR101891330B1 (en) | Subscription Method for Embedded UICC using Trusted Subscription Manager and Embedded UICC Architecture therefor | |
KR20200101257A (en) | Method and apparatus for device change in mobile communication system | |
MX2010005458A (en) | Systems and methods for automatic user-enabled account identifier association. | |
EP3114862A1 (en) | Communication system | |
CN111356124B (en) | eSIM activation method, system and computer readable storage medium | |
MX2014003351A (en) | Managing mobile device identities. | |
CN115665725A (en) | Method, mobile terminal and medium for downloading subscription profile to subscriber identity module | |
CN1968090B (en) | Method and system for obtaining user terminal authentication information by data service center | |
US11012830B2 (en) | Automated activation and onboarding of connected devices | |
KR101667241B1 (en) | Application user authenticating system and method | |
US10863345B2 (en) | Technique for administrating a subscription to an administrator |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20190806 Year of fee payment: 4 |