I am using angular-auth-oidc-client version 10.0.2 in my angular 9 project. Everything works fine on chrome however,
If i turn the silent renew off using silent_renew:false
and remove the silent_renew_url
, the application works fine on IE
But if i turn the silent renew on using silent_renew:true
and specify the silent_renew_url: this.originUrl+'/silent-renew.html'
, the application loads a blank page on IE with the following error in console: ERROR TypeError: Object doesn't support this action
Any help would be appreciated