Identity access token is not populated after login with google social

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.

However after login, I checked my user raw json and I didn’t find the access token value there.

What is the step to get access token value for my user?

Hi there @ia.nainggolan welcome to the community!

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:

Hope this helps!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.