The Oracle AI Studio CLI (bundled aistudio CLI, dev-mode/basic-auth flow) cannot authenticate. (404)
Summary:
The Oracle AI Studio CLI (bundled aistudio CLI, dev-mode/basic-auth flow) cannot authenticate. The CLI calls:
GET /api/rwdtools/tokenrelay?servicetype=boss&username=<user>&scope=/
Authorization: Basic <base64>
to exchange Basic credentials for a bearer token before calling the AI Agent Studio BOSS API. On this pod that endpoint returns 404 ("404 page not found"), so every server-side CLI command fails (do-fetch-bo, list-policies, etc.).
Basic Authentication was explicitly tested and does not work on any REST/API endpoint:
- Credentials confirmed valid: the same username/password successfully executes authenticated BI Publisher SOAP calls (
/xmlpserver/services/ExternalReportWSSService) on this pod. - The identical credentials sent via
Tagged:
0