IdentityModel / oidc-token-manager

Apache License 2.0
51 stars 36 forks source link

How many times to silent renew execute done? #72

Closed Herowin8x closed 6 years ago

Herowin8x commented 6 years ago

Hi brockallen,

Once silent renew working to get auto signin success, i have try to call resource api to get json data and have an error response(401 Unauthorized).

How many times to silent renew execute done? (ex. 1 second or 2 second)

Herowin8x commented 6 years ago

This issue should closed, i found an prolem, "accessTokenExpiringNotificationTime" i set 4 second, this time seems not enough to create new token and that the reason why i can't call api successfully(401 Unauthorized).

Thanks