mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: handle default org id (#3769)
This commit is contained in:
@@ -12,7 +12,8 @@ func (s *Server) GetIAM(ctx context.Context, _ *mgmt_pb.GetIAMRequest) (*mgmt_pb
|
||||
return nil, err
|
||||
}
|
||||
return &mgmt_pb.GetIAMResponse{
|
||||
GlobalOrgId: iam.GlobalOrgID,
|
||||
GlobalOrgId: iam.DefaultOrgID,
|
||||
DefaultOrgId: iam.DefaultOrgID,
|
||||
IamProjectId: iam.IAMProjectID,
|
||||
}, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user