Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
Description
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:
public interface ApplicationProtocolHandler extends ProtocolHandler { boolean canHandleRequest(HttpServletRequest request); void mapSignInRequest(RequestContext context); void mapSignInResponse(RequestContext context); }