Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.59 KB

File metadata and controls

26 lines (18 loc) · 1.59 KB

Device attribute based authentication with WSO2 Identity Server

Secure the user by considering security aspects of mobile device and based on this device information, decide to authenticate the user with minimal steps, improving the user experience or step up or even block access if the device is in an unsecured state.

Entgra Configuration

This diagram outlines the authentication flow, highlighting the use of device attributes to enhance security via the WSO2 Identity Server. As part of this process, the Guardio Finance app sends the device attributes to Entgra in the background. When a user attempts to log in, the WSO2 Identity Server retrieves these attributes from Entgra to assess the device's security status. Depending on this evaluation, if a risk is detected, the server may require additional authentication steps or block the access attempt to maintain security integrity. On the contrary, if the device is assessed to be secure, the server will permit the user to continue with a frictionless login process.

Getting started

  • The connector and other required artifacts can be downloaded from the WSO2 store.

  • For detailed steps on setting up and configuring the WSO2 Identity Server, see the documentation here.

  • To configure the Entgra IoT Server, follow the instructions in the guide here.

  • To see the Entgra adaptive authentication script documentation, Click here.