inabajunmr / azidp4j

[alpha] Java OAuth 2.0 Authorization Server & OpenID Connect Identity Provider Library for any web application frameworks.
MIT License
4 stars 0 forks source link

request body type check #58

Closed inabajunmr closed 1 year ago

inabajunmr commented 2 years ago

Body type should be Map<String, Object>. and validate type and return invalid request error against wrong type.