How to setup SQL Developer database connection when remote server uses smartcard authentication

521 Views Asked by At

I connect to my remote server via smartcard authentication using PuTTy-CAC. I am prompted for a pin number everytime I want to connect to my Linux server. Once I am logged in I can access my database via Sqlplus.

I am having trouble setting up the connection in SQL Developer. Is their a way I can get SQL Developer to use my smartcard authentication. I created a SSH tunnel but no luck. I get this error below:

enter image description here

I have tried creating an SSH host and port forward but was unsuccessful.

I can't find any information regarding smartcard authentication for SQL Developer.

0

There are 0 best solutions below