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
The main microservice class is MessageAuthMicroservice, but AuthCheckers is more interesting, as it contains the actual auth logic for different services.
- sttp
- cumulocity java-client
- ubirch-token-sdk