Missing enum property (active: identifier_first) in LoginFlow definition
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 178
- Forks
- 96
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
When using identifier_first and updating the login flow, deserializing LoginFlow fails with the SDK because "active": "identifier_first" is not included in the enum definition.
See the issue in the SDK here:
GitHub Link to Spec
The same issue exists in the online documentation:
Ory Kratos API Reference
Reproducing the bug
Relevant log output
Relevant configuration
Version
Kratos v1.3.1
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with spec/kratos/v1.3.1.json at the linked LoginFlow definition and compare its enum with the generated SDK model. Verify that the active value identifier_first is represented and that LoginFlow deserialization succeeds; check the Ory Kratos API Reference for the corresponding documentation entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100