Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We had the same problem. It was solved, when we configured the correct clientSecret. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
hi,
I have a simple web test application that displays just some pictures and text on an HTML page. I created a Docker image of it and set it in the appDefinition, configuring both the demoApplication name and landingPage appDefinition.
However, I encountered a strange problem:
When I set keycloak.enable to false, I can successfully launch my web app
But when I set keycloak.enable to true, I consistently get the following error:
Does this mean when using Keycloak and OAuth2-proxy for launching, the app definition must be Theia-based? What is the key configuration needed to resolve this forbidden access issue?
Beta Was this translation helpful? Give feedback.
All reactions