JP7843843B2 - ネイティブ・アプリケーションにおける認証のセキュリティ強化のためのデバイスにバインドされた認証情報の使用 - Google Patents
ネイティブ・アプリケーションにおける認証のセキュリティ強化のためのデバイスにバインドされた認証情報の使用Info
- Publication number
- JP7843843B2 JP7843843B2 JP2024526490A JP2024526490A JP7843843B2 JP 7843843 B2 JP7843843 B2 JP 7843843B2 JP 2024526490 A JP2024526490 A JP 2024526490A JP 2024526490 A JP2024526490 A JP 2024526490A JP 7843843 B2 JP7843843 B2 JP 7843843B2
- Authority
- JP
- Japan
- Prior art keywords
- token
- new
- refresh
- refresh token
- native application
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- 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/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/629—Protecting access to data via a platform, e.g. using keys or access control rules to features or functions of an application
-
- 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/0807—Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos
-
- 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/0823—Network architectures or network communication protocols for network security for authentication of entities using certificates
-
- 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/16—Implementing security features at a particular protocol layer
- H04L63/166—Implementing security features at a particular protocol layer at the transport layer
-
- 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/0891—Revocation or update of secret information, e.g. encryption key update or rekeying
-
- 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/14—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using a plurality of keys or algorithms
-
- 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
-
- 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/3247—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 digital signatures
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/08—Access security
- H04W12/084—Access security using delegated authorisation, e.g. open authorisation [OAuth] protocol
-
- 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/50—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees
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)
- Computing Systems (AREA)
- Theoretical Computer Science (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Storage Device Security (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
{
“type”: “urn:mycustomapp:oauth”,
“refresh_token”: “RT_value”
}
POST /oauth/token
client_id=public_client&grant_type=refresh_token&refresh_token=RT_value&authenticatorData=b64url_authenticator_data&signature=b64url_sig
Claims (16)
- 認可サーバによって、デバイス上のネイティブ・アプリケーションから、初期認可グラント、前記デバイス上で生成された秘密鍵/公開鍵ペアの公開鍵、および前記ネイティブ・アプリケーションの信頼性の証明書を受信することと、
前記認可サーバによって、前記デバイス上の前記ネイティブ・アプリケーションから、リフレッシュ・トークン、および前記秘密鍵を使用して作成された前記リフレッシュ・トークンのデジタル署名を受信することであって、前記認可サーバが、あらかじめ登録されている前記公開鍵を用いて前記リフレッシュ・トークンが検証された場合にのみ、前記リフレッシュ・トークンを認識する、前記受信することと、
前記認可サーバによって、前記リフレッシュ・トークンの前記デジタル署名の妥当性を確認することと、
前記デバイス上の前記ネイティブ・アプリケーションからの前記リフレッシュ・トークンの妥当性を確認することに応答して、前記認可サーバによって、新しいアクセス・トークンおよび新しいリフレッシュ・トークンを前記認可サーバから前記デバイス上の前記ネイティブ・アプリケーションに送信することであって、前記新しいアクセス・トークンが、前記デバイス上の前記ネイティブ・アプリケーションにコンピュータ・リソースへアクセスさせる、前記送信することと
を含む、方法。 - 前記ネイティブ・アプリケーションの信頼性の前記証明書は、前記ネイティブ・アプリケーションおよびデバイスの完全性および信頼性を保証する、請求項1に記載の方法。
- 前記デバイス上で前記公開鍵/秘密鍵が生成され、前記秘密鍵は、前記デバイスにバインドされることによって、不正使用または抽出から保護される、請求項1に記載の方法。
- 前記認可サーバおよびクライアントは、Open Authorization(OAuth)アーキテクチャのコンポーネントである、請求項1に記載の方法。
- トランスポート層セキュリティ(TLS)プロトコル拡張を使用せずに、クライアントからのアプリケーション・ペイロード内のデータを使用して、リフレッシュ認可グラントが、前記リフレッシュ認可グラントの発行先だった前記デバイスから来ることを検証される、請求項1に記載の方法。
- 1つまたは複数のプロセッサによって、リフレッシュ認可グラント処理の一部としてFast Identity Online(FIDO)認証を適用することによって、前記デバイスのアイデンティティを確認することをさらに含む、請求項1に記載の方法。
- ニューラル・ネットワークに、前記初期認可グラント、前記公開鍵、前記ネイティブ・アプリケーションの信頼性の前記証明書、前記リフレッシュ・トークン、および前記リフレッシュ・トークンの前記デジタル署名を入力することであって、前記ニューラル・ネットワークは、ニューラル・ネットワークによって生成されたアクセス・トークンおよびニューラル・ネットワークによって生成されたリフレッシュ・トークンを生成するようにトレーニングされる、前記入力することと、
1つまたは複数のプロセッサによって、前記認可サーバによって生成された前記新しいアクセス・トークンおよび前記新しいリフレッシュ・トークンの妥当性を確認するために、前記認可サーバによって生成された前記新しいアクセス・トークンおよび前記新しいリフレッシュ・トークンを、前記ニューラル・ネットワークによって生成されたアクセス・トークンおよび前記ニューラル・ネットワークによって生成されたリフレッシュ・トークンと比較することと
をさらに含む、請求項1に記載の方法。 - 1つまたは複数のプロセッサによって、前記新しいアクセス・トークンおよび新しいリフレッシュ・トークンが前記ニューラル・ネットワークによって生成されたアクセス・トークンおよび前記ニューラル・ネットワークによって生成されたリフレッシュ・トークンに一致するということを決定することと、
前記新しいアクセス・トークンおよび新しいリフレッシュ・トークンが前記ニューラル・ネットワークによって生成されたアクセス・トークンおよび前記ニューラル・ネットワークによって生成されたリフレッシュ・トークンに一致するということの決定に応答して、1つまたは複数のプロセッサによって、前記新しいアクセス・トークンおよび前記新しいリフレッシュ・トークンを前記ネイティブ・アプリケーションに送信することとをさらに含む、請求項7に記載の方法。 - 1つまたは複数のプロセッサによって、前記新しいアクセス・トークンおよび新しいリフレッシュ・トークンが前記ニューラル・ネットワークによって生成されたアクセス・トークンおよび前記ニューラル・ネットワークによって生成されたリフレッシュ・トークンに一致しないということを決定することと、
前記新しいアクセス・トークンおよび新しいリフレッシュ・トークンが前記ニューラル・ネットワークによって生成されたアクセス・トークンおよび前記ニューラル・ネットワークによって生成されたリフレッシュ・トークンに一致しないということの決定に応答して、1つまたは複数のプロセッサによって、前記ネイティブ・アプリケーションへの前記新しいアクセス・トークンおよび前記新しいリフレッシュ・トークンの送信を阻止することと
をさらに含む、請求項7に記載の方法。 - 前記新しいアクセス・トークンは第1の新しいアクセス・トークンであり、前記新しいリフレッシュ・トークンは第1の新しいリフレッシュ・トークンであり、前記方法は、
前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンを生成するために認証サーバによって利用される前記初期認可グラント、前記公開鍵、前記ネイティブ・アプリケーションの信頼性の前記証明書、前記リフレッシュ・トークン、および前記リフレッシュ・トークンの前記デジタル署名を含む、格納されたブロックチェーンをブロックチェーン・アーキテクチャに格納することと、
前記ブロックチェーン・アーキテクチャから前記格納されたブロックチェーンを取り出すことと、
前記認証サーバによって、前記格納されたブロックチェーンからの前記初期認可グラント、前記公開鍵、前記ネイティブ・アプリケーションの信頼性の前記証明書、前記リフレッシュ・トークン、および前記リフレッシュ・トークンの前記デジタル署名を使用することによって、第2の新しいアクセス・トークンおよび第2の新しいリフレッシュ・トークンを生成することと、
1つまたは複数のプロセッサによって、前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンが、前記第2の新しいアクセス・トークンおよび前記第2の新しいリフレッシュ・トークンに一致するということを決定するために、前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンを、前記第2の新しいアクセス・トークンおよび前記第2の新しいリフレッシュ・トークンと比較することと、
前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンが前記第2の新しいアクセス・トークンおよび前記第2の新しいリフレッシュ・トークンに一致するということの決定に応答して、1つまたは複数のプロセッサによって、前記認可サーバによって生成された前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンが前記認可サーバから前記ネイティブ・アプリケーションに送信されることを認可することと
をさらに含む、請求項1に記載の方法。 - 前記新しいアクセス・トークンは第1の新しいアクセス・トークンであり、前記新しいリフレッシュ・トークンは第1の新しいリフレッシュ・トークンであり、前記方法は、
前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンを生成するために認証サーバによって利用される前記初期認可グラント、前記公開鍵、前記ネイティブ・アプリケーションの信頼性の前記証明書、前記リフレッシュ・トークン、および前記リフレッシュ・トークンの前記デジタル署名を含む格納されたブロックチェーンをブロックチェーン・アーキテクチャに格納することと、
前記ブロックチェーン・アーキテクチャから前記格納されたブロックチェーンを取り出すことと、
前記認証サーバによって、前記格納されたブロックチェーンからの前記初期認可グラント、前記公開鍵、前記ネイティブ・アプリケーションの信頼性の前記証明書、前記リフレッシュ・トークン、および前記リフレッシュ・トークンの前記デジタル署名を使用することによって、第2の新しいアクセス・トークンおよび第2の新しいリフレッシュ・トークンを生成することと、
1つまたは複数のプロセッサによって、前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンが、前記第2の新しいアクセス・トークンおよび前記第2の新しいリフレッシュ・トークンに一致しないということを決定するために、前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンを、前記第2の新しいアクセス・トークンおよび前記第2の新しいリフレッシュ・トークンと比較することと、
前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンが前記第2の新しいアクセス・トークンおよび前記第2の新しいリフレッシュ・トークンに一致しないということの決定に応答して、1つまたは複数のプロセッサによって、前記認可サーバから前記ネイティブ・アプリケーションへの前記認可サーバによって生成された前記第1の新しいアクセス・トークンおよび前記第1の新しいリフレッシュ・トークンの送信を阻止することとをさらに含む、請求項1に記載の方法。 - 方法を実行するためにプロセッサによって読み取られかつ実行されるプログラム・コードを含むコンピュータ・プログラムであって、前記方法は、
デバイス上のネイティブ・アプリケーションから、初期認可グラント、前記デバイス上で生成された秘密鍵/公開鍵ペアの公開鍵、および前記ネイティブ・アプリケーションの信頼性の証明書を受信することと、
前記デバイス上の前記ネイティブ・アプリケーションから、リフレッシュ・トークン、および前記秘密鍵を使用して作成された前記リフレッシュ・トークンのデジタル署名を受信することであって、認可サーバが、あらかじめ登録されている前記公開鍵を使用して前記リフレッシュ・トークンが検証された場合にのみ、前記リフレッシュ・トークンを認識する、前記受信することと、
前記リフレッシュ・トークンの前記デジタル署名の妥当性を確認することと、
前記デバイス上の前記ネイティブ・アプリケーションからの前記リフレッシュ・トークンの妥当性を確認することに応答して、新しいアクセス・トークンおよび新しいリフレッシュ・トークンを前記認可サーバから前記デバイス上の前記ネイティブ・アプリケーションに送信することであって、前記新しいアクセス・トークンが、前記デバイス上の前記ネイティブ・アプリケーションにコンピュータ・リソースへアクセスさせる、前記送信することと
を含む、コンピュータ・プログラム。 - 前記プログラム・コードはクラウド環境内のサービスとして提供される、請求項12に記載のコンピュータ・プログラム。
- 請求項12に記載のコンピュータ・プログラムを記録した、コンピュータ可読ストレージ媒体。
- 1つまたは複数のプロセッサと、1つまたは複数のコンピュータ可読メモリと、1つまたは複数のコンピュータ可読非一過性ストレージ媒体とを備えているコンピュータ・システムであって、プログラム命令は、前記1つまたは複数のコンピュータ可読メモリのうちの少なくとも1つを介して、前記1つまたは複数のプロセッサのうちの少なくとも1つによって実行するために、前記1つまたは複数のコンピュータ可読非一過性ストレージ媒体のうちの少なくとも1つに格納され、前記格納されたプログラム命令は、
デバイス上のネイティブ・アプリケーションから、初期認可グラント、前記デバイス上で生成された秘密鍵/公開鍵ペアの公開鍵、および前記ネイティブ・アプリケーションの信頼性の証明書を受信することと、
前記デバイス上の前記ネイティブ・アプリケーションから、リフレッシュ・トークン、および前記秘密鍵を使用して作成された前記リフレッシュ・トークンのデジタル署名を受信することであって、認可サーバが、あらかじめ登録されている前記公開鍵を用いて前記リフレッシュ・トークンが検証された場合にのみ、前記リフレッシュ・トークンを認識する、前記受信することと、
前記リフレッシュ・トークンの前記デジタル署名の妥当性を確認することと、
前記デバイス上の前記ネイティブ・アプリケーションからの前記リフレッシュ・トークンの妥当性を確認することに応答して、新しいアクセス・トークンおよび新しいリフレッシュ・トークンを前記認可サーバから前記デバイス上の前記ネイティブ・アプリケーションに送信することであって、前記新しいアクセス・トークンが、前記デバイス上の前記ネイティブ・アプリケーションにコンピュータ・リソースへアクセスさせる、前記送信することと
を含む方法を実施するように実行される、コンピュータ・システム。 - 前記格納されたプログラム命令はクラウド環境内のサービスとして提供される、請求項15に記載のコンピュータ・システム。
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/523,743 | 2021-11-10 | ||
| US17/523,743 US11943370B2 (en) | 2021-11-10 | 2021-11-10 | Using device-bound credentials for enhanced security of authentication in native applications |
| PCT/CN2022/119054 WO2023082833A1 (en) | 2021-11-10 | 2022-09-15 | Using device-bound credentials for enhanced security of authentication in native applications |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2024543338A JP2024543338A (ja) | 2024-11-21 |
| JP7843843B2 true JP7843843B2 (ja) | 2026-04-10 |
Family
ID=86230326
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2024526490A Active JP7843843B2 (ja) | 2021-11-10 | 2022-09-15 | ネイティブ・アプリケーションにおける認証のセキュリティ強化のためのデバイスにバインドされた認証情報の使用 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US11943370B2 (ja) |
| JP (1) | JP7843843B2 (ja) |
| DE (1) | DE112022004230B4 (ja) |
| GB (1) | GB2626712B (ja) |
| WO (1) | WO2023082833A1 (ja) |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11943370B2 (en) | 2021-11-10 | 2024-03-26 | International Business Machines Corporation | Using device-bound credentials for enhanced security of authentication in native applications |
| US12423133B2 (en) * | 2022-01-19 | 2025-09-23 | VMware LLC | Scheduling actions in multiple replicas of computing environment using consensus protocol |
| US12256006B1 (en) * | 2022-06-16 | 2025-03-18 | Cisco Technology, Inc. | API compliance verification based on a distributed ledger |
| US12513133B2 (en) * | 2022-07-01 | 2025-12-30 | Target Brands, Inc. | Systems and methods for using enterprise IDP functionality to authorize user access across servers |
| US12423392B2 (en) * | 2022-07-28 | 2025-09-23 | Rakuten Symphony, Inc. | Secure token for screen sharing |
| EP4576667A1 (en) * | 2023-12-18 | 2025-06-25 | Thales Dis France Sas | System and method to bring authenticity in the communication between mobile client and server |
| JP2025141479A (ja) * | 2024-03-15 | 2025-09-29 | 株式会社日立製作所 | マルウェア解析継続システム及びマルウェア解析継続方法 |
| TWI888124B (zh) * | 2024-05-02 | 2025-06-21 | 國泰金融控股股份有限公司 | 基於去中心化身份驗證的服務系統及方法 |
| US20260075052A1 (en) * | 2024-09-12 | 2026-03-12 | Mastercard International Incorporated | Systems and methods for controlling shared account access |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160259936A1 (en) | 2015-03-05 | 2016-09-08 | Ricoh Co., Ltd. | Broker-Based Authentication System Architecture and Design |
| JP2018081643A (ja) | 2016-11-18 | 2018-05-24 | キヤノン株式会社 | 認可サーバーおよびその制御方法、プログラム、並びに権限委譲システム |
| US20200153831A1 (en) | 2015-12-17 | 2020-05-14 | Amazon Technologies, Inc. | Refresh token for credential renewal |
| WO2020166066A1 (ja) | 2019-02-15 | 2020-08-20 | 日本電気株式会社 | トークン保護方法、認可システム、装置、及び、プログラム記録媒体 |
| JP2021060924A (ja) | 2019-10-09 | 2021-04-15 | 富士ゼロックス株式会社 | 情報処理装置、情報処理システム及びプログラム |
Family Cites Families (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012065128A1 (en) | 2010-11-11 | 2012-05-18 | Ebay Inc. | Quick payment using mobile device binding |
| US10904234B2 (en) * | 2014-11-07 | 2021-01-26 | Privakey, Inc. | Systems and methods of device based customer authentication and authorization |
| US11329980B2 (en) * | 2015-08-21 | 2022-05-10 | Veridium Ip Limited | System and method for biometric protocol standards |
| US11316690B2 (en) * | 2017-09-13 | 2022-04-26 | Vijay Madisetti | Blockchain token-based cloud orchestration architecture for discrete virtual network instances |
| US11409820B1 (en) * | 2017-10-18 | 2022-08-09 | Comake, Inc. | Workflow relationship management and contextualization |
| US11122035B2 (en) | 2018-05-24 | 2021-09-14 | International Business Machines Corporation | Secure delegation of a refresh token for long-running operations |
| US11689521B2 (en) * | 2018-06-22 | 2023-06-27 | Verizon Patent And Licensing Inc. | Native single sign-on (SSO) for mobile applications |
| US10939295B1 (en) * | 2018-08-21 | 2021-03-02 | HYPR Corp. | Secure mobile initiated authentications to web-services |
| US11057366B2 (en) * | 2018-08-21 | 2021-07-06 | HYPR Corp. | Federated identity management with decentralized computing platforms |
| US10764752B1 (en) * | 2018-08-21 | 2020-09-01 | HYPR Corp. | Secure mobile initiated authentication |
| US20200342449A1 (en) * | 2019-04-29 | 2020-10-29 | Salesforce.Com, Inc. | Systems, methods, and apparatuses for implementing an api gateway to authorize and charge a fee for a transaction between cloud computing customers using distributed ledger technologies (dlt) |
| 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 |
| US11251958B2 (en) | 2019-08-12 | 2022-02-15 | Bank Of America Corporation | Security system with adaptive authentication based on tokenization chaining |
| US11463371B2 (en) * | 2019-12-02 | 2022-10-04 | Citrix Systems, Inc. | Discovery and adjustment of path maximum transmission unit |
| US20220045841A1 (en) * | 2019-12-10 | 2022-02-10 | Winkk, Inc | Homomorphic technology |
| US11463258B2 (en) | 2020-03-13 | 2022-10-04 | Ebay Inc. | Secure token refresh |
| US11658984B2 (en) | 2020-04-24 | 2023-05-23 | Citrix Systems, Inc. | Authenticating access to computing resources |
| US11483336B2 (en) * | 2021-02-23 | 2022-10-25 | Sophos Limited | Cloud management of connectivity for edge networking devices |
| WO2022195301A1 (en) * | 2021-03-19 | 2022-09-22 | Citrix Systems, Inc. | Passwordless login |
| US11943370B2 (en) | 2021-11-10 | 2024-03-26 | International Business Machines Corporation | Using device-bound credentials for enhanced security of authentication in native applications |
| CA3238747A1 (en) * | 2021-11-23 | 2023-06-01 | Charles Howard CELLA | Transaction platforms where systems include sets of other systems |
-
2021
- 2021-11-10 US US17/523,743 patent/US11943370B2/en active Active
-
2022
- 2022-09-15 GB GB2407034.4A patent/GB2626712B/en active Active
- 2022-09-15 WO PCT/CN2022/119054 patent/WO2023082833A1/en not_active Ceased
- 2022-09-15 JP JP2024526490A patent/JP7843843B2/ja active Active
- 2022-09-15 DE DE112022004230.3T patent/DE112022004230B4/de active Active
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160259936A1 (en) | 2015-03-05 | 2016-09-08 | Ricoh Co., Ltd. | Broker-Based Authentication System Architecture and Design |
| US20200153831A1 (en) | 2015-12-17 | 2020-05-14 | Amazon Technologies, Inc. | Refresh token for credential renewal |
| JP2018081643A (ja) | 2016-11-18 | 2018-05-24 | キヤノン株式会社 | 認可サーバーおよびその制御方法、プログラム、並びに権限委譲システム |
| WO2020166066A1 (ja) | 2019-02-15 | 2020-08-20 | 日本電気株式会社 | トークン保護方法、認可システム、装置、及び、プログラム記録媒体 |
| JP2021060924A (ja) | 2019-10-09 | 2021-04-15 | 富士ゼロックス株式会社 | 情報処理装置、情報処理システム及びプログラム |
| US20210112048A1 (en) | 2019-10-09 | 2021-04-15 | Fuji Xerox Co., Ltd. | Information processing apparatus, information processing system, and non-transitory computer readable medium storing program |
Also Published As
| Publication number | Publication date |
|---|---|
| US20230141966A1 (en) | 2023-05-11 |
| WO2023082833A1 (en) | 2023-05-19 |
| GB202407034D0 (en) | 2024-07-03 |
| DE112022004230T5 (de) | 2024-07-04 |
| JP2024543338A (ja) | 2024-11-21 |
| GB2626712A (en) | 2024-07-31 |
| GB2626712B (en) | 2024-12-18 |
| DE112022004230B4 (de) | 2026-01-08 |
| US11943370B2 (en) | 2024-03-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7843843B2 (ja) | ネイティブ・アプリケーションにおける認証のセキュリティ強化のためのデバイスにバインドされた認証情報の使用 | |
| JP7457173B2 (ja) | モノのインターネット(iot)デバイスの管理 | |
| US11165890B2 (en) | Secure client-server communication | |
| US11563733B2 (en) | Security token validation using partial policy validations | |
| AU2019449420B2 (en) | Centralized authentication and authorization with certificate management | |
| US10021088B2 (en) | Fast smart card logon | |
| JP6335280B2 (ja) | 企業システムにおけるユーザおよびデバイスの認証 | |
| US10263787B1 (en) | Scalable authentication for decentralized applications | |
| JP2023145552A (ja) | 装置への安全な資格情報転送を認証するための方法およびシステム | |
| US11979393B2 (en) | Customizable authentication system | |
| US20220311616A1 (en) | Connection resilient multi-factor authentication | |
| US11977620B2 (en) | Attestation of application identity for inter-app communications | |
| WO2023160632A1 (zh) | 针对飞地实例的云服务访问权限设置方法和云管理平台 | |
| CN116192483A (zh) | 认证鉴权方法、装置、设备及介质 | |
| CN116707849A (zh) | 针对飞地实例的云服务访问权限设置方法和云管理平台 | |
| AU2019370092B2 (en) | Centralized authentication and authorization | |
| Singh et al. | Identity management in cloud computing through claim-based solution | |
| US12362936B2 (en) | Methods and systems for authenticating a candidate user of a first and as second electronic service | |
| US20250247385A1 (en) | Techniques for inter-client authorization | |
| US12587950B2 (en) | Secure network identification for active scanning device | |
| US20260113181A1 (en) | Secure Access to Applications by Support User Accounts | |
| EP4546713A1 (en) | System and method using self-issued openid provider authorization with extended verifiable attributes | |
| US20260113194A1 (en) | Secure Access to Applications by Support User Accounts | |
| CA3120448C (en) | Centralized authentication and authorization with certificate management | |
| Mtshemla et al. | MOTP–a Microservice Approach to Provide One-Time Pins (OTPs) as a Service |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240515 Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20240510 |
|
| RD16 | Notification of change of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7436 Effective date: 20240509 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20250220 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20260227 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20260303 |
|
| RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20260304 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20260305 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20260317 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20260331 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7843843 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |