Identity Check

APPROVED
Public service register entry
WRP Name: A-SIT x TU Graz Demo Services
WRP Identifier: WRP-5BF7F0FA3DBB
Service URI: https://services.example.at/wrp-5bf7f0fa3dbb/identity-check
Service Name: Identity Check
Created: 2026-07-09 09:19:34.881295+00:00
This page shows the approved service entry and its service-scoped intended uses as published in the registrar.

Service-Scoped Intended Uses

Intended Use Identifier: urn:uuid:ba626804-d6a1-5147-b3c9-b888f58e8bb5
Purpose
  • de: Identitätsprüfung für digitale Onboarding-Prozesse
  • en: Identity checks for digital onboarding processes
Privacy Policy
Required Credentials
Format: dc+sd-jwt
Metadata value: {'vct_values': ['urn:eu.europa.ec.eudi:pid:1']}
Claims
  • /given_name
  • /family_name
  • /birthdate

Technical JSON

This view exposes the stored service registration information as it is currently held by the registrar.

[
    {
        "intendedUseIdentifier": "urn:uuid:ba626804-d6a1-5147-b3c9-b888f58e8bb5",
        "purpose": [
            {
                "lang": "de",
                "content": "Identitätsprüfung für digitale Onboarding-Prozesse"
            },
            {
                "lang": "en",
                "content": "Identity checks for digital onboarding processes"
            }
        ],
        "privacyPolicy": [
            {
                "policyURI": "https://services.example.at/privacy/identity-check",
                "type": "PRIVACY"
            }
        ],
        "credentials": [
            {
                "format": "dc+sd-jwt",
                "meta": {
                    "vct_values": [
                        "urn:eu.europa.ec.eudi:pid:1"
                    ]
                },
                "claims": [
                    {
                        "path": [
                            "given_name"
                        ],
                        "values": null
                    },
                    {
                        "path": [
                            "family_name"
                        ],
                        "values": null
                    },
                    {
                        "path": [
                            "birthdate"
                        ],
                        "values": null
                    }
                ]
            }
        ],
        "createdAt": "2025-01-01T00:00:00Z",
        "revokedAt": null
    }
]