Ask a Question related to ASP.NET Security, Design and Development.
-
poz #1
Webapplication Login and RSA API
Hallo,
wie have an RSA ACE Server.
I must implement RSA check by loging into webapplication (ASP.NET) .
which api (and which RSA Agent) should I get?
Or I should write an RSA-Agent?
Thanks
poz Guest
-
webservice application webapplication
I have got a webapplication developed using asp.net ,and a web service application developed using asp.net running on the same server... -
calling ADSI objects from WebApplication
Hello, I got this weird problem. I have an intranet application that needs to communicate with Active directory. Authentication to Web application... -
webapplication with SQL-server
Hi, I'm new to ASP. Currently I'm planning to develop a web application for my company. I want to use ASP for the application and use SQL-server... -
convert to dll in vb.net (webapplication)
Hello I need to know which files in .net framework could help me make dll files, I make a library class project and I want to convert it to dll to... -
Can Mutiple webapplication - use same session ?
Dear all, Pls help me to do : How to share session value between 2 different webapplication I am using sqlserver to store session Both the... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Webapplication Login and RSA API
You will need to use Forms Authentication and write a provider that talks to
the ACE server for authentication. I've seen a few posted examples of .NET
ACE client wrappers that other people have written, so a Google search will
probably turn that up. You shouldn't need to write your own.
Note also that in order to be "ACE compliant", your UI needs to support PIN
changes and next token mode. This is a little more complex than just a
standard "username/passcode" interface.
Joe K.
"poz" <ikosianski@gmx.net> wrote in message
news:a3b6adc2.0504260904.73707a76@posting.google.c om...> Hallo,
> wie have an RSA ACE Server.
> I must implement RSA check by loging into webapplication (ASP.NET) .
> which api (and which RSA Agent) should I get?
> Or I should write an RSA-Agent?
>
> Thanks
Joe Kaplan \(MVP - ADSI\) Guest
-
poz #3
Re: Webapplication Login and RSA API
Thank You, Joe
I can't find it.
what is the API's full name?
Where can I get it?
"Joe Kaplan \(MVP - ADSI\)" <joseph.e.kaplan@removethis.accenture.com> wrote in message news:<OgmJSjoSFHA.2964@TK2MSFTNGP15.phx.gbl>...> You will need to use Forms Authentication and write a provider that talks to
> the ACE server for authentication. I've seen a few posted examples of .NET
> ACE client wrappers that other people have written, so a Google search will
> probably turn that up. You shouldn't need to write your own.
>
> Note also that in order to be "ACE compliant", your UI needs to support PIN
> changes and next token mode. This is a little more complex than just a
> standard "username/passcode" interface.
>
> Joe K.
>
>
> "poz" <ikosianski@gmx.net> wrote in message
> news:a3b6adc2.0504260904.73707a76@posting.google.c om...> > Hallo,
> > wie have an RSA ACE Server.
> > I must implement RSA check by loging into webapplication (ASP.NET) .
> > which api (and which RSA Agent) should I get?
> > Or I should write an RSA-Agent?
> >
> > Thankspoz Guest
-
Joe Kaplan \(MVP - ADSI\) #4
Re: Webapplication Login and RSA API
I couldn't find it online either, but I found a local copy I stored, so sent
it to you offline.
Joe K.
"poz" <ikosianski@gmx.net> wrote in message
news:a3b6adc2.0504270034.5e97d870@posting.google.c om...> Thank You, Joe
>
> I can't find it.
> what is the API's full name?
> Where can I get it?
>
>
> "Joe Kaplan \(MVP - ADSI\)" <joseph.e.kaplan@removethis.accenture.com>
> wrote in message news:<OgmJSjoSFHA.2964@TK2MSFTNGP15.phx.gbl>...>> You will need to use Forms Authentication and write a provider that talks
>> to
>> the ACE server for authentication. I've seen a few posted examples of
>> .NET
>> ACE client wrappers that other people have written, so a Google search
>> will
>> probably turn that up. You shouldn't need to write your own.
>>
>> Note also that in order to be "ACE compliant", your UI needs to support
>> PIN
>> changes and next token mode. This is a little more complex than just a
>> standard "username/passcode" interface.
>>
>> Joe K.
>>
>>
>> "poz" <ikosianski@gmx.net> wrote in message
>> news:a3b6adc2.0504260904.73707a76@posting.google.c om...>> > Hallo,
>> > wie have an RSA ACE Server.
>> > I must implement RSA check by loging into webapplication (ASP.NET) .
>> > which api (and which RSA Agent) should I get?
>> > Or I should write an RSA-Agent?
>> >
>> > Thanks
Joe Kaplan \(MVP - ADSI\) Guest
-
-
Bonnie #6
Re: Webapplication Login and RSA API
Do you have any sample for Java web application for RSA API? Many thanks as I receiving the error, "javax/mail/Multipart" .
Bonnie Guest



Reply With Quote


