From 60f3985504de5540c9deda11f6064dde3546c0ea Mon Sep 17 00:00:00 2001 From: YuriyZ Date: Fri, 23 Feb 2024 11:58:49 +0200 Subject: [PATCH] fix(community-edition-setup): added new error descriptions (#1037) https://github.com/GluuFederation/oxAuth/issues/1891 --- templates/oxauth/oxauth-errors.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/oxauth/oxauth-errors.json b/templates/oxauth/oxauth-errors.json index 855d63bfb..2cf8d8b03 100644 --- a/templates/oxauth/oxauth-errors.json +++ b/templates/oxauth/oxauth-errors.json @@ -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.",