Skip to content

Commit

Permalink
FET-118 Add logging for mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Feb 13, 2024
1 parent 2549844 commit 59187aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/hsdp/extend_payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (c *HSDPConnector) ExtendPayload(scopes []string, payload []byte, cdata []b
// Check if we have a trusted org mapping
aud := originalClaims["aud"].(string)
if orgID, ok := c.audienceTrustMap[aud]; ok {
c.logger.Info("Found trusted org mapping for ", aud, " to ", orgID)
trustedOrgID = orgID
}

Expand Down

0 comments on commit 59187aa

Please sign in to comment.