Issue while generating certificate for an attested claim #338
aniket-tarento
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have setup an RC implementation with two entities, one being the attester. I'm able to raise a claim and attest it. But while calling
/api/v1/{entity-type}/{entity-id}/attestation/{attestation-name}/{attestation-id}
api for generating the certificate for that claim I'm getting 200 response but in the logs it is throwing certificate not found exception. I have placed the attestationPolicy, credendentialTemplate and certificateTemplate objects in the entity schema for which the claim is being raised. Also, when that entity is getting created, on read of that entity I'm able to see osSigned data even before the claim is attested.@tejash-jl Please, help here.
cc: @sajeshkayyath @pkranga
Beta Was this translation helpful? Give feedback.
All reactions