Hi!
Has anyone encountered any problems with a JavaScript client running on Internet Explorer?
It seems that IE applies some restrictions regarding <iframe /> and cookies. Unless the Keycloak server in question returns a P3P header, IE does not allow any cookies to be set by Keycloak inside the <iframe> on a JavaScript client.
Here's Microsoft's blog post regarding the issue:
If I have understood correctly IE doesn't really care about the header's value as long as it has been set. For example Google returns:
What do you think, should Wildfly in the Keycloak distribution add the P3P header by default?
Best regards,
Thomas