You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OAuth2 specification describe in point 5.2. response format for invalid request.
But in AuthController::tokenAction if status code is beetwen 400 and 500, we return reposne in problem+json format, not in format from specification. Why?
I know that client can recognize content-type of response, but many OAuth2 clients recognize format from specification.
Hi,
OAuth2 specification describe in point 5.2. response format for invalid request.
But in AuthController::tokenAction if status code is beetwen 400 and 500, we return reposne in problem+json format, not in format from specification. Why?
I know that client can recognize content-type of response, but many OAuth2 clients recognize format from specification.
Originally posted by @michalkopacz at zfcampus/zf-oauth2#71
The text was updated successfully, but these errors were encountered: