Oliver Wulff created FEDIZ-85:
---------------------------------
Summary: 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.2.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.2#6252)