Open-Attestation / oa-verify

Verification library for OpenAttestation document
Apache License 2.0
6 stars 18 forks source link

Format Of Issuer Name #258

Closed wmclaxton closed 1 year ago

wmclaxton commented 1 year ago

I would like to know how to populate the issuers block in the JSON certificate data so that both the issuer name and the issuer domain appear in the verification service, as shown by this example image.

issued_by_ntu

HJunyuan commented 1 year ago

Hi @wmclaxton, this block (showcasing both the issuer name and domain) will only appear for issuers already in the OpenCerts registry or an issuer with a trusted TLD.

However, please note that the OpenCerts registry has already been dissolved and we will not be adding any new institutions into it.

Moving forward, as long as the issuer TLD is trusted (e.g. *.edu.sg), this block should automatically appear.

wmclaxton commented 1 year ago

So am I correct to say that for https://geainstitute.edu.sg/ the verification page would show 'GEA Institute geainstitute.edu.sg'? Am I also correct that a private training provider such as Hongbao Media would only be shown as 'hongbaomedia.com' and not displaying the company name?

Also, nextid.com should be in that registry, but we only see the domain and not name when doing verification.

HJunyuan commented 1 year ago

So am I correct to say that for https://geainstitute.edu.sg/ the verification page would show 'GEA Institute geainstitute.edu.sg'? Am I also correct that a private training provider such as Hongbao Media would only be shown as 'hongbaomedia.com' and not displaying the company name?

Yes, that is my understanding as well.

Also, nextid.com should be in that registry, but we only see the domain and not name when doing verification.

I do not see nextid.com listed in the registry. Please ensure you are issuing the document to the same document store that was previously added to the registry.

wmclaxton commented 1 year ago

I understand that GovTech decided against listing organisation names for those not already white listed in order to limit the potential for name falsification. I am therefore closing the issue.