Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 625 Bytes

Niomon Auth Microservice

Niomon authorization microservice. It delegates the credentials to some other service to check if the request is authorized. The services currently include:

  • cumulocity
  • ubirch-internal keycloak
  • ubirch-token manager

Development

The main microservice class is MessageAuthMicroservice, but AuthCheckers is more interesting, as it contains the actual auth logic for different services.

Core Libraries

  • sttp
  • cumulocity java-client
  • ubirch-token-sdk