Skip to content

Commit

Permalink
Update ClientAuthenticator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Mar 12, 2024
1 parent e176a41 commit b44ab93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public static ApplicationKeyBean makeDCRRequest(DCRParamRequest dcrParamRequest)
json.addProperty("grantType", dcrParamRequest.getGrantType());
json.addProperty("saasApp", true);
json.addProperty("tokenType", "JWT");
json.addProperty("userStoreDomainInSubject", true);

String clientEncoded;

Expand Down

0 comments on commit b44ab93

Please sign in to comment.