Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 15b00a6

Browse files
committed
Seeing if this helps with DiceID callback
1 parent 2193fe3 commit 15b00a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/appirio/tech/core/service/identity/resource/UserResource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,7 @@ private String sendDiceInvitation(UserDiceAttributes diceAttributes)
17921792
diceAuth.getOrgId(), diceAuth.getDiceApiKey());
17931793
Response response;
17941794
try {
1795+
logger.info(String.format("Sending Dice connection invitation with body: %s", mapper.writeValueAsString(body)));
17951796
response = new Request(diceAuth.getDiceApiUrl() + "/connection/invitation", "POST")
17961797
.header("org_id", diceAuth.getOrgId())
17971798
.header("invoked_by", diceAuth.getUserId())

0 commit comments

Comments
 (0)