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.
[ ] All tests pass, including unit test, integration test and doctest
[ ] New functionality has been documented.
[ ] New functionality has javadoc added
[ ] New functionality has user manual doc added
[ ] Commits are signed per the DCO using --signoff
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.
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
totrue
.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.