You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove WsTargetId. It does not have to be visible on API side. For nordea, the API takes care of fetching TargetId parameter with bank side APIs. This happens after initial cert enrollment/import and with first files API call.
Add pop to supported banks, was missing from documentation
uploadFile fixed and working now with authorize registered PGP detached ASCII armored signatures. Currently only one valid signature is required, but n/m schemes are possible in the future. Multiple PGP keys can be registered (either authorize or export) and multiple concatenated PGP detached ASCII armored signatures provided. API will go through all signatures and all valid authorize PGP keys and find out the number of valid signatures. If more than 1, then file is uploaded to bank.
Two types of PGP keys, for export and for authorization. Only export keys can be used to export WS-Channel certificate and corresponding private key.
Support for disabling private key export via ConfigCerts. When disabled, it can not be re-enabled via API (contact support if you need cert and private key export after that). Safety measure.
Add session logout support that logs selected account mode user out. Note however, that AWS Cognito does NOT invalidate the idtoken (authorization) at the moment. Hopefully, they fix this soon.