Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INJICERT-248] add simplified utf-8 encoded issuer config #378

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions certify-mock-identity.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mosip.certify.domain.url=https://${mosip.injicertify.mock.host}
mosip.certify.identifier=${mosip.certify.domain.url}
mosip.certify.authorization.url=https://${mosip.esignet.mock.host}
mosip.certify.database.name=inji_certify_mock
mosip.certify.issuer-metadata.config-url=openid4vci-mock.json

mosip.certify.key-values={\
'vd11' : { \
Expand Down
2 changes: 2 additions & 0 deletions certify-mosipid-identity.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ mosip.certify.authenticator.ida.app-id=ida
mosip.certify.cache.secure.individual-id=false
mosip.certify.cache.store.individual-id=true
mosip.certify.cache.security.algorithm-name=AES/ECB/PKCS5Padding
mosip.certify.issuer-metadata.config-url=openid4vci-mosipid.json


## ------------------------------------------- UseCase specific default overriding properties ------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions certify-sunbird-insurance.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mosip.certify.integration.audit-plugin=LoggerAuditService
mosip.certify.vciplugin.sunbird-rc.enable-psut-based-registry-search=false
mosip.certify.vciplugin.sunbird-rc.issue-credential-url=http://demo-registry-credentials-service.sunbird:3000/credentials/issue
mosip.certify.vciplugin.sunbird-rc.supported-credential-types=LifeInsuranceCredential,InsuranceCredential
mosip.certify.issuer-metadata.config-url=openid4vci-insurance.json

##Life Insurance Credential Configurations

Expand Down
Loading