Hello,
I am trying to create a custom directory connector in Crowd by implementing the interface RemoteDirectory. I have implemented necessary methods so far in order to test the custom directory from JIRA. I have added Crowd type of directory in JIRA. And when I test the remote directory from JIRA, it asks for credentials of a user in the remote directory for extended testing. And when I enter the credentials of a user existing in my custom directory (which is in a SQL Server database accessible via SOAP web service), Crowd calls certain methods of the Remote Directory interface (such as SearchUsers(), findUserByName(), searchGroupRelationships() and authenticate()). All these methods do return valid return values. However, the test results in JIRA shows authenticate step as failed, though it shows all the preceding steps as succeeded (as shown in the image attached). But I see in debug mode that the authenticate method of the RemoteDirectory implementation does return a valid User object (of type com.atlassian.crowd.model.user.User) with all its property values filled in.
Does anyone have any idea what may be the cause?
Thanks!
Rizwan
This issue is resolved. There was nothing wrong in implementation code. The problem was in Application configuration in Crowd. In the definition of Jira application in Crowd, Directories tab, there is a column titled "Allow all to authenticate". The value in this column for my custom directory was accidentally False. I had to changed it to true in order to resolve this issue.
Thanks for letting us know the resolution, it could help someone else in the Community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, no problem.
Now I am facing another problem as stated in another question: Remote Crowd directory test successful, yet user fails to authenticate. Can someone from Atlassian team please reply if you guys have any idea about this.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.