How do I get the access token provided from cognito when authenticating with OIDC back channel type

Hi there, I’m logging in with react auth0 @auth0/auth0-react library. When I log in through OpenID Connect to my AWS Cognito user pool client and then do getAccessTokenSilently() I get an Auth0 generated access token, but can’t seem to find the token provided by Cognito.

How can I get the access token provided by Cognito?

1 Like