digitalbazaar / bedrock-vc-delivery

A Bedrock module for delivering issued VCs
Other
0 stars 0 forks source link

Change meta data endpoint to `openid-credential-issuer` #34

Closed dlongley closed 1 year ago

dlongley commented 1 year ago

Previous versions of the OID4VCI spec used oauth-authorization-server but this was changed to openid-credential-issuer and we should change that here:

https://github.com/digitalbazaar/bedrock-vc-delivery/blob/v3.3.0/lib/openId.js#L53

It also appears that it may change yet again in the near future.

dlongley commented 1 year ago

Actually, we need to continue to serve from the older URL -- and add the new one as well. The older one must still be fetched; in the new protocol both URLs must be fetched.