Get third party IDP access token from user profile using Management API in Authorization login flow

We have OpenID configuration in our IDP. We have created OpenID connation in Enterprise authentication. We have create new application and point to newly create OpenID connection.
We define a login rule where we use Management API of get user by id to get access token from user profile after authorization flow with the scope of oidc and profile. But we could not get access token value from user profile.

Do i need to check to my IDP configuration to pass access token in user profile or is there any setting in Auth0 tenant which i miss.

Please guild me on this.