[ https://issues.apache.org/jira/browse/FEDIZ-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colm O hEigeartaigh updated FEDIZ-85: ------------------------------------- Fix Version/s: (was: 1.2.0) 1.3.0 > Make Application Protocol customizable > -------------------------------------- > > Key: FEDIZ-85 > URL: https://issues.apache.org/jira/browse/FEDIZ-85 > Project: CXF-Fediz > Issue Type: New Feature > Components: IDP > Affects Versions: 1.1.0 > Reporter: Oliver Wulff > Fix For: 1.3.0 > > > In release 1.1, the Fediz IDP doesn't support other protocols than > WS-Federation for an application (Service Provider/Relying Party). Due to the > usage of Spring Web Flow, the flow can still be customized but it has a > bigger impact and later migration to new release require more effort. > This is a proposal to add support for custom protocols for Applications: > {code} > public interface ApplicationProtocolHandler extends ProtocolHandler { > > boolean canHandleRequest(HttpServletRequest request); > void mapSignInRequest(RequestContext context); > > void mapSignInResponse(RequestContext context); > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)