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
The ResponseParser component and the ErrorResponse, CriticalErrorResponse and SuccessfulResponse implements several checks to ensure an OAuth 2.0 returns responses which are compliant with the OAuth 2.0 specifications.
However several Agmented Backus-Naur Form checks could be implemented additionnaly to ensure that each property of the JSON responses are valid.
An AbnfUtils component has been created with skeleton methods, we should implement all those methods and unit test them to be compliant with https://tools.ietf.org/html/rfc6749#appendix-A.
The text was updated successfully, but these errors were encountered:
The
ResponseParser
component and theErrorResponse
,CriticalErrorResponse
andSuccessfulResponse
implements several checks to ensure an OAuth 2.0 returns responses which are compliant with the OAuth 2.0 specifications.However several Agmented Backus-Naur Form checks could be implemented additionnaly to ensure that each property of the JSON responses are valid.
An
AbnfUtils
component has been created with skeleton methods, we should implement all those methods and unit test them to be compliant with https://tools.ietf.org/html/rfc6749#appendix-A.The text was updated successfully, but these errors were encountered: