By testing the authentication-demo-ui i need a certificate with applicationId = IDA and refrenceId = PARTNER.
Otherwise the other module certificat are generated using keygenerator-service, but the IDA certificate is not created.
Any idea how to generate this certificate.
hI @LoganathanSekar7627
for test case can i test getCertificate with keymanager service ? ( beacause i have a security issue by runing the same API in authentication internal service).
In this case when i test the getCertificate with keymanager-service i have this issue:
{
“id”: null,
“version”: null,
“responsetime”: “2023-02-07T16:59:06.283Z”,
“metadata”: null,
“response”: null,
“errors”: [
{
“errorCode”: “KER-KMS-002”,
“message”: “ApplicationId not found in Key Policy. Key/CSR generation not allowed.”
}
]
}