[
http://jira.jboss.com/jira/browse/SECURITY-171?page=comments#action_12406763 ]
Anil Saldhana commented on SECURITY-171:
----------------------------------------
================
<?xml version="1.0"?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<description>The standard web descriptor for the html
adaptor</description>
<servlet>
<servlet-name>SOAPServlet</servlet-name>
<servlet-class>org.jboss.security.xacml.saml.integration.opensaml.servlets.SAMLXACMLServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>SOAPServlet</servlet-name>
<url-pattern>/SOAPServlet</url-pattern>
</servlet-mapping>
</web-app>
===========================
It can take in a couple of params (responseID and issuerID).
WEB-INF/classes/policyConfig.xml will give the location of the policies.
Servlet to read in SAML requests (that contain xacml decision
queries) and spit out SAML responses containing xacml decisions
-----------------------------------------------------------------------------------------------------------------------------
Key: SECURITY-171
URL:
http://jira.jboss.com/jira/browse/SECURITY-171
Project: JBoss Security and Identity Management
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: saml-xacml
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: 2.0.2.GA
We need a servlet that can pick up the SAML request. The saml request contains the xacml
decision query. After the xacml query is extracted, the pdp is requested for evaluation.
Once the evaluation is finished, the response is prepacked in a SAML response and sent
back.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira