sijms / go-ora

Pure go oracle client
MIT License
767 stars 168 forks source link

OCI IAM Token Authentication support in ADB #530

Open vinit-ramon opened 3 months ago

vinit-ramon commented 3 months ago

Hello everyone,

Can you please let me know if go-ora supports OCI IAM Token based authentication for oracle ADB ?

I am trying to add the configuration for OCI_TOKEN in JDBC String, but go-ora is not able to connect the db using it. I am adding the reference for the method of Token based authentication.

Ref:- https://docs.oracle.com/en/database/oracle/oracle-database/19/jjdbc/client-side-security.html#GUID-62AD3F23-21B5-49D3-8325-313267444ADD

Please let me know, if it is possible to connect to the ADB using any of the method under OCI IAM Token based auth, mentioned in the above doc.

Thank you

sijms commented 3 months ago

still not supported