Closed mbelfer closed 6 years ago
I have a feeling there are many things that won't work in IE9. I can take a look when I get some time. You can do some investigation in the meantime.
thank you Brock,
there are 2 problems to do with that
once I resolved the above mentioned - I am getting
"Unhandled promise rejectionError: Access is denied.".
IE9 does not support CORS but I was under impression by reading other posts that this should be working, but at the same time based on your response I am not sure if it should ;~)
Please advise
Thank you Mark
This repo is retired. use https://github.com/IdentityModel/oidc-client-js/ instead.
Hi,
I am using oidc-client.js and all was good until one of the users reported problem with IE9.
when issuing a call to:
var mgr = new Oidc.UserManager(settings);
I get:
Thank you
Mark