You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call the refreshToken method it doesn't return the id_token even if it's present in the response, does this mean we also need to add them to the Token class?
These methods are in Socialite but Microsoft Provider should override them to handle id_token.
When I call the
refreshToken
method it doesn't return theid_token
even if it's present in the response, does this mean we also need to add them to theToken
class?These methods are in
Socialite
but Microsoft Provider should override them to handleid_token
.https://github.com/laravel/socialite/blob/97db2cc2ddc2cedd99fc0d216aa50f2837fa9220/src/Two/AbstractProvider.php#L349
The text was updated successfully, but these errors were encountered: