So, the problem isn't that kerberos doesn't work, its that code to token
doesn't work (neither does bearer)?
On 7/22/2015 4:07 AM, Michael Gerber wrote:Hi allMy kerberos configuration works fine with FireFox and Chrome, but itdoes not work with IE.It shows a prompt where the user has to enter a username and password.I can successfully get an access code, but I can not get an accesstoken, because IE overwrites the Authorization header in the AJAXrequest. (seehttp://stackoverflow.com/questions/28615850/internet-explorer-11-replaces-authorization-header)I can fix this by addingdocument.execCommand('ClearAuthenticationCache', 'false');above ofvar req = new XMLHttpRequest();approximately at the line 374 in the keycloack.js file.Is there another solution for this problem?cheersMichael_______________________________________________keycloak-dev mailing listkeycloak-dev@lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-dev
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
_______________________________________________
keycloak-dev mailing list
keycloak-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-dev