File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
java/com/authlete/jaxrs/server/api/vci Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2828import com .authlete .jaxrs .server .util .ResponseUtil ;
2929
3030
31- @ Path ("/.well-known/jwt-issuer" )
31+ @ Path ("/.well-known/{path : jwt-issuer|jwt-vc-issuer} " )
3232public class CredentialJwtIssuerEndpoint extends AbstractCredentialEndpoint
3333{
3434 @ GET
Original file line number Diff line number Diff line change 9191 <url-pattern >/.well-known/openid-credential-issuer</url-pattern >
9292 <url-pattern >/.well-known/openid-federation</url-pattern >
9393 <url-pattern >/.well-known/jwt-issuer</url-pattern >
94+ <url-pattern >/.well-known/jwt-vc-issuer</url-pattern >
9495 <url-pattern >/.well-known/apple-app-site-association</url-pattern >
9596 </filter-mapping >
9697
Original file line number Diff line number Diff line change 7575 < td valign ="top "> JWT Issuer Metadata Endpoint</ td >
7676 < td > < a href ="/.well-known/jwt-issuer "> /.well-known/jwt-issuer</ a > </ td >
7777 </ tr >
78+ < tr >
79+ < td valign ="top "> JWT VC Issuer Metadata Endpoint</ td >
80+ < td > < a href ="/.well-known/jwt-vc-issuer "> /.well-known/jwt-vc-issuer</ a > </ td >
81+ </ tr >
7882 </ tbody >
7983 </ table >
8084
You can’t perform that action at this time.
0 commit comments