Skip to content

Commit 07eae08

Browse files
Add 'DigitalCredential' to the default credential configuration IDs.
1 parent 179f097 commit 07eae08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/authlete/jaxrs/server/api/vci/CredentialOfferPageModel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class CredentialOfferPageModel extends AuthorizationPageModel
5959

6060
private static final String DEFAULT_CREDENTIAL_CONFIGURATION_IDS =
6161
"[\n" +
62+
" \"DigitalCredential\",\n" +
6263
" \"IdentityCredential\",\n" +
6364
" \"org.iso.18013.5.1.mDL\"\n" +
6465
"]";

0 commit comments

Comments
 (0)