Skip to content

Commit

Permalink
Merge pull request #523 from tw-mosip/injiweb-1106-car-theme-changes
Browse files Browse the repository at this point in the history
[INJIWEB-1106] : updated the config for new issuer
  • Loading branch information
vijay151096 authored Nov 27, 2024
2 parents bff9015 + df358e6 commit a03efc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/java/io/mosip/mimoto/util/Utilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import io.mosip.mimoto.exception.PlatformErrorMessages;
import io.mosip.mimoto.service.impl.CredentialShareServiceImpl;
import lombok.Data;
import org.apache.commons.lang.StringUtils;
import org.json.simple.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
Expand Down Expand Up @@ -68,11 +69,15 @@ public class Utilities {
@Value("${mosip.openid.verifiers}")
private String trustedVerifiers;

@Value("${mosip.openid.htmlTemplate}")
private String getCredentialSupportedHtml;


private String issuersConfigJsonString = null;

private String trustedVerifiersJsonString = null;


private String credentialTemplateHtmlString = null;

// uncomment for running mimoto Locally to populate the issuers json
// public Utilities(@Value("classpath:mimoto-issuers-config.json") Resource resource,
Expand Down

0 comments on commit a03efc4

Please sign in to comment.