|
How can i make this work side by side with the standard login method? (same as when ldap is enabled)
So if the user have a local password , it is used , and if not it will go and check the one in google ... Hi Tal,
You will need to make a delegating Autheticator. So the authenticator can try a remote login (i.e. via google) and if it does not work try delegating the login to the standard delegator. Cheers, I have started to work on something else
a CredentialsProvider same as LDAPCredentialsProvider , which i will set in the osuser.xml As all i want is to approve logiin in with the google password i think this probably will be easier to implement i will share the final work in here if it will work |
|||||||||||||||||||||||||||||||||||||||||||||||||||
It is possible to integrate JIRA with a Single Sign On solution. JIRA uses seraph
for authentication, and it is possible to write a Seraph authenticator than authenticates against an SSO system:
http://opensource.atlassian.com/seraph/sso.html
We will leave this issue open to see how many other users are interested in authenticating against Google. For more information on the way new feature and improvement requests are scheduled, please see:
http://confluence.atlassian.com/display/DEV/Implementation+of+New+Features+and+Improvements
Cheers,
Anton