Skip to content

Commit

Permalink
remove domain_id
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Jan 24, 2025
1 parent 5cf62fd commit b1d5a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readers/api/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func authenticate(ctx context.Context, req listMessagesReq, authn smqauthn.Authe
return "", "", err
}

return req.domain + "_" + session.UserID, policies.UserType, nil
return session.UserID, policies.UserType, nil
case req.key != "":
res, err := clients.Authenticate(ctx, &grpcClientsV1.AuthnReq{
ClientSecret: req.key,
Expand Down

0 comments on commit b1d5a88

Please sign in to comment.