You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by virs <ap...@gmail.com> on 2017/05/12 14:16:48 UTC

Ignite Authentication using .Net C# client.

Hi,

I am trying to implement authentication from .Net/C# client but could not
find any straight forward way to do that. Though Java api provides method
like setSecurityCredentialsProvider for ignite configuration. It seems its
not there for .Net API.

It will be really helpfull if someone can please point me to any sample
implementation or article for .Net Client implementation for authentication.

Thanks.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Authentication-using-Net-C-client-tp12666.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite Authentication using .Net C# client.

Posted by Pavel Tupitsyn <pt...@apache.org>.
Hi, this can be done by implementing security in Java and setting it up via
Spring config xml
and IgniteConfiguration.SpringConfigUrl in .NET.

There is no direct support yet.

On Fri, May 12, 2017 at 5:16 PM, virs <ap...@gmail.com> wrote:

> Hi,
>
> I am trying to implement authentication from .Net/C# client but could not
> find any straight forward way to do that. Though Java api provides method
> like setSecurityCredentialsProvider for ignite configuration. It seems its
> not there for .Net API.
>
> It will be really helpfull if someone can please point me to any sample
> implementation or article for .Net Client implementation for
> authentication.
>
> Thanks.
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Ignite-Authentication-using-Net-C-client-tp12666.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>