SSO Camunda + Admin registration

I have successfully implemented SSO for Camunda via ContainerBasedAuthenticationFilter which is showing here.
And all was good, after the authentication process, I passed to welcome page with logged in user.


But after few days I’ve got new welcome URL http://localhost:8080/app/admin/default/setup/#/setup and it’s not a welcome page.

I did not get what’s the problem.

any ideas?

Best regards,
Roman.

I didn’t get why, but I found that SSO works only in case, when the system has user with admin role.

Workaround: I Added in application.properties camunda admin user and all works fine.

UPD: adding default user-admin - required by Camunda.

1 Like