Allow integration with 3rd party user authentication

XMLWordPrintable

      It would be nice to be able to plug in a class to do custom validation of username/password. Something like

      public class MyLoginValidator implements JiraLoginValidator{

      public boolean isValid(String username, String password)

      { // go off and do complicated lookup in enterprise // directory service return doComplicatedEnterpriseDirectoryLookup(username, password) }

      }

              Assignee:
              Unassigned
              Reporter:
              Chris May
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: