Release v1.7.20
BUG FIXES:
- When grant code is used at token end point to issue an access token, the token subject does not have the association with the roles that should be allocated to it. (#501)
- Presenting grant code with confidentialClient app auth token at token endpoint fails for schema mismatch. (#506)
- Some OData keys in URLs including
__id
for OData service collection entity sets is not escaped in response payload items such as__metadata.uri
. (#486)