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

enrollment via challenge response, pref mode #44

Merged
merged 3 commits into from
Mar 24, 2023

Conversation

nilsbehlen
Copy link
Member

  • Implement token enrollment via challenge response (image for challenge will be shown in respective mode), closes add token enrollment via challenge #40
  • Save the previous response to restore values in case of error
  • Added pref_client_mode from server, preceding the local pref_token_type from registry, closes use the preferred client mode #41
  • Improved logging readablity
  • Disable OTP inputs in webauthn mode
  • Added missing registry setting to write with the installer

* Implement token enrollment via challenge response (image for challenge will be shown in respective mode)
* Save the previous response to restore values in case of error
* Added pref_client_mode from server, preceding the local pref_token_type from registry
* Improved logging readablity
* Disable OTP inputs in webauthn mode
* Added missing registry setting to write with the installer
@lukasmatusiewicz lukasmatusiewicz merged commit c73ae13 into main Mar 24, 2023
@nilsbehlen nilsbehlen deleted the enrollment_and_preferred_mode branch March 27, 2023 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use the preferred client mode add token enrollment via challenge
2 participants