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 <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-config.xml and add the following claims mappings in the <Dialect dialectURI="http://wso2.org/oidc/claim"> section + - Open <IS_HOME>/repository/conf/claim-config.xml and add the following claims mappings in the <Dialect dialectURI="http://wso2.org/claims"> section. <pre><code><Claim> <ClaimURI>http://wso2.org/claims/identity/accountLocked</ClaimURI> <DisplayName>Account Locked</DisplayName> @@ -23,7 +23,9 @@ <AttributeID>uid</AttributeID> <Description>Username</Description> </Claim> -<Claim> +</code></pre> + - 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>roles</ClaimURI> <DisplayName>Roles</DisplayName> <AttributeID>role</AttributeID>
