[keycloak-user] CORS support

Alessandro Meyer alessandro.meyer at gmail.com
Tue Jan 9 01:11:31 EST 2018


Maybe a little to easy - it doesn't work for my cases at least. Especially
considering Keycloak is capable on its own to do it, but very few seem to
know how? http://lists.jboss.org/pipermail/keycloak-user/2018-
January/012680.html

On Tue, Jan 9, 2018 at 7:00 AM, Tero Ahonen <tahonen at redhat.com> wrote:

> Totally true, yet easy to get working.
>
> .t
>
> On Mon, 8 Jan 2018 at 23.50, Alessandro Meyer <alessandro.meyer at gmail.com>
> wrote:
>
>> That's a very naive approach - and is not capable of preflight handling
>> and neither flexible origin header-setting, just like the last comment says
>> on the link.
>>
>> On Mon, Jan 8, 2018 at 6:43 PM, Tero Ahonen <tahonen at redhat.com> wrote:
>>
>>> If you’re running keycloak on Wildfly, you can use undertow subsystem
>>> filter to write CORS headers to all request. Something like in this post
>>>
>>> https://forum.camunda.org/t/enable-cors-on-wildfly/673
>>>
>>>
>>> .t
>>>
>>> > On 8 Jan 2018, at 15.54, Kevin Price <kevprice at redhat.com> wrote:
>>> >
>>> > Hi everyone,
>>> >
>>> > I’m on the support team with the 3scale product and I’m currently
>>> writing a JS client for our Developer Portal to be used with RH SSO & our
>>> interactive documentation tool. So I have a question around supporting CORS
>>> on the keycloak server.
>>> >
>>> > I’m currently just running my key cloak instance as a native Java app
>>> server, is there any way to configure CORS either on the server level or
>>> realm level? Typically users would log into the portal to test their own
>>> application (client) credentials via the Swagger specification, however,
>>> this means every individual application stored in the Keycloak server needs
>>> to have the Web Origins field configured to allow requests from the
>>> developer portal domain. I would prefer to avoid this additional
>>> configuration.
>>> >
>>> > Apologies in advance if this is already covered in your documentation
>>> but I did take a look and I couldn’t find anything relevant.
>>> >
>>> > Appreciate any help on this.
>>> >
>>> > Regards,
>>> >
>>> > Kevin Price
>>> > _______________________________________________
>>> > keycloak-user mailing list
>>> > keycloak-user at lists.jboss.org
>>> > https://lists.jboss.org/mailman/listinfo/keycloak-user
>>>
>>> _______________________________________________
>>> keycloak-user mailing list
>>> keycloak-user at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/keycloak-user
>>>
>>
>>


More information about the keycloak-user mailing list