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.
This valve is NOT shipped with the product. Please contact PhenixID Support for more information on how to download and install this valve.
Please note that Version 2 of the API, is no longer available, as such it's required to manually point the endpoint_url to the correct URL for V3 or V4.
More information can be found at.
Example Configuration
{
"name": "NavetLookupValve",
"config": {
"keystore_path": "/opt/phenix/server/keys/navet.p12",
"keystore_password" : "verysecret",
"endpoint_url" : "https://ppx4.skatteverket.se/na/na_epersondata_demo/V2/personpostXML",
"org_nr" : "162021004748",
"customer_id" : "00000079-FO01-0001",
"personnr_property_name" : "serialNumber"
}
}