How can I get id_token using refresh_token?

Hello,

I have chrome extension which is using Auth0Chrome. I authorize users using following command and options;

let options = {
      scope: "openid profile email offline_access",
      device: "chrome-extension"
    };

    new Auth0Chrome(config.auth0.domain, config.auth0.clientID)
      .authenticate(options)

And I’ts returning idtoken and refresh token.

When I try to renew id token using refresh token, I only get access_token, not id_token.

I’ve tried to enable OIDC, but it didnt work too.

How can I renew id token using refresh token?

1 Like

Hi there @mohamed.turco, I apologize for the delay in response.

I would like to gather more data in regards to your browser versioning. There has been a number of updates to the chrome extension and chrome since this issue was initially reported. If you are still battling this challenge I am happy to help and will keep the topic open for ten days just in case we can still make traction on this issue. Thanks!

https://github.com/auth0-community/auth0-chrome

1 Like

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