creamy-motherboard-62182
06/15/2025, 7:44 PMidentifier_first
login flow as described in the official docs here:
🔗 https://www.ory.sh/docs/identities/sign-in/identifier-first-authentication
I've added the following in my `kratos.yaml`:
selfservice:
flows:
login:
style: identifier_first
However, Kratos throws the following error on startup:
The configuration contains values or keys which are invalid:
selfservice.flows.login: map[lifespan:1h style:identifier_first ui_url:<http://localhost:3000/login>]
^-- additionalProperties "style" not allowed
I'm running the open-source version (Apache 2.0 license).
Is
identifier_first
only available in the Ory Enterprise version or Ory Cloud?
If not, what's the recommended way to replicate this login flow using a custom UI with OSS?
Appreciate any guidance or clarification. Thanks! 🙏bland-eye-99092
06/15/2025, 10:01 PM