You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2016/05/11 19:53:32 UTC

airavata-docs git commit: Fixing a error in WSO2 claim configuration documentation

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 <er...@gmail.com>
Authored: Wed May 11 15:53:27 2016 -0400
Committer: Eroma Abeysinghe <er...@gmail.com>
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 &#60;IS_HOME&#62;/repository/conf/carbon.xml and set the HideAdminServiceWSDLs property to false.
 <pre><code>&#60;HideAdminServiceWSDLs&#62;false&#60;/HideAdminServiceWSDLs&#62;</code></pre>
 3. To enable self signup and account confirmation follow the below steps
-    - Open &#60;IS_HOME&#62;/repository/conf/claim-mgt.xml and add the following claims mappings in the &#60;Dialect dialectURI="http://wso2.org/claims"&#62; section
+    - Open &#60;IS_HOME&#62;/repository/conf/claim-config.xml and add the following claims mappings in the &#60;Dialect dialectURI="http://wso2.org/oidc/claim"&#62; section
 <pre><code>&#60;Claim&#62;
           &#60;ClaimURI&#62;http://wso2.org/claims/identity/accountLocked&#60;/ClaimURI&#62;
           &#60;DisplayName&#62;Account Locked&#60;/DisplayName&#62;