question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hello-keycloak example does not run on Mircrosoft Edge

See original GitHub issue

Hello,

If you just run the hello-keycloak example, you will realize that is does not work on Microsoft Edge, It makes the redirect to the keycloak server to authentication but when it returns, nothing happens.

I think that there is something with the Promise support…

How to setup babel to proper work with vue-keycloak?

thanks for all the help

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
h3nr1kecommented, Jun 18, 2020

@nlien thanks a lot for your time and dedication on this project

Now that we have a work around, just update edge browser, I think we can handle it.

its good to keep in record for future web searches =)

once again, thanks a lot…

1reaction
nliencommented, Jun 15, 2020

Unfortunately, I am not in the position to test, reproduce and possibly fix this issue (I switched work). I’m not so sure this is about Promise support… AFAIK, Edge supports native Promises. IE however, not so much.

You can try to disable the checkLoginIframe. Something of a blindshot, but it has helped me before…Set the option checkLoginIframe: false in the options passed to the init method: https://www.keycloak.org/docs/latest/securing_apps/index.html#session-status-iframe

Read more comments on GitHub >

github_iconTop Results From Across the Web

Initialization error after login on Microsoft Edge #93 - GitHub
On trying to debug with Edge the 'token' request comes through without information. My thinking is that Angular isn't properly initialised ...
Read more >
Keycloak - Microsoft Edge prevents successful authentication ...
Open Microsoft Edge ; Open the developer tools > Network tab and ensure the logs are not cleared on navigate. Visit any page...
Read more >
Server Administration Guide - Keycloak
Keycloak is a single sign on solution for web apps and RESTful web services. The goal of Keycloak is to make security simple...
Read more >
Third party oidc authentication with SPSE failed
This work-around simply makes Keycloak behave like ADFS and Azure AD. If point 1 is fixed, then the work-around is no longer needed...
Read more >
The reply URL specified in the request does not match the ...
Hi Sanjeet Singh,. As you said cleared my cache and once again checked the URLs and both are same and I am running...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found