For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

For the complete documentation index, see llms.txt

ID Austria attributes in SAML 2.0

This page contains information about the user attributes that you can request and retrieve from ID Austria when using SAML 2.0 as an authentication protocol.

Attributes table

For the complete documentation index, see llms.txt

ID Austria provides the following data:

Examples

Metadata document

The example below shows a Service Provider (SP) metadata document to connect to ID Austria and request the attributes: idpId, firstName, lastName, dateOfBirth, gender, picture, nationality, address, maritalStatus, nin, 14OrOlder, 16OrOlder, 18OrOlder, 21OrOlder, idaustriaBPKList, idaustriaForeignBPKList, idaustriaCountryOfExhibition, idaustriaAuthenticationLevel, idaustriaLevel, idaustriaTypeOfIdentity, idaustriaBPKArea, idaustriaURLCitizenCardEnvironment, idaustriaSignatureCertificate, idaustriaOnlinePersonalConnection, idaustriaRepresentationType, idaustriaRepresentationTypeOid, idaustriaProfessionalRepresentativeOid, idaustriaProfessionalRepresentativeDescription, idaustriaRepresentedCompanyName, idaustriaRepresentedCompanyRegisterNumber, idaustriaRepresentedCompanyType, idaustriaRepresentedPersonGivenName, idaustriaRepresentedPersonFamilyName, idaustriaRepresentedPersonBirthdate, idaustriaRepresentedPersonBPK, idaustriaRepresentedPersonBPKList, idaustriaRepresentedPersonExternalBPKList, idaustriaHealthServiceProviders, idaustriaMunicipalData, idaustriaCurrentPhotoCaptureDate, idaustriaReportedSince, idaustriaOtherActiveResidences, idaustriaSignature, idaustriaVehicleRegistrations, idaustriaIdentificationDocumentData, idaustriaIdCardData, idaustriaPassportData, idaustriaResidentPostalCode.

<?xml version="1.0" encoding="UTF-8"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" ID="_45f42f65-39f9-4250-898e-f6297cb3f8ce" entityID="SAML Example SP">
<md:SPSSODescriptor WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>
X509_CERTIFICATE
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://*SP_CLIENT_DOMAIN*/saml/acs" index="1" isDefault="false"/>
<md:AttributeConsumingService index="1" isDefault="false">
<md:ServiceName xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace">All attributes</md:ServiceName>
<md:RequestedAttribute Name="idpId"/>
<md:RequestedAttribute Name="firstName"/>
<md:RequestedAttribute Name="lastName"/>
<md:RequestedAttribute Name="dateOfBirth"/>
<md:RequestedAttribute Name="gender"/>
<md:RequestedAttribute Name="picture"/>
<md:RequestedAttribute Name="nationality"/>
<md:RequestedAttribute Name="address"/>
<md:RequestedAttribute Name="maritalStatus"/>
<md:RequestedAttribute Name="nin"/>
<md:RequestedAttribute Name="14OrOlder"/>
<md:RequestedAttribute Name="16OrOlder"/>
<md:RequestedAttribute Name="18OrOlder"/>
<md:RequestedAttribute Name="21OrOlder"/>
<md:RequestedAttribute Name="idaustriaBPKList"/>
<md:RequestedAttribute Name="idaustriaForeignBPKList"/>
<md:RequestedAttribute Name="idaustriaCountryOfExhibition"/>
<md:RequestedAttribute Name="idaustriaAuthenticationLevel"/>
<md:RequestedAttribute Name="idaustriaLevel"/>
<md:RequestedAttribute Name="idaustriaTypeOfIdentity"/>
<md:RequestedAttribute Name="idaustriaBPKArea"/>
<md:RequestedAttribute Name="idaustriaURLCitizenCardEnvironment"/>
<md:RequestedAttribute Name="idaustriaSignatureCertificate"/>
<md:RequestedAttribute Name="idaustriaOnlinePersonalConnection"/>
<md:RequestedAttribute Name="idaustriaRepresentationType"/>
<md:RequestedAttribute Name="idaustriaRepresentationTypeOid"/>
<md:RequestedAttribute Name="idaustriaProfessionalRepresentativeOid"/>
<md:RequestedAttribute Name="idaustriaProfessionalRepresentativeDescription"/>
<md:RequestedAttribute Name="idaustriaRepresentedCompanyName"/>
<md:RequestedAttribute Name="idaustriaRepresentedCompanyRegisterNumber"/>
<md:RequestedAttribute Name="idaustriaRepresentedCompanyType"/>
<md:RequestedAttribute Name="idaustriaRepresentedPersonGivenName"/>
<md:RequestedAttribute Name="idaustriaRepresentedPersonFamilyName"/>
<md:RequestedAttribute Name="idaustriaRepresentedPersonBirthdate"/>
<md:RequestedAttribute Name="idaustriaRepresentedPersonBPK"/>
<md:RequestedAttribute Name="idaustriaRepresentedPersonBPKList"/>
<md:RequestedAttribute Name="idaustriaRepresentedPersonExternalBPKList"/>
<md:RequestedAttribute Name="idaustriaHealthServiceProviders"/>
<md:RequestedAttribute Name="idaustriaMunicipalData"/>
<md:RequestedAttribute Name="idaustriaCurrentPhotoCaptureDate"/>
<md:RequestedAttribute Name="idaustriaReportedSince"/>
<md:RequestedAttribute Name="idaustriaOtherActiveResidences"/>
<md:RequestedAttribute Name="idaustriaSignature"/>
<md:RequestedAttribute Name="idaustriaVehicleRegistrations"/>
<md:RequestedAttribute Name="idaustriaIdentificationDocumentData"/>
<md:RequestedAttribute Name="idaustriaIdCardData"/>
<md:RequestedAttribute Name="idaustriaPassportData"/>
<md:RequestedAttribute Name="idaustriaResidentPostalCode"/>
</md:AttributeConsumingService>
</md:SPSSODescriptor>
</md:EntityDescriptor>

Request example

SAML 2.0 request example:

<samlp:AuthnRequest
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
AttributeConsumingServiceIndex="SERVICE_INDEX"
Destination="https://*YOUR_SIGNICAT_DOMAIN*/auth/saml/login"
ID="d2d2ae0656604b839d9bf36edca452a7"
IssueInstant="2026-04-26T10:06:19.352Z"
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Version="2.0">
<saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">SAML Example SP</saml:Issuer>
</samlp:AuthnRequest>

Response example

SAML 2.0 response example:

<?xml version="1.0" encoding="UTF-8"?>
<saml2p:Response xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"
Destination="https://*SP_CLIENT_DOMAIN*/saml/acs"
ID="_f6298fea54d5f4090c0ac4ebd3247de7"
InResponseTo="d2d2ae0656604b839d9bf36edca452a7"
IssueInstant="2026-04-26T10:10:05.314Z"
Version="2.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<saml2:Issuer xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion">
https://*YOUR_SIGNICAT_DOMAIN*/auth/saml
</saml2:Issuer>
<saml2p:Status xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol">
<saml2p:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success" />
</saml2p:Status>
<saml2:Assertion xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
ID="_14bf7ff57d8cd43721c79f63d4db9c0a"
IssueInstant="2026-04-26T10:10:05.314Z"
Version="2.0">
<saml2:Issuer>https://*YOUR_SIGNICAT_DOMAIN*/auth/saml</saml2:Issuer>
<saml2:Subject>
<saml2:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">
qyIsCvjlb-UQAjOaH2JJXFXtZj4eXECrTrsexxpBOEI=
</saml2:NameID>
<saml2:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
<saml2:SubjectConfirmationData InResponseTo="d2d2ae0656604b839d9bf36edca452a7"
NotOnOrAfter="2026-04-26T10:10:05.314Z"
Recipient="https://*SP_CLIENT_DOMAIN*/saml/acs"/>
</saml2:SubjectConfirmation>
</saml2:Subject>
<saml2:Conditions NotBefore="2026-04-26T10:07:05.314Z" NotOnOrAfter="2026-04-26T10:10:05.314Z">
<saml2:AudienceRestriction>
<saml2:Audience>SAML Example SP</saml2:Audience>
</saml2:AudienceRestriction>
</saml2:Conditions>
<saml2:AttributeStatement>
<saml2:Attribute Name="firstName">
<saml2:AttributeValue>XXXClaus - Maria</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="lastName">
<saml2:AttributeValue>XXXvon Brandenburg</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="dateOfBirth">
<saml2:AttributeValue>1994-12-31</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="gender">
<saml2:AttributeValue>M</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="picture">
<saml2:AttributeValue>/9j/4AAQSkZJRgABAQEBLAEsAAD/4gxAAAD/2Q==</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="nationality">
<saml2:AttributeValue>["AUT","DEU","CHE"]</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="address">
<saml2:AttributeValue>{"formatted": "Testgasse, 1a-2b, Testort A, 0088", "street_address": "Testgasse 1a-2b", "street": "Testgasse", "house_number": "1a-2b", "locality": "Testort A", "postal_code": "0088", "country": "AT"}</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="maritalStatus">
<saml2:AttributeValue>verheiratet</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaCountryOfExhibition">
<saml2:AttributeValue>AT</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaAuthenticationLevel">
<saml2:AttributeValue>http://eidas.europa.eu/LoA/high</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaLevel">
<saml2:AttributeValue>urn:eidgvat:eid.status.full</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaTypeOfIdentity">
<saml2:AttributeValue>http://eid.gv.at/eID/status/testidentity</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaBPKArea">
<saml2:AttributeValue>urn:publicid:gv.at:wbpk+XERSB+9110037664968</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaURLCitizenCardEnvironment">
<saml2:AttributeValue>https://hs-abnahme.a-trust.at/securitylayer2</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaSignatureCertificate">
<saml2:AttributeValue>MIIFdj.../vw==</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaHealthServiceProviders">
<saml2:AttributeValue>eyJn...9fX0=</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaCurrentPhotoCaptureDate">
<saml2:AttributeValue>2024-02-03</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaReportedSince">
<saml2:AttributeValue>2020-02-05</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaOtherActiveResidences">
<saml2:AttributeValue>[{\n\"Gemeindekennziffer\":\"09977\",\n\"Gemeindebezeichnung\":\"Testgemeinde 09977 mit maximaler Länge\",\n\"Postleitzahl\":\"0077\",\n\"Ortschaft\":\"Testort 77 mit maximalmöglichen Längen\",\n\"Strasse\":\"Teststraße 77 mit maxi. möglicher Länge von 46\",\n\"Hausnummer\":\"GNR .123/45\",\n\"Stiege\":\"Kirche\",\n\"Tuer\":\"\",\n\"GemeldetVon\":\"2023-08-08\"\n},{\n\"Gemeindekennziffer\":\"90001\",\n\"Gemeindebezeichnung\":\"Wien\",\n\"Postleitzahl\":\"1030\",\n\"Ortschaft\":\"Wien,Landstraße\",\n\"Strasse\":\"Alice-und-Heinrich-Scheuer-Hof\",\n\"Hausnummer\":\"GNR 905/1\",\n\"Stiege\":\"Stg. 1\",\n\"Tuer\":\"1\",\n\"GemeldetVon\":\"2024-04-12\"\n}]\n</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute Name="idaustriaVehicleRegistrations">
<saml2:AttributeValue>{\"attributstatus\":\"OK\",\"attributdaten\":[{\"zulassungsBesitzer\":[{\"geburtsdatum\":\"1994-12-31\",\"name\":\"XXXvon Brandenburg\",\"vorname\":\"XXXClaus - Maria\",\"anschrift\":\"Fahrenbachstraße 45\\n8451 Unterfahrenbach\\nÖsterreich\",\"zustellBevollmaechtigt\":true}],\"kennzeichen\":\"XU-EI0002\",\"zustaendigeBehoerde\":\"BM für Inneres\",\"verwendungsbestimmung\":\"01 - zu keiner besonderen Verwendung bestimmt\",\"genehmigungsgrundlage\":\"EG-Betriebserlaubnis\",\"datumDerGenehmigung\":\"2023-09-22\",\"nationalerCode\":\"207334\",\"aufbau\":\"Schräghecklimousine\",\"hoechsteZulaessigeStuetzlast\":75.0,\"raederBereifung\":\"Achse1+2:205/60R16-92V;6.5Jx16/ET50\\nAchse1+2:215/45R18-89W;7Jx18/ET50\",\"begutachtungsplakette\":\"weiß\",\"auflagenTeilbescheide\":[],\"vermerke\":\"\",\"datumDerErstmaligenZulassung\":\"2023-06-11\",\"antragsteller\":\"Besitzer\",\"letzteZulassungsstelleCode\":\"4101604\",\"letzteZulassungsstelle\":\"Oberösterreichische Kundenbüro Traun\",\"marke\":\"Mazda\",\"typVarianteVersion\":\"BL/545/61W0\",\"handelsbezeichnung\":\"MAZDA3/SP/G100/AZUMA\",\"fahrzeugIdentifizierungsnummer\":\"TESTVIN1380003102\",\"technischZulaessigeGesamtmasse\":1800.0,\"hoechstesZulaessigesGesamtgewicht\":1800.0,\"eigengewicht\":1190.0,\"datumDerZulassung\":\"2023-07-26\",\"fahrzeugklasseFahrzeugart\":\"M1/Personenkraftwagen\",\"genehmigungsnummer\":\"e11*2001/116*0262*11\",\"hoechsteZulaessigeAchsenlastAchse1\":930.0,\"hoechsteZulaessigeAchsenlastAchse2\":945.0,\"hoechstezulaessigeAnhaengelastGebremst\":950.0,\"hoechstezulaessigeAnhaengelastUngebremst\":600.0,\"hubraum\":1496.0,\"leistung\":74.0,\"antriebsart\":\"Benzin\",\"drehzahl\":6000.0,\"motortyp\":\"P5\",\"farbeDesFahrzeugs\":\"Braun\",\"sitzplaetze\":5.0,\"hoechstgeschwindigkeit\":182.0,\"standgeraeusch\":88.0,\"standgeraeuschDz\":3750.0,\"fahrgeraeusch\":70.0,\"co\":0.136,\"hc\":0.027,\"nox\":0.012,\"co2EmissionenNEFZ\":119.0,\"kraftstoffverbrauchNEFZ\":5.1,\"abgasverhaltenNachStufe\":\"Euro 5\",\"nameDesMitgliedstaates\":\"A\"}]}</saml2:AttributeValue>
</saml2:Attribute>
</saml2:AttributeStatement>
<saml2:AuthnStatement AuthnInstant="2026-04-26T10:07:03.059Z"
SessionIndex="fe187084-671b-4784-997e-7ff69d68ebf5">
<saml2:AuthnContext>
<saml2:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml2:AuthnContextClassRef>
<saml2:AuthenticatingAuthority>urn:etoegang:HM:ORGANISATION_IDENTIFICATION_NUMBER:entities:9713</saml2:AuthenticatingAuthority>
</saml2:AuthnContext>
</saml2:AuthnStatement>
</saml2:Assertion>
</saml2p:Response>