Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Login failed with Internet Explorer; ReferenceError: "Symbol" ist undefiniert #282

Closed
WilfriedWeidner opened this issue Mar 8, 2017 · 2 comments

Comments

@WilfriedWeidner
Copy link

Hello,

we use an Angular 2 application with the oidc-client and login into a indentityServer 4. (VS2015, ASP.NET core)
If we test the application with the browser Firefox (51.0.1) and Chrome (56.0.2924.87) it works fine.
With an Internet Explorer (11.0.9600.18538) we get an error: "ReferenceError: "Symbol" ist undefiniert"

I have attach a minimal example were you can reproduce this error.
It is an example created with the yo tool (1.8.5) with minor changes.

With the example you get the following behavior:

  1. If you start the application you find a "Login"-Link on the Home-page.
  2. After Login you will be Redirect to page "/callback"

after the redirectCallback is finished

  • Firefox and Chrome: you get displayed the loggen in user name.
  • Internet Explorer you get the error message: ReferenceError: "Symbol" ist undefiniert

Do you have any idea why the Internet Explorer get an ReferenceError?

best regards,

Wilfried


I have describe the steps to create the test @leastprivilege @roject from scratch in
IE_login_error_changes.txt

and a ziped test project in
IE_login_error.zip
(You must only change the login parameter to your environment.)

@brockallen
Copy link
Member

Possibly the issue? #279 (comment)

@WilfriedWeidner
Copy link
Author

WilfriedWeidner commented Mar 9, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants