Yes. You will receive the token on authentication not autorization, then you will use the token to authorize actions.
Since it is a Strapi token it does not make sense to use the token directly with the provider, Strapi must validate the action using its own logic. If you want you can apply your own logic by customizing the JWT validation function.