Files
hawkbit/hawkbit-mgmt/hawkbit-mgmt-resource
Florian BEZANNIER 8d83218dc8 Improve oauth2 (#3014)
* feat: add custom header to oauth2 req

* fix: current.getClass() raise NPE

* fix: use access token instead of id token

* fix: missing dependency

* feat: add oauth2 login from swagger-ui

* docs: update oauth2 configuration
2026-05-11 14:50:47 +03:00
..
2026-05-11 14:50:47 +03:00

Eclipse.IoT hawkBit - Mgmt Resource

This is the server-side implementation of the hawkBit Mgmt API that is used to manage and monitor the HawkBit Update Server via HTTP.

Compile

Build hawkbit-mgmt-resource

$ cd hawkbit/hawkbit-mgmt-resource
$ mvn clean install