-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature request - Support word WordPress multi-site #69
Comments
this would need to make sure logins only happen on one domain per user as webauthn credentials are scoped per domain. |
if you are running websites on a.xyz.com, b.xyz.com... you can set RP ID as xyz.com and browsers would happily accept it plus, a new webauthn standard for multiple domains is on its way, and looks like ios 18 has added support for it. i'm actually working on it my main concern with multisite is that it's been put aside for years, no further development, and been rarely mentioned by the wp team, also the documentation is not complete. I'm not sure if the wp team will drop support for multisite at some point so i'm not sure if i should keep working on multisite support. and the recent wp drama has also raised my concern on wp's future... we'll see |
that is true, I was assuming different eTLD+1s.
interesting, although obviously only for highly related domains, I have seen a place hosting severely different sites for similar but distinct clients on there which may or may not have similar enough domains to pull this off.
good to know.
absolutely, I have been watching this with varying levels of popcorn and dread at the same time. |
Thanks for looking into it! For what it’s worth, in our use case, all sites share an eTLD. |
First of all, thank you for the great plugin. Would you consider adding support for WordPress multi-site? It'd be great if WebAuthN support could be set up for all sites on an installation in the network settings tab.
The text was updated successfully, but these errors were encountered: