skip to Main Content

Nginx – Keycloak clustering

For High availability and performance improvement, we wanted to setup keycloak in multiple instances. As i had referred blogs and got to know the configuration has to be done in below files: In conf/keycloak.conf # Basic settings for running in…

VIEW QUESTION

Nginx – No 'Access-Control-Allow-Origin' header is present on the requested resource in Keycloak 21

I'm trying to configure React app to work with Keycloak 21 and Spring Boot gateway. When I open remotely hosted React page and page a GET request I get error into browser: Access to XMLHttpRequest at 'https://ip/realms/admin_console_realm/protocol/openid-connect/auth?response_type=code&client_id=admin_console_client&scope=openid&state=ze9ujRxcOaI9PhgKXozIsGd0VDCnjXSF9-u_t_8bXA0%3D&redirect_uri=http://ip/login/oauth2/code/keycloak&nonce=O9rOLQ0HH-eHZFi76hW08w2r3aCmn2Enm8df68HQvBA' (redirected from 'https://ip/api/microservice/dashboard/test')…

VIEW QUESTION
Back To Top
Search