Hello Tom,
Please go to client config in the Keycloak Admin Console and turn off "Force POST
Binding". Does it make any difference?
Cheers,
Dmitry Telegin
CTO, Acutus s.r.o.
Keycloak Consulting and Training
Pod lipami street 339/52, 130 00 Prague 3, Czech Republic
+42 (022) 888-30-71
E-mail: info(a)acutus.pro
On Wed, 2019-01-23 at 09:56 -0800, Tom Barber wrote:
Hi folks,
I have 2 apps, the UI which is authenticated using the Keycloak NodeJS OIDC
connector and provides a user UI login. This works fine.
Then I have a Java based app that is legacy and uses the Spring SAML
connector and when you go to its UI Keycloak also logs you in fine, but
we’re trying to connect to its API without a user having to manually open
its landing page to login.
When you try and use a service on the Java app having authenticated on the
client app you get:
Note: Since your browser does not support JavaScript, you must press the
Continue button once to proceed.
In the javascript console. Both these apps are in the same realm. Is there
anything I’m missing on the Keycloak side I can do to resolve this issue or
do I have to find the Java code and jump in with two feet there?
Thanks
Tom