ivanthalim
3 years agoOccasional Visitor
Mutual TLS Authentication Support
Hi SwaggerHub,
I'm using Swagger UI to document my APIs, and I'm trying to setup mutual TLS authentication to my APIs.
With mutual TLS authentication, you need to provide the key and certificate file as part of the request.
curl --key my_client.key --cert my_client.pem https://api.yourdomain.com
The problem is that there's no way to incorporate this in the "Try it out" feature in Swagger UI.
Is there a plan to add this feature to Swagger UI or do you know of any workaround to this problem?
I really appreciate it if you can help me with this. Thank you!