Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Updated scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrflexion committed Sep 17, 2024
1 parent b4de31b commit f6f9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senders/report_stream_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (sender Sender) getToken() (string, error) {
}

data := url.Values{
"scope": {"flexion.*.report"},
"scope": {"ca-phl.*.report"},
"grant_type": {"client_credentials"},
"client_assertion_type": {"urn:ietf:params:oauth:client-assertion-type:jwt-bearer"},
"client_assertion": {senderJwt},
Expand Down

0 comments on commit f6f9bc7

Please sign in to comment.