I have implemented a custom directory in Crowd by implementing RemoteDirectory interface; and configured Jira to use this custom directory for authentication. I am able to test this custom directory from Jira by using a sample user from the custom directory. However, when I try to login to Jira using this user, it fails to authenticate.
I ran this RemoteDirectory implementation in debug mode to make sure that the authenticate method returns the User object as desired. Can anyone please help understand why it fails to authenticate from Jira.
Thanks
Rizwan