Oidc-client-js: Is the 'addAccessTokenExpired' event triggered before or after silent renew?

Created on 9 Jul 2017  路  2Comments  路  Source: IdentityModel/oidc-client-js

Is 'addAccessTokenExpired' triggered after silent renew?

If not can an event be added 'addSilentRenewSuccess', passing in the new access token perhaps?

question

Most helpful comment

Is 'addAccessTokenExpired' triggered after silent renew?

It should and does it all the projects I work on.

If not can an event be added 'addSilentRenewSuccess', passing in the new access token perhaps?

The userLoaded event fires when the user has been updated.

All 2 comments

Is 'addAccessTokenExpired' triggered after silent renew?

It should and does it all the projects I work on.

If not can an event be added 'addSilentRenewSuccess', passing in the new access token perhaps?

The userLoaded event fires when the user has been updated.

Brilliant thank you @brockallen

Was this page helpful?
0 / 5 - 0 ratings