-
1. Re: Security Certificate
aamonten Sep 2, 2008 1:30 PM (in response to jabailo)sorry but JBoss SSO doesn't support certificate at this moment
-
2. Re: Security Certificate
jabailo Sep 2, 2008 1:33 PM (in response to jabailo)wow.
That's a requirement for my application.
Can you suggest another route for setting up SAML on JBoss?
I have found this:
http://www.sourceid.org/projects/saml_1_1_toolkit.cfm -
3. Re: Security Certificate
aamonten Sep 2, 2008 3:47 PM (in response to jabailo)Well JBoss SSO does support SAML 1.0 but has only login/password authentication. You are welcome to contribute, actually there are a feature request at the jira https://jira.jboss.org/jira/browse/JBSSO-12
Else take a look at http://www.josso.org -
4. Re: Security Certificate
skajotde Sep 4, 2008 4:53 AM (in response to jabailo)Maybe Josso http://www.josso.org - I know cases using with with JBoss.
-
5. Re: Security Certificate
jabailo Sep 5, 2008 12:18 PM (in response to jabailo)
Turns out the scope of my applcation is going to be a lot smaller.
I only need to host a "partner" app that receives a SAML token and gives access to my secured application using POST response.
Questions:
1. Can I use any of the Test-sso source code for this? What classes would be of use to me?
2. Can I integrate the certificate at this level? Does the basic framework exist for me to write that?
3. I understand that SAML (I'm using 1.1) is a SOAP protocol, yet it's sent as an HTTP POST. Does that mean I have to use a web service to process it? Or are there simple classes for receiving the POST with SOAP in Tomcat that allow me to parse the SAML and make use of its attributes? -
6. Re: Security Certificate
anil.saldhana Sep 5, 2008 2:49 PM (in response to jabailo)Just use OpenSAML2.0. They have lots of utility code and their mailing list is pretty active.
-
7. Re: Security Certificate
jabailo Sep 8, 2008 12:10 PM (in response to jabailo)
Thank you!
This psuedocode from OpenSAML below seems exactly what I need to write a service provider capable of receiving a SAML token, verifying it with an XML signature and then reading it's assertions/attributes!
https://spaces.internet2.edu/display/OpenSAML/OSTwoUserManualPsedocodeSP