I’m trying to test AccountSet (GET) API IFS Cloud Demo environment as follows. Im able to retrieve the bearer token using following IAM client but once I pass the bearer token to the API it gives me following error. Appreciate if you can help with resolving this error.
{
"error": {
"code": "DB_ACCESS_ERROR",
"message": "Database access error. Contact administrator.",
"details": [
{
"code": 20105,
"message": "ORA-20105: Login.FUSRNULL: The directory id XXX is not allowed to run the application."
}
]
}
}