ZAF App not refreshing OKTA token

3 Comentarios

  • Erica Girges
    Zendesk Developer Advocacy
    Hi Daniel, 
     
     
    0
  • Daniel Paredes Arcentales

    Hi Erica, could you please help me? 

     

    I still have the same problem, we have tried some options to discard application cache, however the problem is still there. the only thing we can not verify is the ZAF zendesk proxy, or how to configure to don't allow cache request and refresh token immediately. we have added this options in client.request:

     

     
    and 
     
    const defaultOptions = {
    watchQuery: {
    fetchPolicy:'no-cache',
    errorPolicy:'all',
    },
    query: {
    fetchPolicy:'no-cache',
    errorPolicy:'all',
    },
    mutate: {
    fetchPolicy:'no-cache',
    errorPolicy:'all',
    },
    };
    0
  • Daniel Paredes Arcentales

    Erica Girges

    0

Iniciar sesión para dejar un comentario.

Tecnología de Zendesk