Page created: 17 Feb 2022
|
Page updated: 15 Dec 2022
Use denied-reason
to allow a policy writer to provide an error
message that contains the reason for denying a request.
Description | Details |
---|---|
Applicable to |
DENY decisions. Note:
The |
Additional information |
The payload for Denied Reason advice is a JSON object string with the following fields:
The following example shows a possible response for a request made with insufficient scope {"status":403, "message":"insufficient_scope",
"detail":"Requested operation not allowed by the granted OAuth
scopes."} |