Repository: airavata-docs Updated Branches: refs/heads/master 514b4c0d0 -> 7462f684e
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/7462f684 Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/7462f684 Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/7462f684 Branch: refs/heads/master Commit: 7462f684e544104509b8bb0b3c06b1e05aa19f90 Parents: 514b4c0 Author: Eroma Abeysinghe <[email protected]> Authored: Wed May 11 15:53:27 2016 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Wed May 11 15:53:27 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/7462f684/Own-WSO2-IS-Configuration.md ---------------------------------------------------------------------- diff --git a/Own-WSO2-IS-Configuration.md b/Own-WSO2-IS-Configuration.md index ecd442a..71825fa 100644 --- a/Own-WSO2-IS-Configuration.md +++ b/Own-WSO2-IS-Configuration.md @@ -4,7 +4,7 @@ 2. Open <IS_HOME>/repository/conf/carbon.xml and set the HideAdminServiceWSDLs property to false. <pre><code><HideAdminServiceWSDLs>false</HideAdminServiceWSDLs></code></pre> 3. To enable self signup and account confirmation follow the below steps - - Open <IS_HOME>/repository/conf/claim-mgt.xml and add the following claims mappings in the <Dialect dialectURI="http://wso2.org/claims"> section + - Open <IS_HOME>/repository/conf/claim-config.xml and add the following claims mappings in the <Dialect dialectURI="http://wso2.org/oidc/claim"> section <pre><code><Claim> <ClaimURI>http://wso2.org/claims/identity/accountLocked</ClaimURI> <DisplayName>Account Locked</DisplayName>
