Hi, I was configuring social login with google. On the custom login with google, I entered google classroom to the connection scope parameter. The purpose is to have access token to access google classroom api.
In order to obtain the actual access token, you’ll need to make a separate call to the Management API /api/v2/user/{user_id} endpoint. In order to call this endpoint, you’ll need a access token for the management API. You can find more information on this here: