Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.16.1
-
None
Description
The StandardOauth2AccessTokenProvider controller service only supports reponse status code 200:
And while this adheres to the RFC (https://datatracker.ietf.org/doc/html/rfc6749#section-5.1), it is not uncommon to use 201.
One example:
https://www.ibm.com/docs/en/dbaoc?topic=applications-using-oauth-20-based-authentication
It would be useful if the StandardOauth2AccessTokenProvider controller service at least allowed for 201 in addition to 200.
Attachments
Issue Links
- links to