Replies: 3 comments
-
Hi I’ll lable this issue as enhancement, maybe we add this some day. |
Beta Was this translation helpful? Give feedback.
-
Thank you for looking into this issue. I hoped for a configuration property I missed to get the gui to work. It would be great if this enhancement was added. |
Beta Was this translation helpful? Give feedback.
-
The GUI uses Vaadin and Vaadin has some special whistles for Spring Security... so there could be a minimal way for getting user credentials and checking them against any particular security backend... but someone needs to make the first step for the implementation |
Beta Was this translation helpful? Give feedback.
-
I use EclipseStore's clientGui with a secured route via Spring-Security. After disabling CSRF for the client route, the client's UI is shown. But when connecting to the default instance, an error is shown, stating it's unable to connect to the REST service:
Security config
Github project
To help isolate the issue, I created a minimal reproducible sample project:
https://github.com/krabat/spr-sec-proto2
.
Beta Was this translation helpful? Give feedback.
All reactions