You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2018/08/27 10:41:00 UTC

[jira] [Resolved] (FEDIZ-226) authnRequestBuilder cofiguration property for samlProtocolType ignored

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

Colm O hEigeartaigh resolved FEDIZ-226.
---------------------------------------
    Resolution: Fixed

> authnRequestBuilder cofiguration property for samlProtocolType ignored
> ----------------------------------------------------------------------
>
>                 Key: FEDIZ-226
>                 URL: https://issues.apache.org/jira/browse/FEDIZ-226
>             Project: CXF-Fediz
>          Issue Type: Bug
>          Components: Plugin
>    Affects Versions: 1.4.4
>            Reporter: ToBo
>            Assignee: Colm O hEigeartaigh
>            Priority: Major
>             Fix For: 1.4.5
>
>
> authnRequestBuilder cofiguration property for samlProtocolType is ignored due to the bug in org.apache.cxf.fediz.core.config.SAMLProtocol line 84. It states following:
> samlpRequestBuilder = new DefaultSAMLPRequestBuilder();
> it means, that DefaultSAMLPRequestBuilder is created even if configuration defines custom authnRequestBuilder.
> it should be something like this:
> if (null == samlpRequestBuilder)
> samlpRequestBuilder = new DefaultSAMLPRequestBuilder();



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)