Introduction Using curl and jQuery.ajax to access an authenticated API with html forms to sign up, sign in, and sign out of an API. We'll also change our passwords. The API uses Token authentication ...
I have an issue with OIDC and the refresh token. Every time the access token expired or removed by logout path, we need to do hard refresh to obtain the new access token. Is it the expected behaviour?