Skip to content

Commit

Permalink
Merge pull request mosip#1353 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-31757 | Pass the correct aud URL to get credentials for Sunbird RC API.
  • Loading branch information
kamalsinghthoughtworks authored Feb 28, 2024
2 parents f2bef63 + 8d6ac43 commit 6cbd1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ public static String signJWKForMock(String clientId, String accessToken, RSAKey

public static String signJWK(String clientId, String accessToken, RSAKey jwkKey, String testCaseName) {
// String tempUrl = getValueFromActuator(GlobalConstants.RESIDENT_DEFAULT_PROPERTIES, "mosip.iam.base.url");
String tempUrl = getValueFromEsignetWellKnownEndPoint("issuer") + "/v1/esignet";
String tempUrl = getValueFromEsignetWellKnownEndPoint("issuer");
int idTokenExpirySecs = Integer.parseInt(getValueFromEsignetActuator(GlobalConstants.ESIGNET_DEFAULT_PROPERTIES,
GlobalConstants.MOSIP_ESIGNET_ID_TOKEN_EXPIRE_SECONDS));
JWSSigner signer;
Expand Down

0 comments on commit 6cbd1c1

Please sign in to comment.