Repository: airavata-docs Updated Branches: refs/heads/master 7462f684e -> af6cefe2a
Fixing a error in WSO2 claim configuration documentation Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/af6cefe2 Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/af6cefe2 Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/af6cefe2 Branch: refs/heads/master Commit: af6cefe2af454538389592e85c423e462ee27227 Parents: 7462f68 Author: Eroma Abeysinghe <[email protected]> Authored: Wed May 11 15:57:53 2016 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Wed May 11 15:57:53 2016 -0400 ---------------------------------------------------------------------- Own-WSO2-IS-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/af6cefe2/Own-WSO2-IS-Configuration.md ---------------------------------------------------------------------- diff --git a/Own-WSO2-IS-Configuration.md b/Own-WSO2-IS-Configuration.md index 71825fa..d8ebf4a 100644 --- a/Own-WSO2-IS-Configuration.md +++ b/Own-WSO2-IS-Configuration.md @@ -33,7 +33,7 @@ <br> - Enable the Identity Listener by setting the following property to true in the <IS_HOME>/repository/conf/identity/identity.xml file. -<pre><code><EventListener type="org.wso2.carbon.user.core.listener.UserOperationEventListener" name="org.wso2.carbon.identity.mgt.IdentityMgtEventListener" orderId="50" enable="true"/<</code></pre> +<pre><code><EventListener type="org.wso2.carbon.user.core.listener.UserOperationEventListener" name="org.wso2.carbon.identity.mgt.IdentityMgtEventListener" orderId="50" enable="true"/></code></pre> - Do the following configurations in the <IS_HOME>/repository/conf/identity/identityÂ-mgt.properties file. <pre><code>
