Paweł Czyżewski
Results
2
comments of
Paweł Czyżewski
@belerophon @justingreerbbi Hi, did you forgot to implement `AuthorizationCodeInterface` for OpenId and save to storage the `id_token` value, which is set to `null` by default? `public function setAuthorizationCode($code, $client_id, $user_id,...
As a side, @bshaffer if I specify in scope other things, like email it is not included in idToken. Gettting user claims works only in case of `implicit grant` The...