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

share|improve this question
feedback

2 Answers

Good article here: Identity Federation Interoperability – WIF + ADFS + Sun’s OpenSSO.

Note that this is not "standard" OpenSSO - it requires Federation.

share|improve this answer
feedback

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.

share|improve this answer
feedback

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.