Skip to content

Commit

Permalink
Re-edit the error msg for createoboendpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Aug 24, 2023
1 parent a272ccb commit f42d2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void accept(RestChannel channel) throws Exception {
channel.sendResponse(
new BytesRestResponse(
RestStatus.SERVICE_UNAVAILABLE,
"on_behalf_of is either disabled or the configuration is invalid"
"The OnBehalfOf token generating API has been disabled, see {link to doc} for more information on this feature." /* TODO: Update the link to the documentation website */
)
);
return;
Expand Down

0 comments on commit f42d2f5

Please sign in to comment.