:wave: Quick question regarding Ory Kratos configu...
# ory-selfhosting
c
👋 Quick question regarding Ory Kratos configuration (self-hosted OSS, v1.2.0): I'm trying to implement the
identifier_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`:
Copy code
selfservice:
  flows:
    login:
      style: identifier_first
However, Kratos throws the following error on startup:
Copy code
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! 🙏
b
It's not available in the latest release yet. Will be part of the next OSS Kratos release, though. It is already available in Ory Network & OEL as well.