eclipse-hawkbit / hawkbit-extensions

Eclipse Public License 2.0
20 stars 30 forks source link

Sign out with hawkBit-UAA #1

Closed subhadippramanik closed 4 years ago

subhadippramanik commented 6 years ago

Hello,

I have integrated hawkBit with UAA using the extension. So far things are going good except the logout. On logout, it sends request to /UI/logout and then routes to /UI/login/#, which ideally should be /uaalogin. So far followed exactly what mentioned in the readme from the extension, but no idea how to solve this. Please suggest me how to solve this issue.

Possible solution:

Problem doing this locally is the code base doesn't compile on eclipse. The module hawkbit-repository-jpa fails to compile. Thanks