Hello,
I am received this error from Mimoto when i tried to login on the esignet-collab. I am trying to make functional the mock sample from github:inji-certify. This happens using de inji-web.
Hello,
I am received this error from Mimoto when i tried to login on the esignet-collab. I am trying to make functional the mock sample from github:inji-certify. This happens using de inji-web.
Hi @Dekker ,
Welcome to the community! We are currently looking into this query and one of our experts will get back to you.
Best Regards,
Team MOSIP
@Dekker This error comes when client-alias is not present in oidckeystore.p12 file being used to run mimoto.
As you mentioned that you are trying to use esignet-collab, so I would suggest to go through documentation where we have shared client-id, client-alias, oidckeystore.p12 file along with few UINs.
This setup will help to use esignet-mock(collab) with your local inji setup.
Here is the link
Hello @swatigoel thank you for the support! I copied the .p12 file on the setup page, for the certs and copied the password to the mosip.oidc.p12.password on the mimoto-default.properties. But i still have a problem, a diferent one this time. => io.mosip.mimoto.exception.VCVerificationException: err_signature_verification_failed → Verification Failed
what am i missing?
Hi @Dekker
How did you generate the VC?
As per the error it says signature verification is failed, so I would like to know did you refer any existing use-case or created new use-case for this?
Hello @swatigoel I used the information from here => Credential Providers | Inji with docker from github/inji-certify. Downloaded the mock-certify-plugin-0.3.0.jar to the loader_path, pasted the .p12 from the link e change the password on mosip.oidc.p12.password. Just this. I trying with the Inji-web e used the UUIN: 2154189532. Answering the question, i used a existing use-case.
Hi @Dekker
There is issue with VC issued with existing mock plugin and this will be fixed in upcoming release.
can you use data-provider plugin to issue VC?
Hello @swatigoel , you mean another DataProviderPlugin like postgres-dataprovider-plugin ? did you know when the new versio will be release? Thanks for the support.
Hi @Dekker ,
Yes I meant DataProviderPlugin like postgres.
In new releases, this mock certify plugin will be replaced by DataProviderPlugin only. Existing mock-certify-plugin-0.3.0.jar will be deprecated
@swatigoel just one more question, mock-crtify-plugin is a DataproviderPlugin, i mean, use the interface DataProviderPlugin, right ? you will replace this plugin by another one, still loading date from a CSV Mock ? or will be a diferente mock sample.
Hi @Dekker
Yes, you are right. It will use DataProviderPlugin interface.
You can check it here. it will load data from mock identity database not CSV digital-credential-plugins/mock-certify-plugin/src/main/java/io.mosip.certify.mock.integration/service/MockIdaDataProviderPlugin.java at release-0.4.x · mosip/digital-credential-plugins · GitHub