tree: 34466709a696e6cf4a511c8e8d110518f57068e6 [path history] [tgz]
  1. auth_dialog_contents_view.cc
  2. auth_dialog_contents_view.h
  3. in_session_auth_dialog.cc
  4. in_session_auth_dialog.h
  5. in_session_auth_dialog_controller_impl.cc
  6. in_session_auth_dialog_controller_impl.h
  7. in_session_auth_dialog_controller_impl_unittest.cc
  8. mock_in_session_auth_dialog_client.cc
  9. mock_in_session_auth_dialog_client.h
  10. README.md
  11. webauthn_request_registrar_impl.cc
  12. webauthn_request_registrar_impl.h
ash/in_session_auth/README.md

In-Session User Authentication Dialog

This Ash dialog is for authenticating the user during a user session. The primary use case is WebAuthn, where a platform daemon (u2fd) receives an authentication request from the Chrome browser, and needs to initiate a user authentication dialog which could involve fingerprint, PIN and password. More authentication methods, such as SmartLock and smart cards, might be added in the future.

This dialog is designed to be reused by other projects that need to trigger in-session user authentication from ChromeOS, such as authenticating for ARC apps.

This dialog is controlled by ash::AuthDialogController. When the user provides a credential, the controller talks to cryptohome via chromeos::ExtendedAuthenticator for authentication.