Secure java based web services or web application using ADFS SAML 2.0
-
Thursday, December 08, 2011 4:27 AM
Case 1 : I have created the java based Web application
We have a need to secure the Java Web Application using ADFS as the Identity/Claims Provider. How do we get this done?
Case 2 : I have created the REST or SOAP based Java Web Service
We have a Soap Service that also needs to be secured with ADFS as the identity provider
We have a REST Service that also needs to be secured with ADFS as the identity provider
Thanks for quick response.
- Edited by sivagurut Thursday, December 08, 2011 12:19 PM
All Replies
-
Thursday, December 08, 2011 7:00 AMModerator
The purpose of this forum is to support the Open Specifications documentation. You can read about the Microsoft Open Specifications program here,http://www.microsoft.com/openspecifications/en/us/default.aspx
The library of Open Specification documents is located here, http://msdn.microsoft.com/en-us/library/dd208104(PROT.10).aspxIt is not clear from your post if you’re developing code to implement a protocol required for single sign-on, or providing single sign-on support within a web application. Can you explain more.
Bryan S. Burgin Senior Escalation Engineer Microsoft Protocol Open Specifications Team -
Thursday, December 08, 2011 8:49 AM
Bryan,
Our idea is to make Java web service claims aware and authenticate using ADFS as the Claims/ Identity provider.
Questions
-------------
How do we get a Java web services to be Claims aware?
How do we get a Java web service authenticated using the SAML tokens from ADFS?
How do we add a Java web service as the relying party in ADFS
What are the standards that the Java web service needs to implement to achieve this scenario
if the above question is not relevant under this section. Please guide me where can i ask the question.
- Edited by sivagurut Thursday, December 08, 2011 8:55 AM
-
Thursday, December 08, 2011 4:48 PMModerator
Thank you for the additional information. Any of the following forums would be a better resource for you.
Microsoft ASP.NET Forums › General ASP.NET › Security
http://forums.asp.net/25.aspx.Net 4 SAML Token Provider sample
http://msdn.microsoft.com/en-us/library/aa355062.aspxSingle Sign-on in ASP.NET and Other Platforms
http://www.codeproject.com/KB/aspnet/SingleSignon.aspxClaim based Authentication- WIF : Part 3
http://www.codeproject.com/KB/web-security/ClaimbasedAuthPart3.aspx
The purpose of this forum is to support the Open Specifications documentation. You can read about the Microsoft Open Specifications program here,http://www.microsoft.com/openspecifications/en/us/default.aspx
The library of Open Specification documents is located here, http://msdn.microsoft.com/en-us/library/dd208104(PROT.10).aspx
Bryan S. Burgin Senior Escalation Engineer Microsoft Protocol Open Specifications Team- Marked As Answer by Alex MorrillMicrosoft Employee, Owner Wednesday, March 28, 2012 6:47 PM

