Prevent unauthorized users from registering with webauthn server #600
witwaycorp
started this conversation in
General
Replies: 1 comment 2 replies
-
@witwaycorp , let's say you have a sign up form page that supports emails and password. How would you prevent random people from signing up? Is that not the same problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All,
Testing this server and looks like many other folks are using/testing as well. Wondering how you prevent unauthorized random people from registering with your webauthn server given the URL is public? I am using a separate process by which I register an organization and generate a unique ID (org ID) and only allow users to register if they pass in the org ID along side an Office 365 JWT token but the process feels heavy. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions