I'm integrating identity server with my angular 6 app. I have an issue with angular-oauth2-oidc
library which throws me an error about not a valid token, which is valid when I'm checking it by using hasValidAccessToken
function then return me true
value. Console shows me different status.
public isValidAccessToken() {
return this.oauthService.hasValidAccessToken();
}