How to configure K2 to use web service instead of Active Directory for authentication purposes ?

  • 21 January 2015
  • 1 reply
  • 0 views

Badge

Hi Everybody,

 I want to configure k2 to use service instead of using active directory for authentication purposes, for more explaination I want to set destination user from web service that authenticate the user name and password and it return true or false.

 

Maybe I use ASP.NET forms integrated with k2 so my case is to authonticate ASP.NET application with normal membership then I call a workflow from K2 and I pass the destination user, and in k2 server I set the destination user email from service.

 

Any solution.

 

Thanks all.


1 reply

Badge +8

You would need to write a custom security provider to accomplish this.  This page has some links to additional articles to assist with the process.

Reply