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

Add support for client certificate authentication #15410

Open
petkivim opened this issue Jan 21, 2025 · 1 comment
Open

Add support for client certificate authentication #15410

petkivim opened this issue Jan 21, 2025 · 1 comment
Labels
bb-rest enhancement New feature or request

Comments

@petkivim
Copy link

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 and SOAP web services require client certificate authentication. Therefore, it should be possible to upload a client certificate to Budibase and enable it for specific integrations. In this way, Budibase 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).

@petkivim petkivim added the enhancement New feature or request label Jan 21, 2025
Copy link

linear bot commented Jan 21, 2025

@ConorWebb96 ConorWebb96 added the bb-rest label Jan 21, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb-rest enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants