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.