[java-idp-plugin-vci] 02/03: Renamed
Codeberg
noreply at shibboleth.net
Tue Dec 30 14:26:50 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/839808359f5134578b6d519a144c6efe24ea6235
commit 839808359f5134578b6d519a144c6efe24ea6235
Author: jlauros <janne.lauros at csc.fi>
AuthorDate: Tue Dec 30 15:52:09 2025 +0200
Renamed
---
.../credentials/CredentialConfigurationSDJWT.json | 141 ---------------------
1 file changed, 141 deletions(-)
diff --git a/openid-vci-api/src/test/resources/credentials/CredentialConfigurationSDJWT.json b/openid-vci-api/src/test/resources/credentials/CredentialConfigurationSDJWT.json
deleted file mode 100644
index c61627d..0000000
--- a/openid-vci-api/src/test/resources/credentials/CredentialConfigurationSDJWT.json
+++ /dev/null
@@ -1,141 +0,0 @@
-{
- "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