Aktueller Personalausweis

Beschreibung

Beinhaltet die Daten vom zuletzt ausgegebenen gültigen Personalausweis – zusammengesetzt aus:

  • Dokumentennummer
  • Gültig von
  • Gültig bis
  • Name Zeile 1
  • Name Zeile 2
  • Vorname
  • Geschlecht
  • Geburtsdatum
  • Geburtsort
  • Größe
  • Staatsangehörigkeit
  • Ausstellende Behörde Zeile 1
  • Ausstellende Behörde Zeile 2
  • Lichtbild
  • Unterschriftsbild

Zusätzliche Informationen

Attribut wird im Falle von ID Austria Basis NICHT ausgeliefert. Attribut wird NICHT ausgeliefert, wenn der Personalausweis ungültig (inaktiv/gestohlen/abgelaufen) ist.

SAML2

urn:eidgvat:attributes.idCardData

OpenID Connect

urn:eidgvat:attributes.idCardData

Format des Attributwerts

UTF-8 Base64 kodiertes JSON

Hinweis

JSON Schema des Attributwerts:
{
 "$schema": "https://json-schema.org/draft/2019-09/schema",
 "description": "Current valid ID Card of the eID-holder",
 "type": "object",
 "properties": {
 "dokumentNummer": {
 "description": "Unique ID of document",
 "type": "string",
 "minLength": 8,
 "maxLength": 9
 },
 "gueltigVonDatum": {
 "description": "Since when is document valid, YYYY-MM-DD",
 "type": "string",
 "format": "date",
 "minLength": 10,
 "maxLength": 10
 },
 "gueltigBisDatum": {
 "description": "Since when is document valid, YYYY-MM-DD",
 "type": "string",
 "format": "date",
 "minLength": 10,
 "maxLength": 10
 },
 "akademischerPrefix": {
 "description": "academic prefix of eID-holder",
 "type": "string",
 "minLength": 0,
 "maxLength": 15
 },
 "vorName": {
 "description": "Prename of eID-holder",
 "type": "string",
 "minLength": 1,
 "maxLength": 28
 },
 "nachNameZeile1": {
 "description": "Family name of eID-holder, line 1",
 "type": "string",
 "minLength": 1,
 "maxLength": 28
 },
 "nachNameZeile2": {
 "description": "Family name of eID-holder, line 2",
 "type": "string",
 "minLength": 0,
 "maxLength": 28
 },
 "akademischerPostfix": {
 "description": "academic postfix of eID-holder",
 "type": "string",
 "minLength": 0,
 "maxLength": 15
 },
 "geschlecht": {
 "description": "Sex of eID-holder, F/female, M/male, X/undefined",
 "type": "string",
 "minLength": 1,
 "maxLength": 1
 },
 "geburtsDatum": {
 "description": "Birthdate of eID-holder 'YYYY-MM-DD' or 'YYYY-MM-00'",
 "type": "string",
 "format": "date",
 "minLength": 10,
 "maxLength": 10
 },
 "geburtsOrt": {
 "description": "Birthplace of eID-holder",
 "type": "string",
 "minLength": 1,
 "maxLength": 20
 },
 "groesse": {
 "description": "Size of eID-holder in cm or fixtext 'KIND'",
 "type": "string",
 "minLength": 2,
 "maxLength": 3
 },
 "staat": {
 "description": "Citizenship of eID-holder, 3-character ISO country code",
 "type": "string",
 "minLength": 3,
 "maxLength": 3
 },
 "ausstellendeBehoerdeZeile1": {
 "description": "Issuing authority, line 1",
 "type": "string",
 "minLength": 1,
 "maxLength": 25
 },
 "ausstellendeBehoerdeZeile2": {
 "description": "Issuing authority, line 1",
 "type": "string",
 "minLength": 0,
 "maxLength": 25
 },
 "foto": {
 "description": "Photo of eID-holder JPEG Base64 UTF-8 encoded string, 413x531 (passport) or 473x608 (ID-card chip) or 481x606 (ID-card)",
 "type": "string"
 },
 "unterschrift": {
 "description": "Signature of eID-holder JPEG Base64 UTF-8 encoded string, 413x95 (passport) or 682x157 (ID-card) or 1212x277 (ID-card)",
 "type": "string"
 }
 },
 "required": [
 "dokumentNummer"
 ]
}

Beispiel

Response Base64 kodiert:
ewogImRva3VtZW50TnVtbWVyIjogIlAxMjM0NTY3OCIsCiAiZ3VlbHRpZ1ZvbkRhdHVtIjogIjIwMjEtMDItMDQiLAogImd1ZWx0aWdCaXNEYXR1bSI6ICIyMDMxLTAyLTAzIiwKICJha2FkZW1pc2NoZXJQcmVmaXgiOiAiRHIuIiwKICJ2b3JOYW1lIjogIk1heCIsCiAibmFjaE5hbWVaZWlsZTEiOiAiTXVzdGVybWFubiIsCiAibmFjaE5hbWVaZWlsZTIiOiAiIiwKICJha2FkZW1pc2NoZXJQb3N0Zml4IjogIk1CQSIsCiAiZ2VzY2hsZWNodCI6ICJNIiwKICJnZWJ1cnRzRGF0dW0iOiAiMjAwMS0wMS0xNSIsCiAiZ2VidXJ0c09ydCI6ICJXaWVuIiwKICJncm9lc3NlIjogIjE3NiIsCiAic3RhYXQiOiAiQVVUIiwKICJhdXNzdGVsbGVuZGVCZWhvZXJkZVplaWxlMSI6ICJNQUdJU1RSQVQgV0lFTiIsCiAiYXVzc3RlbGxlbmRlQmVob2VyZGVaZWlsZTIiOiAiTUJBIDkvMTciLAogImZvdG8iOiAiLi4uIiwKICJ1bnRlcnNjaHJpZnQiOiAiLi4uIgp9

Beispiel

Response dekodiert:
{
 "dokumentNummer": "P12345678",
 "gueltigVonDatum": "2021-02-04",
 "gueltigBisDatum": "2031-02-03",
 "akademischerPrefix": "Dr.",
 "vorName": "Max",
 "nachNameZeile1": "Mustermann",
 "nachNameZeile2": "",
 "akademischerPostfix": "MBA",
 "geschlecht": "M",
 "geburtsDatum": "2001-01-15",
 "geburtsOrt": "Wien",
 "groesse": "176",
 "staat": "AUT",
 "ausstellendeBehoerdeZeile1": "MAGISTRAT WIEN",
 "ausstellendeBehoerdeZeile2": "MBA 9/17",
 "foto": "...",
 "unterschrift": "..."
}

Testdaten

Steht bei folgenden Testidentitäten zur Verfügung:

Vorname

Nachname

Attributwert

XXXLudmilla

XXXŁódź

Personalausweis Chip

XXXMaria-Theresia Kunigunde

XXXHabsburg-Lothringen

Personalausweis Chip

XXXĤáčęk

XXXMûstérfřău

Personalausweis Chip

XXXOtto

XXXOttakringer

Personalausweis Chip

XXXŐzgür

XXXTüzekçi

Personalausweis Chip

XXXHildegard

XXXÖhlinger

Personalausweis Chip

XXXRúùd

XXXVàn Nisteĺrooy

Attribut nicht hinterlegt/ausgeliefert

XXXDagmar

XXXKörner

Attribut nicht hinterlegt/ausgeliefert

XXXAndrea

XXXMusterjugend Sechzehn Mündig Minderjährig

Attribut nicht hinterlegt/ausgeliefert

XXXClaus – Maria

XXXvon Brandenburg

Attribut nicht hinterlegt/ausgeliefert

XXXÉliás

XXXTörőcsik

Attribut nicht hinterlegt/ausgeliefert

XXXGerda

XXXMusterfrau Erwachsen

Attribut nicht hinterlegt/ausgeliefert

XXXMagdalena

XXXD’Accord De`Njeta Di’Carta

Attribut nicht hinterlegt/ausgeliefert

XXXSebastian

XXXMusterjungermann Achtzehn
Junger Erwachsener

Attribut nicht hinterlegt/ausgeliefert