Ilya Elias Sidorov

Results 13 comments of Ilya Elias Sidorov

Look like @BitPhinix stop working on it in May. If anyone can fork, bump version and share the result, please post here the link. I might do it but it...

@BitPhinix fantastic! really appreciate your efforts.

a bit offtopic looking at slatejs code https://github.com/ianstormtaylor/slate/blob/main/packages/slate/src/interfaces/node.ts and slate-yjs https://github.com/BitPhinix/slate-yjs/tree/master/src i'm just curious if a hardfork of slatejs with merged CRDT first data structure would be a perfect solution?...

@schlapzz recommend to trace the logic in zitadel/zitadel repo by searching "QUERY-SDf32" to debug it https://github.com/search?q=repo%3Azitadel%2Fzitadel%20QUERY-SDf32&type=code most of such issues caused by misconfiguration

+1 to @expertonium solution for PingOne and Jumpstart Highly recommend to expand the list of providers too https://github.com/nextauthjs/next-auth/tree/main/packages/core/src/providers vs https://github.com/zitadel/zitadel/tree/main/internal/repository/idp

The issue still exists and very confusing. I was trying to create organization, project, user, and grant add user as a project member using "system-user-1". My code outputs all IDs...

```go func (s *Server) AddProject(ctx context.Context, req *mgmt_pb.AddProjectRequest) (*mgmt_pb.AddProjectResponse, error) { ctxData := authz.GetCtxData(ctx) project, err := s.command.AddProject(ctx, ProjectCreateToDomain(req), ctxData.OrgID, ctxData.UserID) if err != nil { return nil, err }...

after going through source code, found orgID can be either added with zitadel.WithOrgID option for go sdk or in http header with "x-zitadel-orgid" if you are using rest API Solution...

Please kindly fix this issue. This might related to misconfigured imports in src/packages/slate-plate/common/src/server.ts src/packages/slate-plate/common/src/index.tsx I have a wild tsconfig and cach deps and see messages like this TS2305: Module "@udecode/plate-core/server"...

> Our general idea here is that the login-ui only "proxies" the request to the api so that the login does not need to take care of the oidc specific...