steverhoades / oauth2-openid-connect-server

An OpenID Connect Server plugin for The PHP League's OAuth2 Server
MIT License
198 stars 41 forks source link

Update IdTokenResponse.php #54

Closed xterr closed 1 year ago

xterr commented 1 year ago

Currently there is a bug in which the default claims are not set. This happens because all the claim set operations are returning a new instance instead of setting the value on the current object

ro0NL commented 1 year ago

cc @steverhoades

steverhoades commented 1 year ago

Released as v2.6.1. Thanks!