NextGen APIs

Security

When developing a REST API in NextGen Platform it MUST be protected by standard security mechanisms and it MUST be invoked only with proper authentication and authorization.

NextGen Platform provides a standard decoration that MUST be used when developing a new API service:

@AuthenticationRequired

This annotation implies that the decorated API will require an authentication mechanism before executing the underlying code.

To know more about supported authentication methods NextGen APIs - Authentication

To know more about supported authorization methods NextGen APIs - Authorization