opensearch-project / sql-jdbc

This is the driver for JDBC connectivity to a cluster running with OpenSearch SQL support.
Apache License 2.0
14 stars 25 forks source link

Preemptive Authentication POC #111

Open acarbonetto opened 1 year ago

acarbonetto commented 1 year ago

Description

Created a new driver connection property to set preemptive authentication to work with SAML authentication. Authentication is set to non-preemptive by default and can be changed by setting usePreemptiveAuth to true.

Issues Resolved

https://github.com/opensearch-project/sql-jdbc/issues/28

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.