Author: thilinab Date: Wed Apr 29 21:29:22 2009 New Revision: 34389 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34389
Log: Added the config. details for XMPP based multifactor authentication. Modified: trunk/solutions/identity/modules/distribution/conf/identity.xml Modified: trunk/solutions/identity/modules/distribution/conf/identity.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/conf/identity.xml?rev=34389&r1=34388&r2=34389&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/conf/identity.xml (original) +++ trunk/solutions/identity/modules/distribution/conf/identity.xml Wed Apr 29 21:29:22 2009 @@ -2,25 +2,25 @@ <Server xmlns="http://wso2.org/projects/carbon/carbon.xml"> - <OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl> + <OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl> - <OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern> + <OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern> <!-- Security configurations --> <Security> - <UserTrustedRPStore> - <Location>${carbon.home}/resources/security/userRP.jks</Location> + <UserTrustedRPStore> + <Location>${carbon.home}/resources/security/userRP.jks</Location> <!-- Keystore type (JKS/PKCS12 etc.)--> <Type>JKS</Type> <!-- Keystore password--> <Password>wso2carbon</Password> <!-- Private Key password--> <KeyPassword>wso2carbon</KeyPassword> - </UserTrustedRPStore> + </UserTrustedRPStore> - <UserPersonalCeritificateStore> + <UserPersonalCeritificateStore> <Location>${carbon.home}/resources/security/wso2is-user-certs.jks</Location> <!-- Keystore type (JKS/PKCS12 etc.)--> <Type>JKS</Type> @@ -28,23 +28,36 @@ <Password>wso2is</Password> <!-- Private Key password--> <KeyPassword>wso2is</KeyPassword> - </UserPersonalCeritificateStore> + </UserPersonalCeritificateStore> <!-- The directory under which all other KeyStore files will be stored --> <KeyStoresDir>${carbon.home}/conf/keystores</KeyStoresDir> - </Security> + </Security> <Identity> - <IssuerPolicy>SelfAndManaged</IssuerPolicy> - <TokenValidationPolicy>CertValidate</TokenValidationPolicy> - <BlackList></BlackList> - <WhiteList></WhiteList> - <System> - <KeyStore></KeyStore> - <StorePass></StorePass> - </System> + <IssuerPolicy>SelfAndManaged</IssuerPolicy> + <TokenValidationPolicy>CertValidate</TokenValidationPolicy> + <BlackList></BlackList> + <WhiteList></WhiteList> + <System> + <KeyStore></KeyStore> + <StorePass></StorePass> + </System> </Identity> + <MultifactorAuthentication> + <XMPPSettings> + <XMPPConfig> + <XMPPProvider>gtalk</XMPPProvider> + <XMPPServer>talk.google.com</XMPPServer> + <XMPPPort>5222</XMPPPort> + <XMPPExt>gmail.com</XMPPExt> + <XMPPUserName>[email protected]</XMPPUserName> + <XMPPPassword>wso2carbon</XMPPPassword> + </XMPPConfig> + </XMPPSettings> + </MultifactorAuthentication> + </Server> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
