You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to missing client_secret in revoke call with service worker approach enabled, revoke calls for access_token & refresh_token fail which results in getting logout not working. When passed customized axios / fetch, it works.
Versions
7.15.4
Screenshots
Not working when:
Working when:
Expected
There should extras options picked up like token_endpoint to pass in revoke_endpoint.
Actual
client_secret is not passed in revoke_endpoints call for access_token & refresh_token