Skip to content

Release v1.7.20

Compare
Choose a tag to compare
@personiumio personiumio released this 08 Nov 11:39
· 575 commits to master since this release

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)