Re: Keycloak login issue - incorrect /_token call to non-existent backend server

2021-10-17 Thread Francis Daly
On Sun, Oct 17, 2021 at 09:21:03AM +0200, Jernej Vodopivec wrote: Hi there, I don't know about Keycloak; and I don't have the answer to your question; but I can see one thing that might not be doing what you expect: > 1. Application: https://app.domain.com > Application is running on backend

Keycloak login issue - incorrect /_token call to non-existent backend server

2021-10-17 Thread Jernej Vodopivec
Hi, after successful login on Keycloak webpage the user is not redirected to real backend service. The event log shows request to non-existent backend server (127.0.0.1) using malformed scheme (HTTPS with port 80). https://127.0.0.1:80/auth/realms/master/protocol/openid-connect/token;

Keycloak login issue - incorrect /_token call to non-existent backend server

2021-10-17 Thread Jernej Vodopivec
Hi, after successful login on Keycloak webpage the user is not redirected to real backend service. The event log shows request to non-existent backend server (127.0.0.1) using malformed scheme (HTTPS with port 80).