Oidc-client-js: v1.5.0 Introduces breaking change in Internet Explorer 11

Created on 7 Jun 2018  路  4Comments  路  Source: IdentityModel/oidc-client-js

When attempting to run an application that is using oidc-client 1.4.1, everything is fine, but upon updating this to 1.5.0, the application fails to initialise and gives the following error in the console of IE:
SCRIPT1003: Expected ':'
File: vendor.bundle.js, Line: 2841, Column: 1
And in vendor.bundle.js:2841 (eval() on src/Log.js), I get Expected ':'.
Reverting to 1.4.1 removes the issue.

I can't see any recent changes in Log.js that might have caused this, so I'm hoping someone else might know a bit more.

question

Most helpful comment

I don't think it was quite released.

Just yesterday :)

All 4 comments

I had this issue too, it seems to have been resolved in 1.5.1

@slug56 test with 1.5.1 for me and see if you still have it? Thanks.

Yes, you're right - it seems to be resolved in 1.5.1. I wish I tried that at the time, though I don't think it was quite released.

I don't think it was quite released.

Just yesterday :)

Was this page helpful?
0 / 5 - 0 ratings