FrejaEIDAuthStatusValve
Checks the status of a authentication request. Typically used with the authentication API module. Because of this, the data used is expected to come from the request. Not an item. If you want the data to come from an item, use the "propsFromItem" config parameter.
The valve will create an item if none is present.
For more detailed information see https://frejaeid.com/rest-api/Signature%20Service.html
Example Configuration
{
"name" : "FrejaEIDAuthStatusValve",
"config" : {
"keystoreID" : "93f5e7e1-c3f4-436b-9bbc-0b94d454a352",
"mode" : "production_personal_auth"
}
}
Requirements
- The server trusts the Freja e-ID backend TLS certificate.
- A client certificate & private key (keystore) thsat is issued by Freja e-ID is present in the configuration.