views:

43

answers:

1

Hi all,

I'm currently working on a project where I'd like to use Claims based authentication (Using windows identity foundation) in one of my applications.

The only snatch is.. the solution I develop also has to enable claims based access to a java based application. And since I'm a .net developer, i have no idea what technologies are available to implement such a thing in java.

So the question is: Does java have libraries for building a claims enabled application?

Something like windows identity foundation or ADFS 2.0 in .net?

With kind regards, Erwin

A: 

I'm not a java developer either, but I've seen people use this: https://opensso.dev.java.net/

But I haven't used it myself.

Eugenio Pace