Davide Walder

Results 9 issues of Davide Walder

**Describe the bug** I'm trying to set up domain discovery so that organizations can have different branding/IDPs but keeping a single login page. I followed the guide on [identity brokering](https://docs.zitadel.com/docs/guides/integrate/identity-brokering#4-send-the-primary-domain-scope-on-the-authorization-request),...

type: bug
state: triage

**Describe the bug** When a trigger is added or deleted, the "Flows" view is not rerendered (it is displayed correctly only after refreshing the page) **To Reproduce** Steps to reproduce...

type: bug
category: frontend
state: triage

**Describe the bug** New domains show as verified even when they are not. Side note: do "validation" and "verification" refer to the same action? **To Reproduce** 1. Set "Validate Org...

type: bug
category: backend
priority: high
state: triage

**Describe the bug** The effect of `STYLING_TYPE_UNSPECIFIED` and `STYLING_TYPE_GOOGLE` seem to be inverted. with `STYLING_TYPE_UNSPECIFIED`: with `STYLING_TYPE_GOOGLE`: **Additional context** ZITADEL Cloud 2.3.3

type: bug
category: backend
category: frontend
priority: medium
state: triage

**Describe the bug** Aesthetics aside, it is not possible to type a user name if the domain overflows. **Screenshots** **Additional context** ZITADEL Cloud 2.3.3

type: bug
lang: go
category: frontend
priority: high
state: triage

Decorators such as https://github.com/kayak/pypika/blob/6128a67aae1508588a338e852bb67153a92aae50/pypika/utils.py#L39 do not preserve the original function signature. For example, anything after a `select` statement is untyped. Possible solutions: - use the [wraps](https://docs.python.org/3/library/functools.html#functools.wraps) - Use simple type...

I couldn't find a client to manage assets (specifically logos), is there one? I saw that there is documentation for it: https://docs.zitadel.com/docs/apis/assets, but it is not listed here: https://github.com/zitadel/zitadel-go/tree/v2.0.0-v2-alpha.9/pkg/client

**Is your feature request related to a problem? Please describe.** - The project doesn't use a `pyproject.toml` to specify the build system, see: https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use - The project is built using...

type:feature

Following this example: https://import-linter.readthedocs.io/en/stable/contract_types.html#independence Currently, if I want n packages to be mutually independent, I need to configure n*n rules (which makes it error prone). It would be nice to...