From c18e79ff223ca0b22ce4dea11a6b58fce3764bf3 Mon Sep 17 00:00:00 2001 From: konarfil Date: Tue, 10 Oct 2023 14:02:43 +0200 Subject: [PATCH] Remove CIBA --- src/index.html | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/index.html b/src/index.html index 7fe5946..9a87c05 100644 --- a/src/index.html +++ b/src/index.html @@ -126,27 +126,6 @@ -
-
-
-
-
CIBA
-

- Client Initiated Backchannel Authentication is a protocol extension for OAuth 2.0, tailored for scenarios where - the client, such as a financial institution or IoT device, initiates the authentication process without direct user - interaction on the client's platform. This is useful for "decoupled" authentication experiences, where, for instance, a - user might authenticate on their smartphone when prompted by a smart TV app. In CIBA, once the client requests - authentication, the authorization server prompts the user on a previously registered device, such as their mobile phone. - Upon successful authentication, the authorization server sends a token back to the client. This flow provides a seamless - and secure user experience, especially in contexts where traditional OAuth 2.0 interactions might be cumbersome or impractical. -

-
-
- build Under construction -
-
-
-