Author: prabath
Date: Mon Dec 17 10:18:12 2007
New Revision: 11287

Log:

added support for OpenID

Modified:
   
branches/solutions/identity/openid-poc/modules/security-token-service/services.xml

Modified: 
branches/solutions/identity/openid-poc/modules/security-token-service/services.xml
==============================================================================
--- 
branches/solutions/identity/openid-poc/modules/security-token-service/services.xml
  (original)
+++ 
branches/solutions/identity/openid-poc/modules/security-token-service/services.xml
  Mon Dec 17 10:18:12 2007
@@ -45,6 +45,34 @@
                <parameter name="useOrignalWSDL">true</parameter>
        </service>
        
+       <service name="sts-openid-ut">
+               <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>
+       
        <service name="sts-ic">
                <module ref="rampart" />
                <operation name="IssueToken" 
mep="http://www.w3.org/2006/01/wsdl/in-out";>

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

Reply via email to