-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Error #1
Comments
Your client setup in keycloak needs to have:
I can detail more what to do if you want. |
I tried setting the scope and service account, and a few more configs. It still didn't work. Updated original post (since 403 stopped coming somehow) Do you have a sample demo project? or a sample configuration for keycloak |
Can you show me the logs from keycloak? |
sure will post them. |
I will shortly update the original post will all my configuration again (instead of two comments) Flowable Logs
Keycloak Logs: Nothing getting logged. |
I have updated original post with the latest configs #1 (comment) |
I'll make a sample project from https://github.com/flowable/flowable-engine/tree/master/modules/flowable-ui-modeler. But it will take some time. Maybe next week. Sorry. |
Ok thank you. does my current configs looks fine? |
Yes, it looks fine. Maybe there's something missing in the |
Ok thanks |
@srinathganesh1 can you checkout this commit: premium-minds/flowable-keycloak-example@69dda8c This example is working for |
Thanks a lot. I will try it out.
…On Mon, 6 Apr, 2020, 20:21 André Camilo, ***@***.***> wrote:
@srinathganesh1 <https://github.com/srinathganesh1> can you checkout this
commit: ***@***.***
<premium-minds/flowable-keycloak-example@69dda8c>
This example is working for flowable-ui-modeler
|
@ajcamilo @srinathganesh1 Is this issue fixed? |
@krishnakumar-ls I've only did the modifications in the project flowable-ui-modeler, but if you need for the other projects, just do the same changes from this commit: premium-minds/flowable-keycloak-example@69dda8c? |
@ajcamilo I did the changes in flowable-task project as per this commit premium-minds/flowable-keycloak-example@69dda8c |
I'll try to get some time in the weekend to check that out, ok? |
@ajcamilo Sure. |
@krishnakumar-ls what is the version of flowable you are using? |
@ajcamilo I'm using Flowable 6.5.0 |
@ajcamilo Got 404 error for the URL 'http://localhost:8080/flowable-task/' after redirect from keycloak auth server. |
Sorry for the delay @krishnakumar-ls Checkout the new version of premium-minds/flowable-keycloak-example@9d1314a Now flowable-task uses keycloak authentication. |
@ajcamilo Thank you! I will try this checkout premium-minds/flowable-keycloak-example@9d1314a |
add the following to the
|
@srinathganesh1 hi, have you solved your problem? |
@ajcamilo hi, I have a problem , when I run flowable-ui-modeler project there is an error in the program,can you tell me the reason? thank you . Caused by: java.lang.ClassNotFoundException: com.premiumminds.flowable.conf.KeycloakProperties Process finished with exit code 0 |
@Sanlisi, did you check this out? https://github.com/premium-minds/flowable-keycloak-example You can see this commit premium-minds/flowable-keycloak-example@69dda8c |
@ajcamilo hi, yesterday’s problem has been solved, but when I access: "localhost:8888/flowable-modeler",the following error occurred,Whitelabel Error Page
|
@Sanlisi This exception is raised due to user permission issue. You have to add client service account roles by click client -> select 'Service Account Roles' tab -> Add client roles |
@krishnakumar-ls @ajcamilo Sorry, I tried your method, but it still doesn’t work,so can you give me a complete images of Can you give me your email? thank you very much |
@Sanlisi the |
@ajcamilo @srinathganesh1 hi , according to your prompt, yesterday’s problem has been solved, but I encountered a new problem,when I visit the page:http://localhost:8888/flowable-modeler, as if the page has been refreshing,Why is that? |
Sorry to jump the topic in a different direction (still related to keycloak SSO) I have not personally tried it, but based on release notes it seems latest flowable has built in keycloak support
|
@srinathganesh1 @ajcamilo the problem has been solved,I use the 6.6 version,Ref: https://blog.flowable.org/2020/10/12/flowable-6-6-0-release/ ,thank you very much |
Updated with latest status (removed some irreverent things):
modules/flowable-ui-modeler/flowable-ui-modeler-conf/src/main/java/org/flowable/ui/modeler/conf/SecurityConfiguration.java
(I was not able to directly replace the class name, since new class name had one extra parameter)
modules/flowable-ui-modeler/flowable-ui-modeler-app/src/main/resources/flowable-default.properties
User Permission
Service Account
I had to add view-users from the auto generated master-realm to do away with token error
Error after signin (there are no logs generated for this in flowable and keycloak)
The text was updated successfully, but these errors were encountered: