Authentication between Java Application and .net

We have a .net application that uses the asp.net SQL membership provider for authentication purposes. Now we are introducing a java application that needs to be integrated with a .NET application in terms of authentication, so users do not need to log in again from a .net java application. What would be the best approach to solving SSO?

I would really appreciate your input.

Thank.

+5
source share
2 answers

Ok, let's see what we know:

  • Authentication code for ASP.NET is executed using the Membership API (.NET)
  • The Java website must access this code.

, , 2) , :

  • Expose. .NET - A (ASP.NET)
  • .NET - B (Java)

> =.NET 3.0, WCF, , ASMX.

Expose (SignIn, SignOut ..) WCF/ASMX, Java (JSON , XML/SOAP).

4- SSO WCF .

WCF, - .

.

+2

java-.

+1

All Articles