I keep getting an IdentityProviderException: Bad Request here:
// Try to get an access token (using the authorization code grant)
$token = $provider->getAccessToken('authorization_code', [
'code' => $_GET['code']
]);
Code is exactly copied from the example.