How to set up magic link authentication?

Hi! I’m trying to set up magic link authentication using Keycloak 12. In a YouTube video from 2018 I saw that there once was an execution type for this, but it disappeared. There are other execution types that sound similar. Can I somehow set up this functionality myself using flows and executions?

It’s an experimental addition: keycloak-experimental/magic-link at master · stianst/keycloak-experimental · GitHub

1 Like

Ah, okay, thanks! Looks like that experiment has been cancelled, though?

This was never meant to be included in Keycloak core.

You can use the repo as a starter to implement and configure it on your own. Not that much effort, did that some time ago for a customer. Works pretty good.

1 Like

And here’s another approach: Magic Link login: Authenticator and Resource