We are attempting to handle our own token renewal. For the most part, when we receive the EVENT_EXPIRED (‘expired’) event, we are able to then call tokenManager.renew(‘accessToken’). However, it seems like for a lot of users this event is sometimes getting triggered well after the token expired. In these cases the “renew” fails with an error “The client specified not to prompt, but the user is not logged in”. Has this been investigated before?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.