Coder Social home page Coder Social logo

entra-id-console's Introduction

Delegated access for Microsoft Graph API allows an application to get access of Azure resources on behalf of an user. But, the user has to log in using traditional (Password based) or other authentication methods like Microsoft Authenticator, passkeys etc. But, for this user log in process, even if the user is using passkeys, the system is mostly reliant on the web browser. Passkeys are supposed to make authentication process easier. I mean it does remove the pain of typing username and password, followed by an MFA but it can be even better. Currently, the application opens the web browser to an authorization URL, then the user can log in. The user will choose 'Sign-in options', then 'Face, Fingerprint, PIN or Security Key.' The user will use the passkey, then confirm login with another dialog box, then confirm saving session with another. The website will then return an authorization code, which in turn is used to get the bearer token and then a successful Graph API call can be made. And on top of that, passkey based login is usually not available on Linux platforms because Windows Hello is not supported.

This traditional workflow is dependent on a modern web browser, which consumes a lot of memory. Further, it request the user to make 5 to 7 clicks, and takes about 40 to 45 seconds to complete. It is a tedious process and takes a lot of time and resources. Also, not to add the terrible UX.

With this study here, we are proposing a new workflow which is entirely based on the console. It just prompts the user for the passkey and it hardly takes 1 or 2 clicks from the user and completes the authentication process in under 10 seconds. It is not dependent on the web browser and can be integrated into any application. It is not resource hungry like the traditional workflow. Further it can be used better in thin clients and IoT, Edge computing devices better. Watch the attached video for a demo.

YT

entra-id-console's People

Contributors

adityamitra5102 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.