NavetLookupValve
Valve for performing a person lookup against the Skatteverket web service, Navet.
This valve works on an item with a property containing the user's personnummer. After execution, the item is populated with new properties fetched from Navet.
Properties
Example Configuration
{
"name": "NavetLookupValve",
"config": {
"keystore_path": "/opt/phenix/server/keys/navet.p12",
"keystore_password" : "verysecret",
"endpoint_url" : "https://www2.skatteverket.se/na/na_epersondata/V4/personpostXML",
"org_nr" : "162021004748",
"customer_id" : "00000079-FO01-0001",
"personnr_property_name" : "serialNumber"
}
}
Requirements
This information must be obtained from Skatteverket.
- Client certificate in p12 format to contact the web service
- Customer ID
- Organization number
To order this functionality from Skatteverket, the name of the item is Direktåtkomst (web services – e-persondata)