Aktueller Reisepass
Beschreibung
Beinhaltet die Daten vom zuletzt ausgegebenen gültigen Reisepass – zusammengesetzt aus:
- Dokumentenart
- 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 Reisepass ungültig (inaktiv/gestohlen/abgelaufen) ist.
SAML2 |
urn:eidgvat:attributes.passportData |
OpenID Connect |
urn:eidgvat:attributes.passportData |
Format des Attributwerts |
UTF-8 Base64 kodiertes JSON |
JSON Schema des Attributwerts:
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"description": "Current valid travel document of eID-holder",
"type": "object",
"properties": {
"dokumentTyp": {
"description": "Kind of document, passport or ID-card - possible values are: Reisepass, Dienstpass or Diplomatenpass",
"type": "string",
"minLength": 2,
"maxLength": 2
},
"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": 20
},
"vorName": {
"description": "Prename of eID-holder",
"type": "string",
"minLength": 1,
"maxLength": 33
},
"nachNameZeile1": {
"description": "Family name of eID-holder, line 1",
"type": "string",
"minLength": 1,
"maxLength": 33
},
"nachNameZeile2": {
"description": "Family name of eID-holder, line 2",
"type": "string",
"minLength": 0,
"maxLength": 33
},
"akademischerPostfix": {
"description": "academic postfix of eID-holder",
"type": "string",
"minLength": 0,
"maxLength": 20
},
"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": 50
},
"ausstellendeBehoerdeZeile2": {
"description": "Issuing authority, line 1",
"type": "string",
"minLength": 0,
"maxLength": 50
},
"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",
"dokumentTyp"
]
}
Response Base64 kodiert:
ewogImRva3VtZW50VHlwIjogIlJlaXNlcGFzcyIsCiAiZG9rdW1lbnROdW1tZXIiOiAiVTEyMzQ1NjciLAogImd1ZWx0aWdWb25EYXR1bSI6ICIyMDIxLTAyLTA0IiwKICJndWVsdGlnQmlzRGF0dW0iOiAiMjAzMS0wMi0wMyIsCiAiYWthZGVtaXNjaGVyUHJlZml4IjogIkRyLiIsCiAidm9yTmFtZSI6ICJNYXgiLCAKICJuYWNoTmFtZVplaWxlMSI6ICJNdXN0ZXJtYW5uIiwKICJuYWNoTmFtZVplaWxlMiI6ICIiLAogImFrYWRlbWlzY2hlclBvc3RmaXgiOiAiTUJBIiwgCiAiZ2VzY2hsZWNodCI6ICJNIiwKICJnZWJ1cnRzRGF0dW0iOiAiMjAwMS0wMS0xNSIsCiAiZ2VidXJ0c09ydCI6ICJXaWVuIiwKICJncm9lc3NlIjogIjE3NiIsCiAic3RhYXQiOiAiQVVUIiwKICJhdXNzdGVsbGVuZGVCZWhvZXJkZVplaWxlMSI6ICJNQUdJU1RSQVQgV0lFTiIsCiAiYXVzc3RlbGxlbmRlQmVob2VyZGVaZWlsZTIiOiAiTUJBIDkvMTciLAogImZvdG8iOiAiLi4uIiwKICJ1bnRlcnNjaHJpZnQiOiAiLi4uIgp9
Response dekodiert:
{
"dokumentTyp": "Reisepass",
"dokumentNummer": "U1234567",
"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:
Test-Identität |
zugewiesener Attributwert |
XXXLudmilla XXXŁódź |
Reisepass 2023 |
XXXMaria-Theresia Kunigunde XXXHabsburg-Lothringen |
Reisepass 2023 |
XXXĤáčęk XXXMûstérfřău |
Reisepass 2023 |
XXXOtto XXXOttakringer |
Reisepass 2023 |
XXXŐzgür XXXTüzekçi |
Attribut nicht hinterlegt/ausgeliefert |
XXXHildegard XXXÖhlinger |
Attribut nicht hinterlegt/ausgeliefert |
XXXRúùd XXXVàn Nisteĺrooy |
Reisepass 2023 |
XXXDagmar XXXKörner |
Reisepass 2023 |
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 |
Attribut nicht hinterlegt/ausgeliefert |