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

Feature request - Support word WordPress multi-site #69

Open
odkr opened this issue May 8, 2024 · 4 comments
Open

Feature request - Support word WordPress multi-site #69

odkr opened this issue May 8, 2024 · 4 comments

Comments

@odkr
Copy link

odkr commented May 8, 2024

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.

@My1
Copy link

My1 commented Oct 18, 2024

this would need to make sure logins only happen on one domain per user as webauthn credentials are scoped per domain.
if multisite uses one central login page served from one single domain, good, if users have their login on their subsite, a solution needs to be found for the multisite admins

@yrccondor
Copy link
Owner

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
2024-10-19_01-10-41

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

@My1
Copy link

My1 commented Oct 18, 2024

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

that is true, I was assuming different eTLD+1s.

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

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.

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

good to know.

and the recent wp drama has also raised my concern on wp's future... we'll see

absolutely, I have been watching this with varying levels of popcorn and dread at the same time.

@odkr
Copy link
Author

odkr commented Oct 28, 2024

Thanks for looking into it! For what it’s worth, in our use case, all sites share an eTLD.

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

No branches or pull requests

3 participants