Oliver Wulff created FEDIZ-18:
---------------------------------

             Summary: 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
            Priority: Minor


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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to