[java-idp-plugin-vci] 01/03: Renamed
Codeberg
noreply at shibboleth.net
Tue Dec 30 14:26:49 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/W3CCred
in repository java-idp-plugin-vci.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/427a83088ed5b4bd57d0445dcb95a0abfd9af290
commit 427a83088ed5b4bd57d0445dcb95a0abfd9af290
Author: jlauros <janne.lauros at csc.fi>
AuthorDate: Tue Dec 30 15:51:44 2025 +0200
Renamed
---
.../CredentialConfiguration_dc+sd-jwt.json | 141 +++++++++++++++++++++
1 file changed, 141 insertions(+)
diff --git a/openid-vci-api/src/test/resources/credentials/CredentialConfiguration_dc+sd-jwt.json b/openid-vci-api/src/test/resources/credentials/CredentialConfiguration_dc+sd-jwt.json
new file mode 100644
index 0000000..c61627d
--- /dev/null
+++ b/openid-vci-api/src/test/resources/credentials/CredentialConfiguration_dc+sd-jwt.json
@@ -0,0 +1,141 @@
+{
+ "format": "dc+sd-jwt",
+ "scope": "SD_JWT_VC_example_in_OpenID4VCI",
+ "cryptographic_binding_methods_supported": [
+ "jwk"
+ ],
+ "credential_signing_alg_values_supported": [
+ "ES256"
+ ],
+ "proof_types_supported": {
+ "jwt": {
+ "proof_signing_alg_values_supported": [
+ "ES256"
+ ],
+ "key_attestations_required": {
+ "key_storage": [
+ "iso_18045_moderate"
+ ],
+ "user_authentication": [
+ "iso_18045_moderate"
+ ]
+ }
+ }
+ },
+ "vct": "SD_JWT_VC_example_in_OpenID4VCI",
+ "credential_metadata": {
+ "display": [
+ {
+ "name": "IdentityCredential",
+ "logo": {
+ "uri": "https://university.example.edu/public/logo.png",
+ "alt_text": "a square logo of a university"
+ },
+ "locale": "en-US",
+ "background_color": "#12107c",
+ "text_color": "#FFFFFF"
+ }
+ ],
+ "claims": [
+ {
+ "path": [
+ "given_name"
+ ],
+ "display": [
+ {
+ "name": "Given Name",
+ "locale": "en-US"
+ },
+ {
+ "name": "Vorname",
+ "locale": "de-DE"
+ }
+ ]
+ },
+ {
+ "path": [
+ "family_name"
+ ],
+ "display": [
+ {
+ "name": "Surname",
+ "locale": "en-US"
+ },
+ {
+ "name": "Nachname",
+ "locale": "de-DE"
+ }
+ ]
+ },
+ {
+ "path": [
+ "email"
+ ]
+ },
+ {
+ "path": [
+ "phone_number"
+ ]
+ },
+ {
+ "path": [
+ "address"
+ ],
+ "display": [
+ {
+ "name": "Place of residence",
+ "locale": "en-US"
+ },
+ {
+ "name": "Wohnsitz",
+ "locale": "de-DE"
+ }
+ ]
+ },
+ {
+ "path": [
+ "address",
+ "street_address"
+ ]
+ },
+ {
+ "path": [
+ "address",
+ "locality"
+ ]
+ },
+ {
+ "path": [
+ "address",
+ "region"
+ ]
+ },
+ {
+ "path": [
+ "address",
+ "country"
+ ]
+ },
+ {
+ "path": [
+ "birthdate"
+ ]
+ },
+ {
+ "path": [
+ "is_over_18"
+ ]
+ },
+ {
+ "path": [
+ "is_over_21"
+ ]
+ },
+ {
+ "path": [
+ "is_over_65"
+ ]
+ }
+ ]
+ }
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list