Scott Gute
unread,Jun 4, 2026, 11:06:49 AM (3 days ago) Jun 4Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?