[ 
https://issues.apache.org/jira/browse/IGNITE-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov updated IGNITE-8721:
------------------------------------
    Description: 
See 
{{org.apache.ignite.internal.processors.platform.client.ClientConnectionContext#initializeFromHandshake}}:
{code}
if (kernalCtx.security().enabled())
    authCtx = thirdPartyAuthentication(user, pwd).authorizationContext();
else if (kernalCtx.authentication().enabled()) {
    // Our own authentication.
}
{code}

But we do not have the same check for 

> Third-party security is not integrated with JDBC and ODBC handlers (thin)
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-8721
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8721
>             Project: Ignite
>          Issue Type: Task
>          Components: jdbc, odbc, security
>    Affects Versions: 2.5
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Major
>             Fix For: 2.6
>
>
> See 
> {{org.apache.ignite.internal.processors.platform.client.ClientConnectionContext#initializeFromHandshake}}:
> {code}
> if (kernalCtx.security().enabled())
>     authCtx = thirdPartyAuthentication(user, pwd).authorizationContext();
> else if (kernalCtx.authentication().enabled()) {
>     // Our own authentication.
> }
> {code}
> But we do not have the same check for 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to