Repository: airavata-docs
Updated Branches:
  refs/heads/master 9d0e808b7 -> 5200bb13d


Corrected the WSO2 IS configuration steps in http://wso2.org/claims and 
http://wso2.org/oidc/claim


Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/5200bb13
Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/5200bb13
Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/5200bb13

Branch: refs/heads/master
Commit: 5200bb13d6224100f5f2de5ffd1f6439d736378c
Parents: 9d0e808
Author: Eroma Abeysinghe <[email protected]>
Authored: Thu May 12 12:20:22 2016 -0400
Committer: Eroma Abeysinghe <[email protected]>
Committed: Thu May 12 12:20:22 2016 -0400

----------------------------------------------------------------------
 Own-WSO2-IS-Configuration.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/5200bb13/Own-WSO2-IS-Configuration.md
----------------------------------------------------------------------
diff --git a/Own-WSO2-IS-Configuration.md b/Own-WSO2-IS-Configuration.md
index d8ebf4a..b797db5 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-config.xml and add the 
following claims mappings in the &#60;Dialect 
dialectURI="http://wso2.org/oidc/claim"&#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/claims"&#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;
@@ -23,7 +23,9 @@
           &#60;AttributeID&#62;uid&#60;/AttributeID&#62;
           &#60;Description&#62;Username&#60;/Description&#62;
 &#60;/Claim&#62;
-&#60;Claim&#62;
+</code></pre>
+    - 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;roles&#60;/ClaimURI&#62;
           &#60;DisplayName&#62;Roles&#60;/DisplayName&#62;
           &#60;AttributeID&#62;role&#60;/AttributeID&#62;

Reply via email to