You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup a sub-domain Multisite where the main site is example.org, and there's another site named login.example.org
Register a WebAuthn key at example.org/wp-admin/profile.php
Login to example.org/wp-login.php. Authentication will succeed.
Logout.
Login to login.example.org/wp-login.php. Authentication will fail.
I don't see where the rpId is being set, is it using a default value somewhere? If I understand correctly, setting that to example.org should allow authentication on login.example.org to succeed.
The text was updated successfully, but these errors were encountered:
example.org
, and there's another site namedlogin.example.org
example.org/wp-admin/profile.php
example.org/wp-login.php
. Authentication will succeed.login.example.org/wp-login.php
. Authentication will fail.I don't see where the
rpId
is being set, is it using a default value somewhere? If I understand correctly, setting that toexample.org
should allow authentication onlogin.example.org
to succeed.The text was updated successfully, but these errors were encountered: