Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-327

Provide a way to explicitly configure the authentication method

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 2.3.0-fuse-01-00
    • 2.2.0-fuse-01-00
    • None
    • None

      Currently the http client supports Basic, Digest and NTLM authentication out of the box, however there's no way to explicitly specify what kind of authentication method to use. Rather the version used is based on whether you pass a username/password or a username/password and domain. We should have an authMethod option for the URI that allows a user to explicitly set what kind of authentication method to use, or a combination of authentication methods to try, something like:

      to("http://somehost?authMethod=BASIC");

      or:

      to("http://someotherhost?authMethod=NTLM,BASIC");

            cibsen@redhat.com Claus Ibsen
            stlewis_2 Stan Lewis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: