Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add support for client certificate authentication for REST APIs #38785

Open
1 task done
petkivim opened this issue Jan 21, 2025 · 0 comments
Open
1 task done
Assignees
Labels
Enhancement New feature or request Integrations Product Issues related to a specific integration Query & JS Pod Issues related to the query & JS Pod REST API plugin REST API plugin related issues

Comments

@petkivim
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Client certificate authentication is a mutual certificate based authentication, where the client provides its client certificate to the server to prove its identity. Client certificate is a digital certificate which confirms to the X.509 specification.

Some REST APIs require client certificate authentication. Therefore, it should be possible to upload a client certificate to Appsmith and enable it for specific integrations. In this way, Appsmith will use the client certificate when establishing a connection to integrations as a client. Also, different integrations should support using different client certificates. A client certificate is usually protected with a password and loaded onto a client application (usually as PKCS12 files with the .p12, .pfx, .pem extension).

Why should this be worked on?

Connecting to REST APIs that require client certificate authentication is not possible without the support (or it requires an additional proxy between Appsmith and the API). For example, using Appsmith as a client for services that are available over X-Road® requires support for client certificate authentication.

@petkivim petkivim added the Enhancement New feature or request label Jan 21, 2025
@Nikhil-Nandagopal Nikhil-Nandagopal added the REST API plugin REST API plugin related issues label Jan 21, 2025
@github-actions github-actions bot added Integrations Product Issues related to a specific integration Query & JS Pod Issues related to the query & JS Pod labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Integrations Product Issues related to a specific integration Query & JS Pod Issues related to the query & JS Pod REST API plugin REST API plugin related issues
Projects
None yet
Development

No branches or pull requests

4 participants