Uploaded image for project: 'CXF-Fediz'
  1. CXF-Fediz
  2. FEDIZ-85

Make Application Protocol customizable

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.0
    • None
    • IDP
    • 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);
      
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            owulff Oliver Wulff
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: