OAuth problems with Cockpit after update to 7.14

Hi folks,

I created a repo to demonstrate the bug.

It turns out that the new Cockpit implementation redirects to Camunda Webapp login as soon as the user profile request to /profile returns 404. This behaviour changed from 7.13, in that the 404 user profile response was simply ignored.

So a workaround for this bug is to provide a user profile extracted from the OAuth2 token. I implemented a simple solution in

which can be used until fixed.

Cheers,

Simon

3 Likes