Our microservice is somewhat vulnerable because anyone with the address and port can access it. To resolve this issue, we can include authentication, making our microservice more secure.
Security
Authentication processes
Authentication is the process by which RAD Server requires your client applications to provide some identification beforehand to allow them to access their endpoints. By default, RAD Server comes with these settings disabled, just to facilitate the development and testing of the platform. However, in our case, we need to insert an authentication and that can be done in two ways:
- Application-level authentication
- Authentication at the user level