Closed michael-batz closed 5 years ago
The AuthenticationProviderOpenNMS provides user authentication against the OpenNMS REST API. It creates an HTTP call with basic authentication and returns true, if an HTTP-200 will be received. This could be a more generic AuthenticationProvider.
Implementation done. Also implemented a small filter to allow only specific usernames.
Documentation updated.
The AuthenticationProviderOpenNMS provides user authentication against the OpenNMS REST API. It creates an HTTP call with basic authentication and returns true, if an HTTP-200 will be received. This could be a more generic AuthenticationProvider.