Skip to content

Commit

Permalink
fix(community-edition-setup): added new error descriptions (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz authored Feb 23, 2024
1 parent ae38502 commit 60f3985
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/oxauth/oxauth-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
"description":"The current logged in End-User at the Authorization Server does not match the requested user. This error MAY be returned when the prompt parameter in the Authorization Request is set to none to request that the Authorization Server should not display any user interfaces to the End-User, but the Authorization Request cannot be completed without displaying a user interface to prompt for the correct End-User authentication.",
"uri":null
},
{
"id":"request_not_supported",
"description":"The request parameter is not supported.",
"uri":null
},
{
"id":"request_uri_not_supported",
"description":"The request uri parameter is not supported.",
"uri":null
},
{
"id":"invalid_request_uri",
"description":"The request_uri in the Authorization Request returns an error or invalid data.",
Expand Down

0 comments on commit 60f3985

Please sign in to comment.