- Support refresh tokens without returning an id_token in the refresh
- run silent renew using only the access token
- id_token only has to be valid on the first authentication
- add support to disable id_token validation completely, not recommended
- Renamed
enableIdTokenExpiredValidationInRenewtotriggerRefreshWhenIdTokenExpired - Added
disableIdTokenValidationparameter in config logoff()possible now withPOSTrequest- removed deprecated
isLoading$property
Docs:
https://angular-auth-oidc-client.com/docs/documentation/silent-renew
https://angular-auth-oidc-client.com/docs/documentation/configuration