Author: ruchith Date: Fri Mar 28 02:48:09 2008 New Revision: 15291 Log:
getting rid of ^Ms 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 Fri Mar 28 02:48:09 2008 @@ -25,24 +25,24 @@ <Server xmlns="http://www.wso2.org/products/wsas"> - <!-- 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>http://localhost:12080</OpenIDServerUrl> - - <InfoCardIssuerConfig xmlns="http://www.wso2.org/solutions/identity"> - <Issuer>https://localhost</Issuer> - <ValidPeriod>365</ValidPeriod> - <SupportedTokenTypes> - <TokenType>urn:oasis:names:tc:SAML:1.0:assertion</TokenType> - <TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</TokenType> - </SupportedTokenTypes> - <CardName>WSO2 Managed Card</CardName> - <!-- Not supported in Beta --> - <!--<UseSymmetricBinding/> --> - </InfoCardIssuerConfig> + <!-- 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>http://localhost:12080</OpenIDServerUrl> + + <InfoCardIssuerConfig xmlns="http://www.wso2.org/solutions/identity"> + <Issuer>https://localhost</Issuer> + <ValidPeriod>365</ValidPeriod> + <SupportedTokenTypes> + <TokenType>urn:oasis:names:tc:SAML:1.0:assertion</TokenType> + <TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</TokenType> + </SupportedTokenTypes> + <CardName>WSO2 Managed Card</CardName> + <!-- Not supported in Beta --> + <!--<UseSymmetricBinding/> --> + </InfoCardIssuerConfig> <WSASContext>wsas</WSASContext> @@ -196,12 +196,12 @@ <KeyPassword>wso2is</KeyPassword> </KeyStore> - <UserTrustedRPStore> - <Location>${wso2wsas.home}/conf/userRP.jks</Location> - <!-- Keystore type (JKS/PKCS12 etc.)--> - <Type>JKS</Type> - <!-- Keystore password--> - <Password>userRP</Password> + <UserTrustedRPStore> + <Location>${wso2wsas.home}/conf/userRP.jks</Location> + <!-- Keystore type (JKS/PKCS12 etc.)--> + <Type>JKS</Type> + <!-- Keystore password--> + <Password>userRP</Password> </UserTrustedRPStore> <!-- _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
