<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/oid4vc-haip-sd-jwt-vc event <br>
<br>
Issue Comment created on issue 103 <br>
Issue Title: SD-JWT VC requires `iss` value to be a URI <br>
https://github.com/openid/oid4vc-haip-sd-jwt-vc/issues/103 <br>
<br>
Comment: the point of `https://<DNS SAN="">` in HAIP was that the issuer can use the same `iss` value in sd-jwt vc to support various key resolution mechanisms - web-based key resolution (.well-known/jwt_vc_issuer with or without openid federation) or x509.
so I am supportive of keeping `iss` a URI in sd-jwt vc, but change the scheme to `https:` as opposed to `dns:` I think see how some issuer devs might forget doing `https://<DNS SAN="">` but at least in HAIP, the idea was for the issuer to support both key
resolution mechanisms, so the chance of devs forgetting doing https://<dns name=""> is low, and the verifier supporting x509, would have to extract dns name from https://<dns name=""> as part of validations steps, so I see your points, but still think the
the benefits of the same iss with different key resolution mechanisms is strong.
</body>
</html>