Kogito Management Console 10.2.0 connecting to spring boot compact architecture app

62 views
Skip to first unread message

Scott Gute

unread,
Jun 4, 2026, 11:06:49 AMJun 4
to Kogito development mailing list
I have created a spring boot compact architecture app using Kogito 10.2.0. I am trying to use the management console to connect to it, but can't seem to get it to work. I have verified that I am able to query the graphql endpoint via insomnia to the spring boot app, and that the security is all configured correctly on that end. I believe the problem is the management console is going after oidc at /q/oidc/.well-known/openid-configuration, which the spring boot app doesn't have. Is there any way to change that in the management console in my docker composer?

Scott Gute

unread,
Jul 23, 2026, 8:57:58 AMJul 23
to Kogito development mailing list
Is there any way to get the kogito management console to connect to a spring boot app? I can't seem to get it to work as it is always requesting /q/oidc/.well-known/openid-configuration.

Thiago Lugli

unread,
Jul 27, 2026, 4:42:56 AMJul 27
to Kogito development mailing list
Hello!

Is your Kogito application secured (does it require a token from an Identity Provider)?
The Management Console will always make requests to /q/oidc/.well-known/openid-configuration, but it fails silently if that endpoint is not found and assumes that your Kogito app is not secured. So that's probably not the issue.
Can you check the browser console for more error messages? It's possible that Management Console requests are being blocked by CORS.

Scott Gute

unread,
Jul 27, 2026, 7:12:28 AMJul 27
to Kogito development mailing list
Yes, my Kogito application is secured, but it is a spring boot application. Is there any way to configured the management console to look for something other than /q/oidc/.well-knowo/openid-configuration?

Alberto Lerda

unread,
Jul 27, 2026, 9:55:13 AMJul 27
to Kogito development mailing list
I got around the issue by adding a Controller for /q/oidc/.well-known/openid-configuration on the kogito process that makes a http redirect to the /.well-known/openid-configuration of my IdP.
The result is that the management console sees the openid-configuration of the IdP and treat it as if you had talked to it directly.
Reply all
Reply to author
Forward
0 new messages