Skip to content

Commit

Permalink
Change the tests to call product APIs with JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Feb 28, 2024
1 parent 82f93ff commit e176a41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public static ApplicationKeyBean makeDCRRequest(DCRParamRequest dcrParamRequest)
json.addProperty("tokenScope", dcrParamRequest.getTokenScope());
json.addProperty("grantType", dcrParamRequest.getGrantType());
json.addProperty("saasApp", true);
json.addProperty("tokenType", "JWT");

String clientEncoded;

Expand Down

0 comments on commit e176a41

Please sign in to comment.