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
Hi,
We created user in OBP using super user. Now we wanted to give owner view to this user(which map to CBS user using auth-context) to bank account in CBS so that it can access to account details(i.e {{URL}}/obp/v3.1.0/my/banks/gh.29.uk.x/accounts/obpuser1account1/account)
Request:
{{URL}}/obp/v3.1.0/banks/gh.29.uk.x/accounts/obp1account1/permissions/http%3A%2F%2F127.0.0.1%3A8080/obpuser1/views/owner
Authorization: DirectLogin token=xxxx super user token xxxxx
{
"jsonString": "{}"
}
But we are getting below error & I found reason that method call from APIMethods121.scala -> addPermissionForUserForBankAccountForOneView -> BankAccountX without callcontext
Please help to solve.
Hi,
We created user in OBP using super user. Now we wanted to give owner view to this user(which map to CBS user using auth-context) to bank account in CBS so that it can access to account details(i.e {{URL}}/obp/v3.1.0/my/banks/gh.29.uk.x/accounts/obpuser1account1/account)
Request:
default.props
.....
connector=kafka_vSept2018
....
But we are getting below error & I found reason that method call from APIMethods121.scala -> addPermissionForUserForBankAccountForOneView -> BankAccountX without callcontext
Please help to solve.
}
The text was updated successfully, but these errors were encountered: