Can i enable passwordless login for multiple origi...
# ory-network
l
Can i enable passwordless login for multiple origins? i have two sites, One for identity management and one oauth provider for login using open-id connect (i have used hydra + kratos here) Both the sites has same root domain but i can't use passwordless login on oauth-provider site (working fine on identity management site), it's throwing "The provided authentication code is invalid, please try again." Error. Since both site has same root domains i tried to add wildcard origin name in ory console's passwordless section (https://*.xyz.com) and it stopped working on both sites
@few-orange-16990
h
Do I understand correctly that you want multiple domains to use the same WebAuthn configuration? The error you posted sounds like it’s coming from Social Sign In, which is why I’m asking.
l
we have multiple domains/apps that want we want to use the same webauthn. like they use the same oauth flow.
h
WebAuthn does not support that yet unfortunately 😞 https://github.com/w3c/webauthn/issues/1372
l
ah, ok, thanks. will keep track of that one.