Hi, we have this on-premise setup, JIRA SSO to crowd, and crowd linked with LDAP.
Use case:
User logins from JIRA, if this user is new to Crowd/JIRA, sync user from LDAP to crowd and then push to JIRA on fly(means all of the sync process should be done after user click login button, and make user success login).
Currently what we plan to create a crowd plugin to do this, 3 key points need your help.
1, does Crowd have this feature to check a non-existing user before responding user login action?
2, does Crowd have this future to push user to JIRA automatically if a fresh user synced(triggered by login action)from LDAP?
3, what will happen if a fresh user does not exist in JIRA, directly login fail? or fail after checking with remote Crowd?
Any existing plugin please advise, or any API also welcomed!!