kratos
kratos copied to clipboard
Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social Sign In, MFA, FIDO, TOTP and OTP, WebAuthn, passwordless and much more. Golang, hea...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
**Describe the bug** If I have ENVironment variables and a `.env` file in root where kratos starts it reads the .env file variable instead of the environment variable. **Reproducing the...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** All scanners used in our `cve-scan` GHA workflow support sarif format and therefore can be...
**Describe the bug** Kratos allows to define arbitrary traits for an identity. If the identity schema is defined to have two identifiers, e.g. `email` and `username` with latter being optional...
**Is your feature request related to a problem? Please describe.** The OIDC config in the schema is pretty messy. **Describe the solution you'd like** We should change it to be...
**Is your feature request related to a problem? Please describe.** The domain addressed by Kratos is identity management. Identity Management as "feature set" alone is however not enough and there...
**Describe the bug** Currently each API have an operation name specified like this https://github.com/ory/x/blob/master/tracing/middleware.go#L15. In conjunctions with paths like this https://github.com/ory/kratos/blob/master/identity/handler.go#L22 (and similar) is generating thousands of unique operations names....