I’m using https://TENANT/authorize?prompt=login&connection=email-password&response_type=code&scope=openid%20profile%20email&… and https://TENANT/authorize?prompt=login&connection=github&response_type=code&scope=openid%20profile%20email&… to send my users to the various login methods.
Is it possible to make a direct link for logging in via a passkey, so users don’t have to click “continue with a passkey”?
/Henning