This example shows how to run a test against Raidiam's mock Brazil bank.
These examples shows how to run various the Brazil versions of the FAPI1-Advanced-Final tests against Raidiam's mock Brazil bank.
[[_TOC_]]
## Change log
**Updated 12th June as CPF value was incorrect**
...
...
@@ -14,6 +20,10 @@ This example shows how to run a test against Raidiam's mock Brazil bank.
**Updated 14th July both configs updated due to previous client being revoked and reverted to using accounts endpoint as per changes in** https://gitlab.com/openid/conformance-suite/-/tags/release-v4.1.19
**Updated 1st August to add an example showing how to test using the payments API**
## private_key_jwt
To run this configuration, select the following options in the [conformance suite](https://www.certification.openid.net):
- Test Plan: FAPI1-Advanced-Final: Authorization Server test
...
...
@@ -102,8 +112,9 @@ To learn more about using the conformance suite against your own server please r
}
```
## MTLS
Or an alternative where MTLS client authentication is used instead:
An alternative where MTLS client authentication is used instead:
```
{
...
...
@@ -176,3 +187,159 @@ Or an alternative where MTLS client authentication is used instead:
}
}
```
## private_key_jwt with payments API
This example shows how to run the FAPI tests using the payments API instead of the accounts/data API. This may be necessary if the bank being tested does not support the data APIs.