Access - RHMAccounting/spring-allacc GitHub Wiki
This service is here to define user access rights and related employees (other users) - A direct access to the API of the OAuth2 identification and access service will occur here.
In case a user wishes to get access to an optional service or a paid one, parameters will be set via this service.
Again here, there is no IDE interface to interact directly with the functionalities, An API will be maintained.
Here is the default mecanism of authentication highlighting the user management service.
Let's see the classes involved within the access management micro service.
This micro service will run on its own with a dedicated relational database such as PostGresql, Oracle or Mysql.
We review here the different way to access the service from the outside...
Swagger2 url.