Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect error messages shown for client validations in PAR request #244

Open
aka4rKO opened this issue Dec 30, 2024 · 0 comments
Open
Labels
Product/OB-3.0.0 Open Banking Version 3.0.0

Comments

@aka4rKO
Copy link
Contributor

aka4rKO commented Dec 30, 2024

Description:
Currently when client ID is not available in the PAR request object the following error is returned.

{
    "error_description": "application.not.found",
    "error": "invalid_request"
}

Need to change the error messages to a more meaningful errors for the following scenarios:

  1. When the client_id is missing
  2. When an invalid client_id is sent
  3. When an invalid redirect_uri is sent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product/OB-3.0.0 Open Banking Version 3.0.0
Projects
None yet
Development

No branches or pull requests

1 participant