Authentication for Integration APIs
The Integration API project supports authentications utilizing a Bearer Token, such as OAuth 2.0.
Bearer Token is sent in the request’s headers, specifically in the Authorization header. To know more please refer to the official documentation: https://swagger.io/docs/specification/v3_0/authentication/bearer-authentication/.
To authenticate and correctly invoke an Integration API, it is essential to first comprehend the deployment strategy for your Integration APIs project.
Integration APIs embedded into your project (Maven)
Supported authentication mechanism: [WIP] Bearer Token Authentication
Related information
-
How to configure: https://overit-spa.atlassian.net/wiki/x/4wBJHRg
-
https://swagger.io/docs/specification/v3_0/authentication/bearer-authentication/
Integration APIs deployed as a standalone application
Supported authentication mechanisms: