URL | https://<fraud-data-baseurl>/securityData/<tid> | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request |
| ||||||||||||||||||||||||||||||
Authentication | Access Token as Bearer Token in Authorization Header | ||||||||||||||||||||||||||||||
Response |
Error responses contains further information on the reason according to standard. | ||||||||||||||||||||||||||||||
Example | See below |
This method provides data (security data / fraud data) that can be used for risk scoring on a recent authentication session via the OIDC Provider. The tid
claim from the ID Token works as the reference to the session in question. At first invocation of this method for a given tid
, the Fraud Data service starts a process to retrieve all relevant data for the transaction in question. When all available fraud data for the given transaction has been retrieved, the set of available data may be returned to the requesting OIDC Client upon request. The typical usage pattern for an OIDC Client is to receive a 202 in response to the initial request, followed by one or more 204 responses on subsequent polling requests, before the service eventually responds with a 200 along with the actual fraud data in the body.
...
The following is a truncated JSON example from the response from the Fraud Data service for an authentication session with BankID netcentric. A complete JSON example is not included in this documentation for security reasons. A complete example can be provided upon request.
...