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
Some time ago we onboarded one of our clients to your APIs. For security reasons we encrypted client secret we got and it seems that it was not correctly encrypted. We would like to reonboard this client or, if there is such possibility, retrieve valid client secret. I guess that verify endpoint only verifies certificates, so it does not seem to be helpful in our case? We already tried to onboard the client once again, but we got BadRequest response:
If it is needed, we have the following data related to the last successful onboarding of this client: X-Request-Id: e3dbdf7e-6936-48fc-bb0e-fd472a64a5f2
Timestamp: 08:37:52.813069 9.08.2022
Please let us know how could we reonboard client or if there is any way to retrieve the current client secret.
The text was updated successfully, but these errors were encountered:
Hi,
Some time ago we onboarded one of our clients to your APIs. For security reasons we encrypted client secret we got and it seems that it was not correctly encrypted. We would like to reonboard this client or, if there is such possibility, retrieve valid client secret. I guess that verify endpoint only verifies certificates, so it does not seem to be helpful in our case? We already tried to onboard the client once again, but we got BadRequest response:
------- Request -----------
POST https://openbanking.prod.lunar.app/tpp/register
Host: openbanking.prod.lunar.app
X-Request-Id: a5e66824-264f-4f2d-a01c-60d38c2e74bd
Accept: application/json
Content-Type: application/json
Transfer-Encoding: chunked
{
“roles”: [
“PSP_AI”,
“PSP_PI”
],
“redirectUris”: [
“https://auth.nordicapigateway.com/stage-routing/callback”
]
}
------- Response -----------
Status: 400
Date: Wed, 08 Feb 2023 12:34:47 GMT
Content-Length: 0
Connection: keep-alive
Strict-Transport-Security: max-age=15724800; includeSubDomains; preload
If it is needed, we have the following data related to the last successful onboarding of this client:
X-Request-Id: e3dbdf7e-6936-48fc-bb0e-fd472a64a5f2
Timestamp: 08:37:52.813069 9.08.2022
Please let us know how could we reonboard client or if there is any way to retrieve the current client secret.
The text was updated successfully, but these errors were encountered: