Skip to content

Commit

Permalink
Cleaned up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 committed Dec 20, 2024
1 parent f8bed68 commit 49dfdc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions articles/api/authentication/_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
This feature is currently in Early Access. To request access, contact your Technical Account Manager.
:::

The backchannel login endpoint enables applications to send an authentication request to a user’s phone, or the authentication device, provided they have an app installed and are enrolled for [push notifications using the Guardian SDK](/secure/multi-factor-authentication/auth0-guardian#enroll-in-push-notifications). Use the backchannel login endpoint to authenticate users in the following use cases:
The backchannel login endpoint enables applications to send an authentication request to a user’s phone, or the authentication device, provided they have an app installed and are enrolled for [push notifications using the Guardian SDK](/secure/multi-factor-authentication/auth0-guardian#enroll-in-push-notifications).

- Users are not in front of the application that requires authentication, such as when they're telephoning a call center
- The consumption device, or the device that helps the user consume a service, is insecure for sensitive operations e.g. web browser for financial transactions
- The consumption device has limited interactive capability e.g. e-bicycles or e-scooters
Use the backchannel login endpoint to authenticate users for the following use cases:

It can be useful to authenticate users who are not in front of the application that requires authentication, such as users phoning a call center, or where the Consumption Device, or a device that helps the user consume a service, does not have a screen, such as a shared bicycle or scooter.
- Users are not in front of the application that requires authentication, such as when they're telephoning a call center.
- The consumption device, or the device that helps the user consume a service, is insecure for sensitive operations e.g. web browser for financial transactions.
- The consumption device has limited interactive capability e.g. e-bicycles or e-scooters.

## POST /bc-authorize

Expand Down

0 comments on commit 49dfdc4

Please sign in to comment.