[ 
https://issues.apache.org/jira/browse/FEDIZ-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Wulff resolved FEDIZ-18.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2
    
> 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

Reply via email to