-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
1
Issue Summary
When Basic Authentication for API calls is disabled in Jira and a user tries to make an API call with this authentication method, the server responds with
{"message":"Basic Authentication has been disabled on this instance."}
Steps to Reproduce
- In Jira, navigate to Settings > System > Authentication Methods
- Disable the feature "Allow basic authentication for API calls"
- Fire an API call to Jira using Basic Authentication
Expected Results
Jira returns a generic error message so that a user isn't aware of the authentication methods allowed or disallowed on the system.
Actual Results
Jira fires a very specific error message
{"message":"Basic Authentication has been disabled on this instance."}
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
JRASERVER-77997 API calls when Basic Authentication is Disabled is Inconsistent
- Gathering Interest
- mentioned in
-
Page Loading...