Skip to content

Commit

Permalink
fix: JARM tests fix
Browse files Browse the repository at this point in the history
removed the hardcoded JWT response modes for tests
  • Loading branch information
HemantKMehta authored Feb 4, 2022
1 parent ab65ac9 commit 3bfb95f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ private void fillRedirectUriResponseforJARM(RedirectUriResponse redirectUriRespo
redirectUriResponse.getRedirectUri().setBaseRedirectUri(URLDecoder.decode(tempRedirectUri, "UTF-8"));
}
}
redirectUriResponse.getRedirectUri().setResponseMode(ResponseMode.JWT);
String clientId = client.getClientId();
redirectUriResponse.getRedirectUri().setIssuer(appConfiguration.getIssuer());
redirectUriResponse.getRedirectUri().setAudience(clientId);
Expand Down

0 comments on commit 3bfb95f

Please sign in to comment.