Livio Spring
Livio Spring
This issue is to track the error reported by @buehler that logging out on iOS returns `error terminating session` The reason has not been found out yet. We'll have to...
we need a handler which deletes expired keys, tokens, ... from views
We should promote passwordless by enabling the setup during login. Like the current 2FA Prompt, there should be an explicit passwordless prompt for users who have not yet set it...
After creating a custom login policy, the active identity providers are still listed from default. Same ist for MFA and 2FA, ... From the screenshots below, you can see that...
Since version 1.16 go provides the possibility to embed static files natively by `go:embed`. We should therefore replace the external dependency with the native solution. **Acceptance criteria** - [ ]...
There are some issues with autocomplete, especially with missing username on forms: - password page: browser tries to save password on empty username - user init: browser tries to save...
generell usage: request link to register a device for passwordless usage 1. ImportHumanUserRequest: request link directly on creation https://github.com/caos/zitadel/blob/bd2e7d8133f9541e160f00b368083afb7ae13736/proto/zitadel/management.proto#L3008 2. Existing Users: 2.1. request link: https://github.com/caos/zitadel/blob/bd2e7d8133f9541e160f00b368083afb7ae13736/proto/zitadel/management.proto#L587-L590 returns https://github.com/caos/zitadel/blob/bd2e7d8133f9541e160f00b368083afb7ae13736/proto/zitadel/management.proto#L3322-L3326 2.2 send...
We need to document how JWT IDP works so that they understand how to create one themselves.
BREAKING CHANGE: The OpenID Provider package is now able to handle multiple issuers with a single storage implementation. The issuer will be selected from the host of the request and...
The library should be able to handle multiple issuers on a single OpenID Provider. **Acceptance Criteria** - [ ] whenever possible changes are done without breaking current interfaces / implementations...