We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
401 Unauthorized
Describe the issue: When calling the DCR GET endpoint with invalid client id or an invalid client name, it gives a 401 Unauthorized response.
DCR GET - Client ID
https://localhost:9443/t/carbon.super/api/identity/oauth2/dcr/v1.1/register/{{CLIENT_ID}}
DCR GET - Client Name
https://localhost:9443/t/carbon.super/api/identity/oauth2/dcr/v1.1/register/client_name={{CLIENT_NAME}}
Same occurs when calling the delete endpoint
How to reproduce:
Expected behavior:
Bad Request
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered:
Reduced severity and priority based on the description because this is a negative request and there is not severe impact. CC: @ShanChathusanda93
Sorry, something went wrong.
No branches or pull requests
Describe the issue:
When calling the DCR GET endpoint with invalid client id or an invalid client name, it gives a
401 Unauthorized
response.DCR GET - Client ID
DCR GET - Client Name
Same occurs when calling the delete endpoint
How to reproduce:
401 Unauthorized
Expected behavior:
Bad Request
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered: