STRAPI v 3.6.2
the JWT token obtained by using function auth.getToken(), doesn’t seems to be correct one, as same token is being used in Headers Authorization when calling /admin/renew-token api using request method from ‘strapi-helper-plugin’.
Note: this is working fine in local, but not on production.
We are using okta as SSO, which after authentication , we makes call to /admin/login to set the token in sessionStorage created by strapi.