Author: prabath
Date: Tue Jan 22 21:12:15 2008
New Revision: 12727

Log:

added a configuration setting related to OpenID

Modified:
   trunk/solutions/identity/modules/identity-provider/conf/wsas-server.xml

Modified: 
trunk/solutions/identity/modules/identity-provider/conf/wsas-server.xml
==============================================================================
--- trunk/solutions/identity/modules/identity-provider/conf/wsas-server.xml     
(original)
+++ trunk/solutions/identity/modules/identity-provider/conf/wsas-server.xml     
Tue Jan 22 21:12:15 2008
@@ -50,6 +50,14 @@
         <HTTP>12080</HTTP>
         <HTTPS>12443</HTTPS>
     </Ports>
+    
+    
+    <!-- This is the url of the OpenID Provider Server where
+         all the RPs will be redirected for authentication.
+         Change this appropriately in the case of a generic server
+         installation.
+    -->
+    <OpenIDServerUrl>https://localhost:12443</OpenIDServerUrl>
 
     <InfoCardIssuerConfig xmlns="http://www.wso2.org/solutions/identity";>
         <Issuer>https://localhost</Issuer>

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

Reply via email to