User authentication using Google

Hello all,

I am trying to authenticate a Bonita user using Google Apps.
The process would be like this:

  1. An user enters in the Bonita login page.
  2. The user press a button called “Sign in with Google Apps”.
  3. Then it redirects to a Google page to sign in with the Google credentials.
  4. If the Google credentials are correct and the user exists in Bonita then it enters in Bonita Portal.

So I want something similar to the login process that is done in this page: https://portal.runmyprocess.com/

I would appreciate some information if someone has implemented this before or if it is possible to do it.

Thanks,

I like the idea and it will require some level of customization of the login screen etc.

I’ve done a basic search for the Google bit and found this which will be a good place to start, try it poutside of Bonita first and then modify the login I suppose…

let me know how it goes…

regards
Seán

https://developers.google.com/accounts/docs/GettingStarted

Sean, do you know if anyone has done any further work on this?

Thanks,

Ford

The best I can find is this,

http://community.bonitasoft.com/project/filter-google-authent

not tried it so can’t help otherwise,

regards
Seán

It sounds good, I hope to try it after I get more done.