Author: prabath
Date: Wed Jan 30 22:57:10 2008
New Revision: 13194

Log:

OpenIDIfoCards for self-issued InfoCard

Modified:
   trunk/solutions/identity/modules/security-token-service/services.xml

Modified: trunk/solutions/identity/modules/security-token-service/services.xml
==============================================================================
--- trunk/solutions/identity/modules/security-token-service/services.xml        
(original)
+++ trunk/solutions/identity/modules/security-token-service/services.xml        
Wed Jan 30 22:57:10 2008
@@ -157,4 +157,32 @@
                <parameter name="useOrignalWSDL">true</parameter>
        </service>
        
+       <service name="sts-openid-ic">
+               <module ref="rampart" />
+               <operation name="IssueToken" 
mep="http://www.w3.org/2006/01/wsdl/in-out";>
+                       <messageReceiver 
class="org.apache.rahas.STSMessageReceiver"/>
+       
+                       <!-- Action mapping to accept SCT requests -->
+                       
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT</actionMapping>
+       
+                       
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue</actionMapping>
+                       
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew</actionMapping>
+                       
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Cancel</actionMapping>
+                       
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Cancel</actionMapping>
+                       
<actionMapping>http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate</actionMapping>
+       
+                       <parameter name="token-dispatcher-configuration">
+                               <token-dispatcher-configuration>
+                                               <!-- Issuers. You may have many 
issuers. -->
+                                       <issuer 
class="org.wso2.solutions.identity.sts.OpenIDTokenIssuer" default="true">
+                                               <configuration 
type="parameter">saml-issuer-config</configuration>
+                                               
<tokenType>urn:oasis:names:tc:SAML:1.0:assertion</tokenType>
+                                       </issuer>
+                                </token-dispatcher-configuration>
+                       </parameter>
+               </operation>
+               
+               <parameter name="useOrignalWSDL">true</parameter>
+       </service>
+       
 </serviceGroup>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to