[ https://issues.apache.org/jira/browse/FEDIZ-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464927#comment-13464927 ]
Oliver Wulff commented on FEDIZ-18: ----------------------------------- supportedClaims bean added to userClaims.xml which is referenced by fileClaimsHandler bean. > Make supported claims configurable in FileClaimsHandler > ------------------------------------------------------- > > Key: FEDIZ-18 > URL: https://issues.apache.org/jira/browse/FEDIZ-18 > Project: CXF-Fediz > Issue Type: Improvement > Components: IDP > Affects Versions: 1.0.0 > Reporter: Oliver Wulff > Assignee: Oliver Wulff > Priority: Minor > Fix For: 1.0.2 > > > The supported claims of the FileClaimsHandler are managed in the code: > public List getSupportedClaimTypes() > { > ArrayList list = new ArrayList(); > list.add(ClaimTypes.EMAILADDRESS); > list.add(ClaimTypes.LASTNAME); > list.add(ClaimTypes.FIRSTNAME); > list.add(ROLE); > return list; > } > This should be configurable. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira