Skip to content

Commit

Permalink
fix: remove well-known from Issuer Metadata API (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkollenstart authored Feb 21, 2025
1 parent 69d3d52 commit 63164d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions specifications/credential.issuance.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,8 @@ supported by the [=Credential Issuer=].
|-----------------|----------------------------------|
| **Sent by** | A client |
| **HTTP Method** | `GET` |
| **URL Path** | `/.well-known/vci` |
| **Response** | [[[#issuermetadata]]] `HTTP 200` |

A credential issuer MUST support the Issuer Metadata endpoint using the HTTPS scheme and the `GET method`. The URL of
the endpoint is the base issuer url with the appended path `/.well-known/vci`.
| **URL Path** | `/metadata` |
| **Response** | [[[#issuermetadata]]] `HTTP 200` |

### IssuerMetadata

Expand Down

0 comments on commit 63164d9

Please sign in to comment.