Using OData and found that user with more than one section in Favorites will return "dbOdataAccess": "false" in the API GET call on authorize
STEPS TO REPRODUCE
http://<localhost>/ppm/rest/v1/auth/authorize
{
"_self": "http://<localhost>/ppm/rest/v1/auth/authorize",
"dbOdataAccess": "true"
}
Expected Results: dbOdataAccess to remain “true”
Actual Results: Resulting response is with dbOdataAccess = false
{
"_self": "http://<localhost>/ppm/rest/v1/auth/authorize",
"dbOdataAccess": "false"
}
A user with multiple sections in Favorites cannot connect with OData, and note there are no links under that section
Clarity 16.3.3, 16.4.0
DE181190
Fixed in Clarity 16.4.2
Workaround:
or
Use a dedicated OData user without custom sections in Favorites