Closed
Description
Steps to reproduce:
- Create an Azure Function which runs the following code:
BunqContext.LoadApiContext(ApiContext.Create(ApiEnvironmentType.SANDBOX, "key", "description"));
What should happen:
- Assume no error and a succesfull session start
What happens:
- Errors! -> Provided client public key has an incorrect modulus length. Modulus length must be "2048", got "1024"
Traceback
SDK version and environment
- Tested on latest code with the netstandard support
- Sandbox
- Production
Response id
- Response id: 21d9ad87-f23b-406e-a5e7-5c7e92167fd6
Extra info:
runs on netstandard,