Repository: cxf-fediz Updated Branches: refs/heads/master d40a62f6d -> 5bf30dc9a
Updating fediz_config.xml Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/5bf30dc9 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/5bf30dc9 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/5bf30dc9 Branch: refs/heads/master Commit: 5bf30dc9aa765640fdc001ef829d4d05c34b7c4b Parents: d40a62f Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Nov 17 17:41:47 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Nov 17 17:41:47 2015 +0000 ---------------------------------------------------------------------- services/oidc/src/main/conf/fediz_config.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/5bf30dc9/services/oidc/src/main/conf/fediz_config.xml ---------------------------------------------------------------------- diff --git a/services/oidc/src/main/conf/fediz_config.xml b/services/oidc/src/main/conf/fediz_config.xml index eb71ae8..f57f9e9 100644 --- a/services/oidc/src/main/conf/fediz_config.xml +++ b/services/oidc/src/main/conf/fediz_config.xml @@ -42,6 +42,7 @@ <issuer>https://localhost:8443/fediz-idp/federation</issuer> <roleDelimiter>,</roleDelimiter> <roleURI>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role</roleURI> + <homeRealm type="Class">org.apache.cxf.fediz.service.oidc.HomeRealmCallbackHandler</homeRealm> <claimTypesRequested> <claimType type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role" optional="false" /> <claimType type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" optional="true" />
