Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Hello PIN implementation #101

Merged
merged 5 commits into from
Apr 16, 2024
Merged

Windows Hello PIN implementation #101

merged 5 commits into from
Apr 16, 2024

Commits on Apr 12, 2024

  1. Windows Hello PIN implementation

    This causes Himmelblau to enroll the
    authenticating user in Windows Hello for Pin
    authentication. It uses the msal rust library
    to associate the user chosen Pin with a rsa key,
    which is then enrolled in Windows Hello.
    This eliminates the problem with MFA prompts at
    the lock screen (which didn't work). The user now
    treats the Pin code as a local password.
    
    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f96e324 View commit details
    Browse the repository at this point in the history
  2. Version 0.3.0

    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6c631bb View commit details
    Browse the repository at this point in the history
  3. Push the clippy arg count limit a little higher

    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    08c7802 View commit details
    Browse the repository at this point in the history
  4. Make proto Cargo.toml a physical file

    The symlink is breaking the latest obs build.
    
    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6c4b23b View commit details
    Browse the repository at this point in the history
  5. Additional debug for Hello auth

    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    913a312 View commit details
    Browse the repository at this point in the history