<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Michael,<br>
<br>
No idea if there is other solution, I've never tried SPNEGO with
Internet explorer TBH :(<br>
<br>
Could you please create JIRA for this? <br>
<br>
Thanks,<br>
Marek<br>
<br>
On 22.7.2015 10:07, Michael Gerber wrote:<br>
</div>
<blockquote cite="mid:a6febc48-bac2-440d-9a65-e8a2ff28c399@me.com"
type="cite">
<div>Hi all</div>
<div><br>
</div>
<div>My kerberos configuration works fine with FireFox and Chrome,
but it does not work with IE.</div>
<div>It shows a prompt where the user has to enter a username and
password.</div>
<div><br>
</div>
<div>I can successfully get an access code, but I can not get an
access token, because IE overwrites the Authorization header in
the AJAX request. (see <a moz-do-not-send="true"
href="http://stackoverflow.com/questions/28615850/internet-explorer-11-replaces-authorization-header">http://stackoverflow.com/questions/28615850/internet-explorer-11-replaces-authorization-header</a>)</div>
<div><br>
</div>
<div>I can fix this by adding </div>
<div>document.execCommand('ClearAuthenticationCache', 'false');</div>
<div>above of </div>
<div>var req = new XMLHttpRequest();</div>
<div>approximately at the line 374 in the keycloack.js file.</div>
<div><br>
</div>
<div>Is there another solution for this problem?</div>
<div><br>
</div>
<div>cheers</div>
<div>Michael</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a></pre>
</blockquote>
<br>
</body>
</html>